Procházet zdrojové kódy

Fix answer for Matching Draggable question - refs #7878

Angel Fernando Quiroz Campos před 9 roky
rodič
revize
7adc126a8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;