File:  [LON-CAPA] / doc / homework / datastorage
Revision 1.23: download - view: text, annotated - select for diffs
Thu Apr 7 20:43:06 2005 UTC (19 years ago) by albertel
Branches: MAIN
CVS tags: HEAD
- adding portfiles to essayresponse

    1: ----PARAMETERS-----
    2: 
    3: resource.partid.opendate   #unix time of when the local machine should let the
    4:                     #student in
    5: 
    6: resource.partid.duedate    #unix time of when the local machine should stop
    7:                     #accepting answers
    8: 
    9: resource.partid.answerdate #unix time of when the local machine should
   10:                     #provide the correct answer to the student
   11: 
   12: resource.partid.acc # a string that can be used to control access, either
   13:                     # IP based or Domain Name based
   14: 
   15: resource.partid.weight     # points the problem is worth
   16: 
   17: resource.partid.maxtries   # maximum number of attempts the student can have
   18: 
   19: 
   20: resource.partid.problemstyle (notcurrently supported)
   21:                              # style to show a problem in, possible values:
   22:                              # online - show problem in default online mode
   23:                              # bubble - show problem in a mode approriate to
   24:                              #          being printed out for a bubble sheet
   25:                              #          exam
   26:                              # checkout - do checkouting of problem
   27: 
   28: resource.partid.type       # type of problem homework can be:
   29:                            # homework - randomized, graded, stored with 
   30:                            #            requesting user, full feeback
   31:                            # exam - randomized, graded, stored with 
   32:                            #        requesting user, minimal feedback
   33:                            # form - unrandomized, ungraded, stored with 
   34:                            #        specified user, full feedback
   35:                            # survey - unrandomized, ungraded, stored with 
   36:                            #          requesting user, full feedback
   37: 
   38: 
   39: <numerical/formula/response needed: (has a default if nonexistant)>
   40: 
   41: resource.partid.responseid.tol   # lots of possibilities here
   42:                     # percentage, range (inclusive and exclusive),
   43: 		    # variable name, etc
   44:                     # 3%
   45:                     # 0.5
   46:                     # .05+
   47:                     # 3%+
   48:                     # 0.5+,.005
   49: 
   50: resource.partid.responseid.sig  # one or two comma sepearted integers, specifying the
   51:                      # number of significatn figures a student must use
   52: 
   53: 
   54: <essayresponse specific>
   55: 
   56: resource.partid.responseid.maxcollaborators
   57:                      	# integer of the maximum number of users to 
   58:                         # collborate on an answer
   59: 
   60: resource.partid.responseid.uploadfiletypes
   61:                         # a comma seperated list of filetypes to allow a user
   62:                         # to upload
   63: 
   64: 
   65: 
   66: ----STORED VALUES----
   67: resource.partid.solved # if not set, problem yet to be viewed
   68:                 # incorrect_attempted == incorrect and attempted
   69:                 # correct_by_student == correct by student work
   70:                 # correct_by_override == correct, instructor override
   71:                 # correct_by_scantron == correct, scantron graded
   72:                 # incorrect_by_override == incorrect, instructor override
   73:                 # excused == excused, problem no longer counts for student
   74:                 # '' (empty) == not attempted
   75:                 # ungraded_attempted == an ungraded answer has been
   76:                                           sumbitted and stored
   77: resource.partid.tries  # positive integer of number of unsuccessful attempts
   78:                 # made, malformed answers don't count if feedback is
   79:                 # on
   80: 
   81: resource.partid.awarded # float between 0 and 1, percentage of
   82:                  # resource.partid.weight that the student earned.
   83: 
   84: resource.partid.award # final detailed award that was applied to the entire
   85:                       # part of the question, check awarddetail below for
   86:                       # possibilities
   87: 
   88: resource.partid.previous # boolean, is this submission a previous submission
   89: 
   90: resource.partid.regrader
   91:                  # the username:domain of the user who hand graded this one
   92: 
   93: 
   94: resource.partid.afterduedate
   95:                  # the award that would have been received if they had
   96:                  # submitted before the duedate
   97: 
   98: resource.partid.responseid.submisson
   99:                     # the student submitted string for the part.response
  100: 
  101: resource.partid.responseid.awarddetail
  102:                      # list of all of the results of grading the submissions
  103:                      # in detailed form of the specific failure
  104: 		     #Possible values:
  105:                      # EXACT_ANS, APPROX_ANS : student is correct
  106:                      # NO_RESPONSE : student submitted no response
  107:                      # MISSING_ANSWER : student submitted some but not
  108:                      #                   all parts of a response
  109:                      # WANTED_NUMERIC : expected a numeric answer and
  110:                      #                   didn't get one
  111: 		     # SIG_FAIL : incorrect number of Significant Figures
  112:                      # UNIT_FAIL : incorrect unit
  113:                      # UNIT_NOTNEEDED : Submitted a unit when one shouldn't
  114:                      # NO_UNIT : needed a unit but none was submitted
  115: 		     # BAD_FORMULA : syntax error in submitted formula
  116:                      # INCORRECT : answer was wrong
  117:                      # SUBMITTED : submission wasn't graded
  118:                      # DRAFT : submission only stored
  119:                      # MISORDERED_RANK : student submitted a poorly order
  120:                      #                   rank response
  121: 		     # ERROR : unable to get a grade
  122:                      # ASSIGNED_SCORE : there is a 
  123:                      #                  resource.partid.responseid.awarded
  124:                      #                  the real awarded should be set to the
  125:                      #                  average of the individual awardeds
  126:                      # TOO_LONG : answer submission to capa engine longer
  127:                      #            than 500 characters
  128:                      # INVALID_FILETYPE : student tried to upload a file
  129:                      #                    that was of an extension that was
  130:                      #                    not specficy allowed 
  131: 
  132: resource.partid.responseid.message (optional) (not yet supported)
  133: 		     # a message that should be shown to the student
  134: 
  135: resource.partid.bonustries (optional) (not yet supported)
  136:                      # if set, added to the maxtries parameter for student 
  137:                      # total number of tries overall
  138: 
  139: resource.partid.responseid.scantron
  140:                  # the letteror string that the scantron submitted as 
  141:                  # the answer before it was converted into the submission
  142:                  # value
  143: 
  144: rndseed
  145:                  # for public users or browsed versions, the rndseed used
  146:                  # for this partcualr submission, should only appear
  147:                  # in tmpstore dbs
  148: 
  149: <option/rank/match response specific>
  150: resource.partid.responseid.submissiongrading
  151: 		 # an annotation of which foils that the student
  152:                  # submitted were wrong and which were correct (hash)
  153: 
  154: <optionresponse> specific
  155: resource.partid.responseid.numfoils
  156:                      # if graded in scantron mode this is set to number
  157:                      # of foils a student saw
  158: 
  159: <organicresponse specific>
  160: resource.partid.responseid.molecule
  161:                      #JME string of the last submission
  162: 
  163: <essayresponse> specific
  164: resource.partid.responseid.uploadedfile
  165:                      # filename of the upload file that is to be used
  166:                      # for the submission
  167: 
  168: resource.partid.responseid.uploadedurl
  169:                     # url to use to grab the file that was used for
  170:                     # the submission
  171: 
  172: resource.partid.responseid.portfiles
  173:                     # comma sepearted list of student portfolio files
  174:                     # for the submission
  175: 
  176: 

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