version 1.265, 2024/10/30 03:12:40
|
version 1.266, 2025/02/20 06:36:00
|
Line 653 sub end_numericalresponse {
|
Line 653 sub end_numericalresponse {
|
if ($previous eq $bubble_values->[$ind]) { |
if ($previous eq $bubble_values->[$ind]) { |
$checked=" checked='on' "; |
$checked=" checked='on' "; |
} |
} |
$result.='<td><input type="radio" name="HWVAL_'.$id. |
$result.='<td><label><input type="radio" name="HWVAL_'.$id. |
'" value="'.$bubble_values->[$ind].'" '.$checked |
'" value="'.$bubble_values->[$ind].'" '.$checked |
.' /><b>'.$alphabet[$ind].'</b>: '. |
.' /><b>'.$alphabet[$ind].'</b>: '. |
$bubble_display->[$ind].'</td>'; |
$bubble_display->[$ind].'</label></td>'; |
} |
} |
$result.='</tr></table>'; |
$result.='</tr></table>'; |
} |
} |