[svn r19405] minor Changes in exercises see FS#3918

skala
Carlos Vargas 16 years ago
parent 0907bb8b8a
commit 7fb71b512e
  1. 6
      main/exercice/exercice_submit.php

@ -1,4 +1,4 @@
<?php // $Id: exercice_submit.php 19404 2009-03-28 01:24:38Z cvargas1 $
<?php // $Id: exercice_submit.php 19405 2009-03-28 01:28:28Z cvargas1 $
/*
==============================================================================
@ -42,7 +42,7 @@
* @package dokeos.exercise
* @author Olivier Brouckaert
* @author Julio Montoya multiple fill in blank option added
* @version $Id: exercice_submit.php 19404 2009-03-28 01:24:38Z cvargas1 $
* @version $Id: exercice_submit.php 19405 2009-03-28 01:28:28Z cvargas1 $
*/
@ -901,7 +901,7 @@ else
$onsubmit = '';
$i=0;
//i have a doubt in this line cvargas
var_dump($questionList);
//var_dump($questionList);
if (!strcmp($questionList[0],'')===0) {
foreach($questionList as $questionId) {
$i++;

Loading…
Cancel
Save