Explorar el Código

Show question in exercise resport - refs #7611

Angel Fernando Quiroz Campos hace 10 años
padre
commit
108e61917d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);