version 1.60, 2003/06/17 17:47:54
|
version 1.63, 2003/06/24 19:23:45
|
Line 335 sub CreateInterface {
|
Line 335 sub CreateInterface {
|
'value="Select One Student" />'; |
'value="Select One Student" />'; |
$Str .= ' 'x5; |
$Str .= ' 'x5; |
$Str .= '<input type="submit" name="ClearCache" value="Clear Caches" />'; |
$Str .= '<input type="submit" name="ClearCache" value="Clear Caches" />'; |
$Str .= ' 'x5.'<br />'; |
$Str .= ' 'x5; |
|
$Str .= '<br />'; |
return $Str; |
return $Str; |
} |
} |
|
|
Line 1056 END
|
Line 1057 END
|
($r,'Excel File Compilation Status', |
($r,'Excel File Compilation Status', |
'Excel File Compilation Progress', $studentcount); |
'Excel File Compilation Progress', $studentcount); |
# |
# |
|
&Apache::lonhtmlcommon::Update_PrgWin($r,\%prog_state, |
|
'Processing first student'); |
return; |
return; |
} |
} |
|
|
Line 1497 sub StudentPerformanceOnSequence {
|
Line 1500 sub StudentPerformanceOnSequence {
|
# |
# |
$partscore = $weight*$awarded; |
$partscore = $weight*$awarded; |
$score += $partscore; |
$score += $partscore; |
$symbol = $weight; |
$symbol = $partscore; |
if (length($symbol) > 1) { |
if (length($symbol) > 1) { |
$symbol = '*'; |
$symbol = '*'; |
} |
} |