Annotation of doc/homework/datastorage, revision 1.6

1.1       albertel    1: <Provided by &EXT() and set external to the resource, required>
1.6     ! albertel    2: resource.opendate.partid   #unix time of when the local machine should let the
        !             3:                            #student in
1.1       albertel    4: 
1.6     ! albertel    5: resource.duedate.partid    #unix time of when the local machine should stop
        !             6:                            #accepting answers
1.1       albertel    7: 
1.6     ! albertel    8: resource.answerdate.partid #unix time of when the local machine should
        !             9:                            #provide the correct answer to the student
1.1       albertel   10: 
1.6     ! albertel   11: resource.weight.partid     # points the problem is worth
1.1       albertel   12: 
1.6     ! albertel   13: resource.maxtries.partid   # maximum number of attempts the student can have
1.1       albertel   14: 
                     15: 
                     16: 
                     17: <caparesponse needed: (has a default if nonexistant)>
                     18: 
1.6     ! albertel   19: resource.tol.partid # lots of possibilities here
1.1       albertel   20:                     # percentage, range (inclusive and exclusive),
                     21: 		    # variable name, etc
1.3       albertel   22:                     # 3%
                     23:                     # 0.5
                     24:                     # .05+
                     25:                     # 3%+
                     26:                     # 0.5+,.005
                     27:                     
1.6     ! albertel   28: resource.sig.partid  # one or two comma sepearted integers, specifying the 
1.5       albertel   29:                      # number of significatn figures a student must use
1.3       albertel   30: 
1.6     ! albertel   31: resource.feedback.partid   # at least a single bit (yes/no) may go with a
        !            32:                            # bitmask in the future, controls whether or not
        !            33:                            # a problem should say "correct" or not
1.1       albertel   34: 
                     35: 
                     36: <Problem sets using cstore (required):>
1.6     ! albertel   37: resource.solved.partid # if not set, problem yet to be viewed
1.4       www        38:                 # incorrect_attempted == incorrect and attempted
                     39:                 # correct_by_student == correct by student work
                     40:                 # correct_by_override == correct, instructor override
                     41:                 # incorrect_by_override == incorrect, instructor override
                     42:                 # excused == excused, problem no longer counts for student
                     43:                 # '' (empty) == not attempted
1.1       albertel   44: 
1.6     ! albertel   45: resource.tries.partid  # positive integer of number of unsuccessful attempts
1.1       albertel   46:                 # made, malformed answers don't count if feedback is
                     47:                 # on
                     48: 
1.6     ! albertel   49: resource.awarded.partid # float between 0 and 1, percentage of
1.1       albertel   50:                  # resource.weight that the stundent earned.
                     51: 
1.6     ! albertel   52: resource.submissons.partid.responseid
1.5       albertel   53:                     # the student submitted string for the part.response
1.1       albertel   54: 
1.6     ! albertel   55: resource.award.partid
        !            56:                      # the result that decided the solved attribute
        !            57:                      # in detailed form of the specific failure
        !            58: 
        !            59: resource.awarddetail.partid.responseid
1.2       albertel   60:                      # list of all of the results of grading the submissions
1.1       albertel   61:                      # in detailed form of the specific failure
1.2       albertel   62: 
                     63: 
1.1       albertel   64: 
                     65: 
                     66: 

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