version 1.226, 2008/06/10 15:22:39
|
version 1.227, 2008/07/26 15:06:43
|
Line 311 sub start_numericalresponse {
|
Line 311 sub start_numericalresponse {
|
if ($unit =~ /\S/) { $result.=" (in $unit) "; } |
if ($unit =~ /\S/) { $result.=" (in $unit) "; } |
} |
} |
if (($token->[1] eq 'formularesponse') && |
if (($token->[1] eq 'formularesponse') && |
($Apache::inputtags::status['-1'] eq 'CAN_ANSWER') && |
($Apache::inputtags::status['-1'] eq 'CAN_ANSWER')) { |
(!&Apache::lonxml::get_param_var('samples',$parstack,$safeeval))) { |
|
$result.=&edit_formula_button($id,"HWVAL_$id"); |
$result.=&edit_formula_button($id,"HWVAL_$id"); |
} |
} |
if ( &Apache::response::show_answer() ) { |
if ( &Apache::response::show_answer() ) { |