|
|
|
@ -35,7 +35,7 @@ |
|
|
|
* the administrator |
|
|
|
* the administrator |
|
|
|
* @package dokeos.exercise |
|
|
|
* @package dokeos.exercise |
|
|
|
* @author Olivier Brouckaert |
|
|
|
* @author Olivier Brouckaert |
|
|
|
* @version $Id: exercice_submit.php 12439 2007-05-21 08:14:11Z elixir_julian $ |
|
|
|
* @version $Id: exercice_submit.php 12443 2007-05-22 11:39:52Z elixir_julian $ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -490,11 +490,6 @@ $s=" |
|
|
|
echo $s; |
|
|
|
echo $s; |
|
|
|
/* </ERM> */ |
|
|
|
/* </ERM> */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (isset($_POST['submit'])) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
echo "Form submited"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
$i=0; |
|
|
|
$i=0; |
|
|
|
|
|
|
|
|
|
|
|
foreach($questionList as $questionId) |
|
|
|
foreach($questionList as $questionId) |
|
|
|
|