|
@@ -4379,7 +4379,7 @@ class Exercise
|
|
|
echo '<td>'.$status.'</td>';
|
|
|
} else {
|
|
|
echo '<td>'.$s_answer_label.'</td>';
|
|
|
- echo '<td>'.$user_answer.'</td>';
|
|
|
+ //echo '<td>'.$user_answer.'</td>';
|
|
|
echo '<td>';
|
|
|
if (in_array($answerType, [MATCHING, MATCHING_DRAGGABLE])) {
|
|
|
if (isset($real_list[$i_answer_correct_answer]) &&
|