Browse Source

Show question in exercise resport - refs #7611

Angel Fernando Quiroz Campos 10 years ago
parent
commit
108e61917d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/exercice/stats.php

+ 2 - 0
main/exercice/stats.php

@@ -169,6 +169,8 @@ if (!empty($question_list)) {
                     }
                     break;
                 case MATCHING:
+                    //no break
+                case MATCHING_DRAGGABLE:
                     if ($is_correct == 0) {
                         if ($answer_id == 1) {
                             $data[$id]['name'] = cut($question_obj->question, 100);