[LON-CAPA-cvs] cvs: loncom /homework/templates examupload.problem
www
lon-capa-cvs@mail.lon-capa.org
Tue, 15 Jul 2003 18:23:56 -0000
www Tue Jul 15 14:23:56 2003 EDT
Modified files:
/loncom/homework/templates examupload.problem
Log:
Bug #1887: grammatical fix for 1 point awarded.
Index: loncom/homework/templates/examupload.problem
diff -u loncom/homework/templates/examupload.problem:1.1 loncom/homework/templates/examupload.problem:1.2
--- loncom/homework/templates/examupload.problem:1.1 Sat Jul 5 06:07:11 2003
+++ loncom/homework/templates/examupload.problem Tue Jul 15 14:23:56 2003
@@ -7,7 +7,7 @@
if (!defined($awarded)) { $awarded=0; }
</script>
<startouttext />
-You have <display>$awarded*$weight</display> points out of $weight.
+You have <display>$awarded*$weight</display> out of $weight possible points.
<endouttext />
<notsolved><numericalresponse id='score' /></notsolved>
</problem>