[svn r15887] FS#2738

Fix a bug with tests with one question per page
skala
Julian Prud'homme 17 years ago
parent 9ac385a485
commit 2852edabc5
  1. 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 15845 2008-07-24 19:21:23Z dperales $
* @version $Id: exercice_submit.php 15887 2008-08-01 13:55:25Z elixir_julian $
*/
@ -526,6 +526,7 @@ else
<input type='hidden' name='origin' value='".$origin."' />
<input type='hidden' name='learnpath_id' value='".$learnpath_id."' />
<input type='hidden' name='learnpath_item_id' value='".$learnpath_item_id."' />
<input type='hidden' name='exerciseId' value='".$exerciseId."' />
<table width='100%' border='0' cellpadding='1' cellspacing='0'>
<tr>
<td>

Loading…
Cancel
Save