Browse Source

Show question in exercise resport - refs #7611

Angel Fernando Quiroz Campos 10 năm trước cách đây
mục cha
commit
108e61917d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);