[LON-CAPA-cvs] cvs: doc /homework datastorage
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 21 Apr 2003 21:02:06 -0000
albertel Mon Apr 21 17:02:06 2003 EDT
Modified files:
/doc/homework datastorage
Log:
- new correct status 'corrent_by_scantron'
- new awarddetail 'ASSIGNED_SCORE'
- new possible data to look for 'resource.partid.responseid.awarddetail'
Index: doc/homework/datastorage
diff -u doc/homework/datastorage:1.17 doc/homework/datastorage:1.18
--- doc/homework/datastorage:1.17 Sun Jan 19 03:19:40 2003
+++ doc/homework/datastorage Mon Apr 21 17:02:06 2003
@@ -53,6 +53,7 @@
# incorrect_attempted == incorrect and attempted
# correct_by_student == correct by student work
# correct_by_override == correct, instructor override
+ # correct_by_scantron == correct, scantron graded
# incorrect_by_override == incorrect, instructor override
# excused == excused, problem no longer counts for student
# '' (empty) == not attempted
@@ -63,7 +64,7 @@
# on
resource.partid.awarded # float between 0 and 1, percentage of
- # resource.weight that the stundent earned.
+ # resource.partid.weight that the student earned.
resource.partid.award # final detailed award that was applied to the entire
# part of the question, check awarddetail below for
@@ -95,6 +96,13 @@
# MISORDERED_RANK : student submitted a poorly order
# rank response
# ERROR : unable to get a grade
+ # ASSIGNED_SCORE : there is a
+ # resource.partid.responseid.awarded
+ # the real awarded should be set to the
+ # average of the individual awardeds
+
+resource.partid.responseid.awarded # float between 0 and 1, percentage of
+ # resource.partid.weight that the student earned.
resource.partid.responseid.message (optional) (not yet supported)
# a message that should be shown to the student