[svn r20704] minor width to table results in hotspot see FS#4050

skala
Carlos Vargas 16 years ago
parent d7dfe91bab
commit 6195baf7d5
  1. 6
      main/exercice/exercise_show.php

@ -4,7 +4,7 @@
* *
* @package dokeos.exercise * @package dokeos.exercise
* @author Julio Montoya Armas Added switchable fill in blank option added * @author Julio Montoya Armas Added switchable fill in blank option added
* @version $Id: exercise_show.php 20697 2009-05-15 15:42:37Z cvargas1 $ * @version $Id: exercise_show.php 20704 2009-05-15 17:17:48Z cvargas1 $
* *
* @todo remove the debug code and use the general debug library * @todo remove the debug code and use the general debug library
* @todo use the Database:: functions * @todo use the Database:: functions
@ -856,8 +856,8 @@ if ($show_results) {
$questionScore=0; $questionScore=0;
?> ?>
<tr> <tr>
<td valign="top" align="left" style="padding-left:0px;" > <td valign="top" align="center" style="padding-left:0px;" >
<table style="border: 1px solid #A4A4A4;border-bottom:none" width="500"> <table style="border: 1px solid #A4A4A4;border-bottom:none" width="470">
<?php <?php
for ($answerId=1;$answerId <= $nbrAnswers;$answerId++) { for ($answerId=1;$answerId <= $nbrAnswers;$answerId++) {
$answer=$objAnswerTmp->selectAnswer($answerId); $answer=$objAnswerTmp->selectAnswer($answerId);

Loading…
Cancel
Save