version 1.62, 2002/10/01 14:10:44
|
version 1.63, 2002/10/01 20:17:42
|
Line 289 sub end_numericalresponse {
|
Line 289 sub end_numericalresponse {
|
$result.=' '.$alphabet[$ind].': & '.$ans.' '; |
$result.=' '.$alphabet[$ind].': & '.$ans.' '; |
if ($ind != $cou+$table_range[$j]-1) {$result.=' & ';} |
if ($ind != $cou+$table_range[$j]-1) {$result.=' & ';} |
} |
} |
$j++; |
|
$cou += $table_range[$j]; |
$cou += $table_range[$j]; |
|
$j++; |
$result.='\\\\\hline\end{tabular}\vskip 0 mm '; |
$result.='\\\\\hline\end{tabular}\vskip 0 mm '; |
} |
} |
} |
} |