File:  [LON-CAPA] / loncom / html / adm / help / tex / exam_basics.tex
Revision 1.3: download - view: text, annotated - select for diffs
Sun Jun 19 17:58:59 2005 UTC (19 years, 1 month ago) by felicia
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1, version_1_99_0, bz6209-base, bz6209, bz5969, bz2851, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
Edited a bunch of help files and added many new ones so the cc manual no contains everything that my Training Guide contains. Next step is to edit the files for readability and consistancy in format.

    1: \label{exam_basics}
    2: 
    3: There are multiple things here that you will need in order to run an exam.
    4: \begin{enumerate}
    5: \item you will need to be able to get a file from your scanning office
    6: that is scan of the bubbled scantron sheets.
    7: \item you will need to modify the scantronformat.tab file to properly
    8: describe what your data file looks like.
    9: \end{enumerate}
   10: 
   11: To see a homework problem set turned into a bubble sheet exam you need to - set the parameter 'problemtype' for the set to 'exam' in PARM.
   12: 
   13: The set of problems now it should automatically convert to a
   14: 'bubbled input' display, both online and when printing.
   15: 
   16: You should be able to print out all of the exams now and there will be
   17: an individualized exam for each student.
   18: 
   19: When grading the exam you will need to 
   20: \begin{enumerate}
   21: \item goto the set
   22: \item click PGRD
   23: \item click on 'Grade Scantron Forms'
   24: \item you will then need to upload the sacntron data file to the Lon-CAPA
   25: server (it is the bottom option on that screen.)
   26: \item one it is uploaded go back to the 'Grade Scnatron forms' screen
   27: \item fill in the top form, and click 'Validate records'
   28: \end{enumerate}
   29: 
   30: From there on out it tries to describe what is going on in detail so
   31: reading the screen and answering the questions should be straight
   32: forward.
   33: 
   34: We are also supporting annonymous mode of using scantron
   35: form exams.
   36: 
   37: Basically some people don't want to take the time to hand out 300
   38: exams to indiviual students (I.e make sure Alice gets Alice's exam and
   39: Bob gets Bob's exam.) So we have another mode, where we generate
   40: different exam versions all of which have a 6-letter 'CODE' which
   41: control the random numbers. The generating and grading of these is a
   42: bit more complex.
   43: \begin{enumerate}
   44: \item got to a resource in a course
   45: \item hit PRT
   46: \item select 'Problem from <mapname> for anonymous students'
   47: \item click Next ->
   48: \item type in the number of exams you want generated
   49: \item if you want to save the CODEs for later so the bubbled input can be
   50:     validated, type in a name to save them under
   51: \item click Next->
   52: \item print them out
   53: \item fill in some scantron forms
   54: \item get them scanned
   55: \item upload the scan results
   56: \item goto PGRD
   57: \item click 'Grade' scantron form
   58: \item Select the map, datafile, scantron format that knows where a CODE
   59:      is on the form, and the name that CODEs where saved under
   60: \item click 'Validate Scantron Records'
   61: \item follow the on screen prompts.
   62: \end{enumerate}

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