File:  [LON-CAPA] / loncom / homework / templates / examupload.problem
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jul 15 18:23:56 2003 UTC (20 years, 10 months ago) by www
Branches: MAIN
CVS tags: HEAD
Bug #1887: grammatical fix for 1 point awarded.

<problem>
<displaytitle />
<script type="loncapa/perl">
$weight=&EXT('resource.0.weight');
if ((!defined($weight)) || ($weight eq '')) { $weight=0; }
$awarded=&EXT('user.resource.resource.0.awarded');
if (!defined($awarded)) { $awarded=0; }
</script>
<startouttext />
You have <display>$awarded*$weight</display> out of $weight possible points.
<endouttext />
<notsolved><numericalresponse id='score' /></notsolved>
</problem>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>