ソースを参照

Show question in exercise resport - refs #7611

Angel Fernando Quiroz Campos 10 年 前
コミット
108e61917d
1 ファイル変更2 行追加0 行削除
  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);