|
@@ -4,12 +4,11 @@
|
|
|
* Exercise reminder overview
|
|
|
* Then it shows the results on the screen.
|
|
|
* @package chamilo.exercise
|
|
|
-
|
|
|
* @author Julio Montoya Armas switchable fill in blank option added
|
|
|
-
|
|
|
*/
|
|
|
-
|
|
|
-/* INIT SECTION */
|
|
|
+/**
|
|
|
+ * INIT SECTION
|
|
|
+ */
|
|
|
require_once 'exercise.class.php';
|
|
|
require_once 'question.class.php';
|
|
|
require_once 'answer.class.php';
|
|
@@ -236,4 +235,4 @@ echo Display::div($exercise_actions, array('class'=>'form-actions'));
|
|
|
if ($origin != 'learnpath') {
|
|
|
//we are not in learnpath tool
|
|
|
Display::display_footer();
|
|
|
-}
|
|
|
+}
|