File:  [LON-CAPA] / loncom / publisher / packages.tab
Revision 1.21: download - view: text, annotated - select for diffs
Thu Jul 10 08:34:42 2003 UTC (20 years, 10 months ago) by www
Branches: MAIN
CVS tags: HEAD
Bug #1733:

Choice box for different string-type parameters, including question type.

Needs documentation of what each type does.

Was unsure of the possible values for "Exam Type" and decided that those
are "online" and "checkout" for now.

    1: part&opendate&display:Opening Date
    2: part&opendate&type:date_start
    3: part&duedate&display:Due Date
    4: part&duedate&type:date_end
    5: part&answerdate&display:Answer Date
    6: part&answerdate&type:date_start
    7: part&weight&display:Weight
    8: part&weight&type:int_zeropos
    9: part&weight&default:1
   10: part&maxtries&display:Maximum Number of Tries
   11: part&maxtries&type:int_pos
   12: part&maxtries&default:99
   13: part&type&display:Question Type
   14: part&type&type:string_questiontype
   15: part&problemstyle&display:Exam Type
   16: part&problemstyle&type:string_examtype
   17: part&acc&display:Client IP/Name Access Control
   18: part&acc&type:string_ip
   19: part&problemstatus&type:string_yesno
   20: part&problemstatus&default:yes
   21: part&problemstatus&display:Show Problem Status
   22: numericalhint&tol&display:Numerical Tolerance
   23: numericalhint&tol&type:tolerance
   24: numericalhint&tol&default:5%
   25: numericalhint&sig&type:int_range
   26: numericalhint&sig&display:Significant Digits
   27: numericalresponse&tol&display:Numerical Tolerance
   28: numericalresponse&tol&type:tolerance
   29: numericalresponse&tol&default:5%
   30: numericalresponse&sig&type:int_range
   31: numericalresponse&sig&display:Significant Digits
   32: numericalresponse&turnoffunit&type:string_yesno
   33: numericalresponse&turnoffunit&default:no
   34: numericalresponse&turnoffunit&display:Show Units - Disable Entry
   35: formularesponse&tol&display:Numerical Tolerance
   36: formularesponse&tol&type:tolerance
   37: formularesponse&tol&default:0.00000000001
   38: essayresponse&handgrade&type:string_yesno
   39: essayresponse&handgrade&default:yes
   40: essayresponse&handgrade&display:Hand Graded
   41: essayresponse&maxcollaborators&type:int_zeropos
   42: essayresponse&maxcollaborators&default:0
   43: essayresponse&maxcollaborators&display:Maximum Number of Collaborators
   44: essayresponse&uploadedfiletypes&type:string
   45: essayresponse&uploadedfiletypes&display:Allowed File Extensions for Uploaded Files

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