Explorar el Código

Fix answer for Matching Draggable question - refs #7878

Angel Fernando Quiroz Campos hace 9 años
padre
commit
7adc126a8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;