Browse Source

Minor removing constants already added

Julio Montoya 12 years ago
parent
commit
60ee6d6f14
1 changed files with 1 additions and 9 deletions
  1. 1 9
      main/newscorm/learnpath_functions.inc.php

+ 1 - 9
main/newscorm/learnpath_functions.inc.php

@@ -1147,15 +1147,7 @@ function export_exercise($item_id) {
     require_once '../exercice/question.class.php';
     require_once '../exercice/answer.class.php';
     require_once '../exercice/exercise.lib.php';
-        
-
-    // Answer types
-    define('UNIQUE_ANSWER', 1);
-    define('MULTIPLE_ANSWER', 2);
-    define('FILL_IN_BLANKS', 3);
-    define('MATCHING', 4);
-    define('FREE_ANSWER', 5);
-
+    
     $TBL_EXERCISES = Database :: get_course_table(TABLE_QUIZ_TEST);
 
     /* Clears the exercise session */