minor - fixed button join with picture hotspot - partial CT#493

skala
Cristian Fasanando 16 years ago
parent d3395084bd
commit f5e2b18754
  1. 4
      main/exercice/exercise.lib.php

@ -377,7 +377,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false,$current_it
//if($answerType == 2)
// $s.=' / '.$total_item;
echo '<input type="hidden" name="hidden_hotspot_id" value="'.$questionId.'">';
echo '<table class="exercise_questions">
echo '<table class="exercise_questions" >
<tr>
<td valign="top" colspan="2">';
echo $questionDescription=api_parse_tex($questionDescription);
@ -527,7 +527,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false,$current_it
</td></tr>";
echo $s;
}
echo "</table>";
echo "</table><br />";
return $nbrAnswers;
}

Loading…
Cancel
Save