[svn r11248] fix the scoring bug in exercises

skala
Julian Prud'homme 19 years ago
parent 6c98295748
commit 1475e4981f
  1. 4
      main/exercice/exercise_show.php

@ -350,7 +350,9 @@ $result =api_sql_query($query, __FILE__, __LINE__);
<td width="200" height="90" valign="top">
<?php
if($answerType == MULTIPLE_ANSWER)
{?>
{
$choice=array();
?>
<table width="355" border="0" cellspacing="3" cellpadding="3">
<tr>
<td>&nbsp;</td>

Loading…
Cancel
Save