Browse Source

[svn r16633] commented alreadydefined constants repeating in 3 files

Yannick Warnier 16 years ago
parent
commit
dcf1cb562b
2 changed files with 6 additions and 6 deletions
  1. 3 3
      main/exercice/exercice_submit.php
  2. 3 3
      main/exercice/exercise_result.php

+ 3 - 3
main/exercice/exercice_submit.php

@@ -37,7 +37,7 @@
 *	@package dokeos.exercise
 * 	@author Olivier Brouckaert
 * 	@author Julio Montoya multiple fill in blank option added
-* 	@version $Id: exercice_submit.php 16062 2008-08-25 15:38:33Z juliomontoya $
+* 	@version $Id: exercice_submit.php 16633 2008-10-27 22:58:34Z yannoo $
 */
 
 
@@ -49,7 +49,7 @@ include('exercise.lib.php');
 
 // debug var. Set to 0 to hide all debug display. Set to 1 to display debug messages.
 $debug = 0;
-
+/*
 // answer types
 define('UNIQUE_ANSWER',		1);
 define('MULTIPLE_ANSWER',	2);
@@ -58,7 +58,7 @@ define('MATCHING',			4);
 define('FREE_ANSWER', 		5);
 define('HOT_SPOT', 			6);
 define('HOT_SPOT_ORDER', 	7);
-
+*/
 // name of the language file that needs to be included
 $language_file='exercice';
 

+ 3 - 3
main/exercice/exercise_result.php

@@ -29,7 +29,7 @@
 *	@author Olivier Brouckaert, main author
 *	@author Roan Embrechts, some refactoring
 * 	@author Julio Montoya Armas switchable fill in blank option added
-* 	@version $Id: exercise_result.php 16475 2008-10-09 10:07:27Z elixir_julian $
+* 	@version $Id: exercise_result.php 16633 2008-10-27 22:58:34Z yannoo $
 *
 *	@todo	split more code up in functions, move functions to library?
 */
@@ -50,7 +50,7 @@ if($_GET['origin']=='learnpath')
 	require_once ('../newscorm/aicc.class.php');
 	require_once ('../newscorm/aiccItem.class.php');
 }
-
+/*
 // answer types
 define('UNIQUE_ANSWER',	1);
 define('MULTIPLE_ANSWER',	2);
@@ -59,7 +59,7 @@ define('MATCHING',		4);
 define('FREE_ANSWER', 5);
 define('HOT_SPOT', 6);
 define('HOT_SPOT_ORDER', 	7);
-
+*/
 global $_cid;
 // name of the language file that needs to be included
 $language_file='exercice';