Browse Source

Fix answer for Matching Draggable question - refs #7878

Angel Fernando Quiroz Campos 9 years ago
parent
commit
7adc126a8b
1 changed files with 1 additions and 1 deletions
  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;