Browse Source

Fix answer for Matching Draggable question - refs #7878

Angel Fernando Quiroz Campos 9 năm trước cách đây
mục cha
commit
7adc126a8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/inc/lib/exercise.lib.php

+ 1 - 1
main/inc/lib/exercise.lib.php

@@ -1009,7 +1009,7 @@ HTML;
                                         <td colspan="2"></td>
                                         <td>
                                             <strong>{$select_items[$lines_count]['letter']}</strong>
-                                            $select_items[$lines_count]['answer']
+                                            {$select_items[$lines_count]['answer']}
                                         </td>
                                     </tr>
 HTML;