version 1.13, 2010/05/27 16:56:20
|
version 1.14, 2011/05/01 17:17:09
|
Line 11 if ((!defined($weight)) || ($weight eq '
|
Line 11 if ((!defined($weight)) || ($weight eq '
|
$awarded=&EXT('user.resource.resource.0.awarded'); |
$awarded=&EXT('user.resource.resource.0.awarded'); |
if (!defined($awarded)) { $awarded=0; } |
if (!defined($awarded)) { $awarded=0; } |
$scoreformat=&EXT('resource.0.scoreformat'); |
$scoreformat=&EXT('resource.0.scoreformat'); |
if (!defined($scoreformat) || $scoreformat eq '') { $scoreformat="0f"; } |
if (!defined($scoreformat) || $scoreformat eq '') { $scoreformat="2f"; } |
$display=''; |
$display=''; |
if (&EXT('resource.0.problemstatus')!~/^no/) { |
if (&EXT('resource.0.problemstatus')!~/^no/) { |
if (!defined($awarded)) { |
if (!defined($awarded)) { |
Line 40 if (!defined($gradeinfo) || $gradeinfo!~
|
Line 40 if (!defined($gradeinfo) || $gradeinfo!~
|
<startouttext /> |
<startouttext /> |
$display |
$display |
<instructorcomment><span style="color:red"> |
<instructorcomment><span style="color:red"> |
<br />If non-integer points are used (e.g., 3.5), make sure to change the |
<br />You can modify the rounding of the score display using the "scoreformat" setting. |
display format in "Modify parameter settings for this resource" (clock symbol), or the result will be displayed in rounded form. |
|
You can upload comments and grade information with this resource when uploading CSV files. Feedback on grades can be controlled using the problemstatus parameter. |
You can upload comments and grade information with this resource when uploading CSV files. Feedback on grades can be controlled using the problemstatus parameter. |
</span></instructorcomment> |
</span></instructorcomment> |
$gradeinfo |
$gradeinfo |