Annotation of capa/capa51/Manual/s-sampleset.tex, revision 1.1

1.1     ! albertel    1: \hrule 
        !             2: \vskip 0.2in
        !             3: \section{Sample Problem Set.}
        !             4: \vskip 0.2in
        !             5: \hrule 
        !             6: \vskip 0.2in
        !             7: \begin{itemize}
        !             8: \item A set of sample questions is included in the distribution called {\sl set1.qz}  in 
        !             9: {\sl nsc121s9} class directory. The next page displays the printed version for
        !            10: one student. The \capa\ 
        !            11: source code is given on the following pages. The set is assembled from problems in the 
        !            12: {\sl /demolibrary} included with \capa.  
        !            13: \item The source code for imported problems can 
        !            14: be seen by opening {\sl /demolibrary/type$xx$/msu-prob$yy$.txt}.  
        !            15: \\ as a reference file in {\sf Quizzer}.  You may also check
        !            16: out the source code by opening {\sl /your/path/teacher/CAPA5/nsc121s9/set1.qz}
        !            17: in {\sf Quizzer} and double clicking on the highlighted links to the individual problems.  
        !            18: 
        !            19: \item Note that two-sided (duplex) laser printing is useful when making
        !            20: assignments or exams that require more than one page.
        !            21: \item In physics and chemistry, several users have agreed to share and exchange 
        !            22: problems for use in their classes.  In physics, this is evolving into the exchange 
        !            23: of local physics libraries (i.e. {\sl /msuphyslib}) among users.  
        !            24: Authors retain commercial rights.
        !            25: A comment line within each problem identifies the author. Also, an e-mail address is 
        !            26: useful if some question about the problem or its coded solution
        !            27: arises. Users are also to edit and adapt the problem for their classes. 
        !            28: \end{itemize}
        !            29:  
        !            30: \strut \newpage
        !            31: \begin{figure} \special{psfile=quiztemp5a.ps hscale=100 vscale=100 hoffset=-44
        !            32: voffset=-730 angle=0} \end{figure}\label{Jamie1Set}
        !            33: \strut \newpage
        !            34: \begin{figure} \special{psfile=quiztemp5b.ps hscale=100 vscale=100 hoffset=-44
        !            35: voffset=-710 angle=0} \end{figure}\label{Jamie2Set}
        !            36: 
        !            37: 
        !            38: \strut \newpage
        !            39: \centerline{Source Code for {\sl nsc121s9/set1.qz} }
        !            40: {\footnotesize 
        !            41: \begin{verbatim}
        !            42: //CAPA system software is copyrighted by Michigan State University.
        !            43: //By using these materials, the User agrees to:
        !            44: //1) Protect the source code files  from unauthorized copying.
        !            45: //2) Limit  access  of the source material to teaching staff.
        !            46: //3) The User is free to mix, cut and paste, modify, adapt, delete,
        !            47: //   improve, etc. the problems and graphics for his/her own use.
        !            48: //
        !            49: /IMP "/demolibrary/Tools/StdMacros"
        !            50: /IMP "/demolibrary/Tools/StdUnits"
        !            51: /IMP "/demolibrary/Tools/StdConst"
        !            52: /IMP "/demolibrary/Tools/GreekWeb2"
        !            53: /IMP "HWTopSN"
        !            54: /START
        !            55: //*************************************
        !            56: /IMP "/demolibrary/Instructor_Notes.txt"
        !            57: /DIS(stdline)
        !            58: //
        !            59: /LET hint_val=1
        !            60: //
        !            61: /BEG prob_val=1
        !            62: /LET try_val=12
        !            63: //DIS("/demolibrary/type01/msu-prob10.txt")
        !            64: /IMP "/demolibrary/type01/msu-prob10.txt"
        !            65: /DIS(stdline)
        !            66: //
        !            67: /BEG prob_val=1
        !            68: /LET try_val=12
        !            69: //DIS("/demolibrary/type01/msu-prob13.txt")
        !            70: /IMP "/demolibrary/type01/msu-prob13.txt"
        !            71: /DIS(stdline)
        !            72: //
        !            73: /BEG prob_val=1
        !            74: /LET try_val=12
        !            75: /LET hint_val=1
        !            76: //DIS("/demolibrary/type01/msu-prob12.txt")
        !            77: /IMP "/demolibrary/type01/msu-prob12.txt"
        !            78: /DIS(stdline)
        !            79: //
        !            80: /BEG prob_val=1
        !            81: /LET try_val=12
        !            82: //DIS("/demolibrary/type01/msu-prob15.txt")
        !            83: /IMP "/demolibrary/type01/msu-prob15.txt"
        !            84: /DIS(stdline)
        !            85: //
        !            86: /BEG prob_val=1
        !            87: /LET try_val=12
        !            88: //DIS("/demolibrary/type01/msu-prob11.txt")
        !            89: /IMP "/demolibrary/type01/msu-prob11.txt"
        !            90: /DIS(stdline)
        !            91: //
        !            92: /BEG prob_val=1
        !            93: /LET try_val=12
        !            94: /LET hint_val=2
        !            95: //DIS("/demolibrary/type-math/fraction-LCD-235")
        !            96: /IMP "/demolibrary/type-math/fraction-rlt-235"
        !            97: /DIS(stdline)
        !            98: //
        !            99: /BEG prob_val=1
        !           100: /LET try_val=12
        !           101: //DIS("/demolibrary/type01/msu-prob07.txt")
        !           102: /IMP "/demolibrary/type01/msu-prob07.txt"
        !           103: /DIS(stdline)
        !           104: //
        !           105: /BEG prob_val=1
        !           106: /LET try_val=12
        !           107: //DIS("/demolibrary/type03/msu-prob21.txt")
        !           108: /IMP "/demolibrary/type03/msu-prob21.txt"
        !           109: /DIS(stdline)
        !           110: //
        !           111: /BEG prob_val=2
        !           112: /LET try_val=12
        !           113: //DIS("/demolibrary/type-other/match.txt")
        !           114: /IMP "/demolibrary/type-other/match.txt"
        !           115: /DIS(stdline)
        !           116: //
        !           117: /BEG prob_val=1
        !           118: /LET try_val=12
        !           119: /LET hint_val=2
        !           120: //DIS("/demolibrary/type-biology/dna-3fragmentsB")
        !           121: /IMP "/demolibrary/type-biology/dna-3fragmentsB"
        !           122: /DIS(stdline)/DIS(newpage)
        !           123: //
        !           124: /BEG prob_val=1
        !           125: /LET try_val=12
        !           126: /LET hint_val=2
        !           127: //DIS("/demolibrary/type-math/det33a.txt")
        !           128: /IMP "/demolibrary/type-math/det33a.txt"
        !           129: /DIS(stdline)
        !           130: //
        !           131: /BEG prob_val=2
        !           132: /LET try_val=12
        !           133: /LET hint_val=1
        !           134: //DIS("/demolibrary/type-math/percentStoryA.txt")
        !           135: /IMP "/demolibrary/type-math/percentStoryA.txt"
        !           136: /DIS(stdline)
        !           137: //
        !           138: /BEG prob_val=1
        !           139: /LET try_val=12
        !           140: //DIS("/demolibrary/type10/msu-prob29a.txt")
        !           141: /IMP "/demolibrary/type10/msu-prob29a.txt"
        !           142: /DIS(webonlyline)
        !           143: //
        !           144: /BEG prob_val=1
        !           145: /LET try_val=12
        !           146: //DIS("/demolibrary/type10/msu-prob29b.txt")
        !           147: /IMP "/demolibrary/type10/msu-prob29b.txt"
        !           148: /DIS(stdline)
        !           149: //
        !           150: //
        !           151: /BEG prob_val=1
        !           152: /LET try_val=12
        !           153: //DIS("/demolibrary/type02/msu-prob09.txt")
        !           154: /IMP "/demolibrary/type02/msu-prob09.txt"
        !           155: /DIS(stdline)
        !           156: //
        !           157: /BEG prob_val=3
        !           158: /LET try_val=12
        !           159: //DIS("/demolibrary/type32/msu-prob12v2.txt")
        !           160: /IMP "/demolibrary/type32/msu-prob12v2.txt"
        !           161: /DIS(stdlineOvr)/DIS(newpage)
        !           162: //
        !           163: /BEG prob_val=3
        !           164: /LET try_val=12
        !           165: //DIS("/demolibrary/type-botany/01-organelles.txt")
        !           166: /IMP "/demolibrary/type-botany/01-organelles.txt"
        !           167: /DIS(stdline)
        !           168: //
        !           169: /BEG prob_val=1
        !           170: /LET try_val=12
        !           171: /LET hint_val=1
        !           172: //DIS("/demolibrary/type-chemistry/limiting-reagent.txt")
        !           173: /IMP "/demolibrary/type-chemistry/limiting-reagent.txt"
        !           174: /DIS(stdline)
        !           175: //
        !           176: /BEG prob_val=2
        !           177: /LET try_val=20
        !           178: //DIS("/demolibrary/type09/msu-prob89.txt")
        !           179: /IMP "/demolibrary/type09/msu-prob89.txt"
        !           180: /DIS(stdline)
        !           181: //
        !           182: /BEG prob_val=2
        !           183: /LET try_val=20
        !           184: //DIS("/demolibrary/type30/msu-prob13a.txt")
        !           185: /IMP "/demolibrary/type30/msu-prob13a.txt"
        !           186: /DIS(webonlyline)
        !           187: //
        !           188: //BEG prob_val=2
        !           189: //LET try_val=20
        !           190: //DIS("/demolibrary/type30/msu-prob13b.txt")
        !           191: //IMP "/demolibrary/type30/msu-prob13b.txt"
        !           192: /DIS(stdline)
        !           193: //
        !           194: /BEG prob_val=5
        !           195: /LET try_val=3
        !           196: //DIS("/demolibrary/type-other/subjective")
        !           197: /IMP "/demolibrary/type-other/subjective"
        !           198: /DIS(stdline)
        !           199: //
        !           200: /BEG prob_val=2
        !           201: /LET try_val=12
        !           202: //DIS("/demolibrary/type-other/vectorProduct.txt")
        !           203: /IMP "/demolibrary/type-other/vectorProduct.txt"
        !           204: /END(stdendline)
        !           205: \end{verbatim} 
        !           206: }
        !           207: %\hrule 
        !           208: %\vskip -.06in
        !           209: %\strut

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