[LON-CAPA-cvs] cvs: loncom /homework/templates examupload.problem
www
lon-capa-cvs@mail.lon-capa.org
Mon, 30 May 2005 20:02:13 -0000
www Mon May 30 16:02:13 2005 EDT
Modified files:
/loncom/homework/templates examupload.problem
Log:
I have done this to myself twice already.
Index: loncom/homework/templates/examupload.problem
diff -u loncom/homework/templates/examupload.problem:1.5 loncom/homework/templates/examupload.problem:1.6
--- loncom/homework/templates/examupload.problem:1.5 Thu Feb 19 17:21:18 2004
+++ loncom/homework/templates/examupload.problem Mon May 30 16:02:11 2005
@@ -11,6 +11,12 @@
</script>
<startouttext />
You have <display>&format($awarded*$weight,$scoreformat)</display> out of $weight possible points.
+<instructorcomment>
+<font color="red">
+<br />If non-integer points are used (e.g., 3.5), make sure to change the
+display format in PPRM, or the result will be displayed in rounded form.
+</font>
+</instructorcomment>
<endouttext />
<block condition="0"><numericalresponse id='score' /></block>
</problem>