--- doc/homework/datastorage 2003/01/19 08:19:40 1.17 +++ doc/homework/datastorage 2003/05/23 07:04:43 1.20 @@ -53,6 +53,7 @@ resource.partid.solved # if not set, pro # 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 @@ resource.partid.tries # positive intege # 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,18 @@ resource.partid.responseid.awarddetail # 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 + # TOO_LONG : answer submission to capa engine longer + # than 500 characters + # INVALID_FILETYPE : student tried to upload a file + # that was of an extension that was + # not specficy allowed + +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 @@ -102,3 +115,8 @@ resource.partid.responseid.message (opti resource.partid.bonustries (optional) (not yet supported) # if set, added to the maxtries parameter for student # total number of tries overall + + specific +resource.partid.responseid.partid.numfoils + # if graded in scantron mode this is set to number + # of foils a student saw