version 1.74, 2018/06/07 15:58:11
|
version 1.76, 2025/01/27 14:46:20
|
Line 433 sub displayfoils {
|
Line 433 sub displayfoils {
|
} |
} |
} |
} |
if ($target ne 'tex' && $Apache::lonhomework::type ne 'exam') { |
if ($target ne 'tex' && $Apache::lonhomework::type ne 'exam') { |
$optionlist='<select onchange="javascript:setSubmittedPart(\''. |
$optionlist='<label><select onchange="javascript:setSubmittedPart(\''. |
$part.'\');" name="HWVAL_'. |
$part.'\');" name="HWVAL_'. |
$Apache::inputtags::response[-1].':'.$temp.'">'. |
$Apache::inputtags::response[-1].':'.$temp.'">'. |
$optionlist."</select>\n"; |
$optionlist."</select>\n"; |
Line 446 sub displayfoils {
|
Line 446 sub displayfoils {
|
if ($target ne 'tex') { |
if ($target ne 'tex') { |
$result .= '<div class="LC_rankfoil">'; |
$result .= '<div class="LC_rankfoil">'; |
if ($Apache::lonhomework::type ne 'exam') { |
if ($Apache::lonhomework::type ne 'exam') { |
$result.=$optionlist.$text."\n"; |
$result.=$optionlist.$text."</label>\n"; |
} else { |
} else { |
$result.=$text."\n"; |
$result.=$text."\n"; |
} |
} |