Minor - get "matching" option see BT#15643

pull/2926/head
Julio Montoya 7 years ago
parent 51d292bf3c
commit 096630a6af
  1. 4
      main/mySpace/lp_tracking.php

@ -134,6 +134,10 @@ switch ($action) {
$questions[$questionCounter]['options'][] = $interaction;
$numberChoices++;
break;
case 'matching':
$questions[$questionCounter]['options'][] = $interaction;
$numberChoices++;
break;
}
}
}

Loading…
Cancel
Save