Annotation of capa/capa51/pProj/capa.config, revision 1.2

1.1       albertel    1: # Comments in this file begins with a # mark in the first column
1.2     ! albertel    2: # when setting a value there MUST be a space before and after the = 
1.1       albertel    3: # ================= class structure ============
1.2     ! albertel    4: # the paths to the various portions of the class. Possible values to
        !             5: # set are exam_path, quiz_path, supp_path (supplementary problems),
        !             6: # correction_path (correction exams), and others_path
1.1       albertel    7: #
1.2     ! albertel    8: #  correction exams corrects exams in a one-to-one fashion, that is, 
        !             9: #  set1.db in correction corrects set1.db in exam 
        !            10: #
        !            11: exam_path       = /usr/users/teacher/CAPA5/xph183f9
        !            12: quiz_path       = /usr/users/teacher/CAPA5/qph183f9
        !            13: supp_path       = /usr/users/teacher/CAPA5/xpc183f9
        !            14: others_path     = /usr/users/teacher/CAPA5/fci183f9
        !            15: correction_path = /usr/users/teacher/CAPA5/xpc183f9
        !            16: 
        !            17: # ================= Extrapolate Scores Applet ==
        !            18: # Where the applet resides
        !            19: capa_server = capa2.nscl.msu.edu
        !            20: 
        !            21: # width and height of the applet
        !            22: tscore_width = 500
        !            23: tscore_height = 450
        !            24: 
        !            25: # yes means show the applet, no inhibts the display of the applet
        !            26: term_score_applet = yes
        !            27: 
        !            28: # The weights used in term score calculation formula
        !            29: #  term_score = homework_weight * sum of homework + quiz_weight * 
        !            30: #      sum of quizes + exam_weight * sum of exams + final_weight * final exam
        !            31: # these values will in most cases add up to 1
        !            32: homework_weight   = 0.3
        !            33: quiz_weight       = 0.05
        !            34: exam_weight       = 0.3
        !            35: final_weight      = 0.35
        !            36: 
        !            37: # This specifies the weight of the correction exam. 
        !            38: #  corrected exam score = raw exam score + correction_weight * 
        !            39: #	(correction score - raw exam score)
        !            40: #  if correction score is less than raw exam score, no correction is taken
        !            41: correction_weight = 0.3
        !            42: 
        !            43: # final_exam_set_number specifies what set number will be or is the
        !            44: # final exam in the class defined by exam_path
        !            45: final_exam_set_number = 4
        !            46: 
        !            47: # homework_count is the total number of homeworks that will be given
        !            48: # to the students
        !            49: homework_count        = 12
        !            50: 
        !            51: # quiz_count is the total number of quizzes that will be given to the 
        !            52: # students
        !            53: quiz_count            = 31
        !            54: 
        !            55: # =============== capadiscuss configuration ====
        !            56: # which sections are "admin" sections, the sections that can delete
        !            57: # and hide messages, Examples:
        !            58: # admin_section = 033
        !            59: # admin_section = 33
        !            60: # admin_section = 033,12,099,2
        !            61: admin_section = 033
        !            62: 
        !            63: 
        !            64: # =================== Manager configuration ====
        !            65: # When computing the scores for each class, up to the set number
        !            66: # specified in this section that the 
        !            67: # score report is generated
        !            68: # The program will look up from set1.db, set2.db and so on 
        !            69: # until the setX.db file which is not exist or 
        !            70: # it reaches the set number specified 
        !            71: # in this section.
        !            72: # Place a number of 99 will effectively makes the program 
        !            73: # to include all scores from  all setX.db files upto set 99.
        !            74: homework_scores_limit_set = 12
        !            75: exam_scores_limit_set = 4
        !            76: quiz_scores_limit_set = 31
        !            77: supp_scores_limit_set = 3
        !            78: others_scores_limit_set = 1
1.1       albertel   79: 
                     80: # ================= Command specifications =====
                     81: #
                     82: #  path information is not necessarily surrounded by double quotes
                     83: # 
                     84: #  when specifying a command, use double quotes, because 
                     85: #    commands may have arguments, such as lpr
                     86: #    
1.2     ! albertel   87: latex_command      =  "/usr/local/teTeX/bin/latex"
        !            88: dvips_command      =  "/usr/local/teTeX/bin/dvips"
        !            89: mail_command       =  "/usr/bin/mailx"
        !            90: allcapaid_command  =  "/usr/users/teacher/CAPA5/CAPA5.1/allcapaid"
        !            91: qzparse_command    =  "/usr/users/teacher/CAPA5/CAPA5.1/qzparse"
        !            92: answers_command    =  "/usr/users/teacher/CAPA5/CAPA5.1/answers"
1.1       albertel   93: 
                     94: # ================= Printing configuration ====
                     95: #
                     96: #  -printer list-
                     97: #  add available printer name here
                     98: #   they will appear in a selection list in the order listed here
                     99: #
                    100: printer_option  = "cyccap_capa1"
                    101: printer_option  = "cyccap_capa2"
                    102: 
                    103: #  -print command-
                    104: #  predefined variables: $PS_file and $Printer_selected 
                    105: #    indicate the file to be printed and the printer queue to be
                    106: #    printed to.
                    107: #
                    108: lprOneSided_command     =  "/usr/bin/lpr -P$Printer_selected"
                    109: lprTwoSided_command     =  "/usr/bin/lpspr -K2 $PS_file | /usr/bin/lpr -P$Printer_selected"
                    110: 
1.2     ! albertel  111: # ================= capalogin/web settings =========
1.1       albertel  112: #
                    113: # specify the capalogin goodbye message delay in seconds
1.2     ! albertel  114: capalogin_goodbye_delay  = 4 	 
1.1       albertel  115: 
                    116: # specify the capalogin inactivity delay time in minutes
                    117: # default value is 60 minutes, 0 means never time out
1.2     ! albertel  118: capalogin_inactivity_delay  = 25
1.1       albertel  119: 
                    120: # if set to none, don't show the summary score, any other value
                    121: # or not defined show the score
1.2     ! albertel  122: #capalogin_show_summary_score = show
        !           123: 
        !           124: # for the web, how problems should be displayed at a time on one page
        !           125: # default is all, if specified must have and integer argument,
        !           126: # otherwise uses default value
        !           127: #num_questions_per_page = 26
        !           128: 
        !           129: # for the web, length of the status line, if there are more problems
        !           130: # than this multiple status lines are created, by default creates 
        !           131: # one line the length of the # of problems in the set
        !           132: #web_status_line_length = 26
        !           133: 
        !           134: # for both web and capalogin, whether or not to allow viewing of 
        !           135: # term summaries at all. The option is never presented to the user (yes,no).
        !           136: # default is yes
        !           137: #term_summary_button = yes
        !           138: 
        !           139: # for setting what the cgi path is, if unspecified, defaults to capa-bin
        !           140: #capaweb_cgibin_path = test-bin
1.1       albertel  141: 
                    142: # ================= Quizzer settings ==========
                    143: #Everything between BeginStandardQuizzerHeader and
                    144: #EndStandardQuizzerHeader is inserted into the .qz file when using the
                    145: #Std. Header button in Quizzer
                    146: 
                    147: BeginStandardQuizzerHeader 
                    148: //CAPA system software is copyrighted by Michigan State University.
                    149: //By using these materials, the User agrees to:
                    150: //1) Protect the source code files  from unauthorized copying.
                    151: //2) Limit  access  of the source material to teaching staff.
                    152: //3) The User is free to mix, cut and paste, modify, adapt, delete,
                    153: //   improve, etc. the problems and graphics for his/her own use.
                    154: //
1.2     ! albertel  155: /IMP "/msuphysicslib/Tools/StdMacros"
        !           156: /IMP "/msuphysicslib/Tools/StdUnits"
        !           157: /IMP "/msuphysicslib/Tools/StdConst"
        !           158: /IMP "/msuphysicslib/Tools/GreekWeb2"
1.1       albertel  159: /IMP "HWTop"
                    160: EndStandardQuizzerHeader
                    161: 
                    162: # 
1.2     ! albertel  163: # ======================= Unit section =============
        !           164: # Base Unit
        !           165: # name      symbol     comment
1.1       albertel  166: 
                    167: << Base Unit >>
1.2     ! albertel  168: 
1.1       albertel  169: meter           m      # length
                    170: kilogram        kg     # mass
                    171: second          s      # time
                    172: ampere          A      # electric current
                    173: kelvin          K      # thermodynamic temperature
                    174: mole            mol    # amount of substance
                    175: candela         cd     # luminous intensity
                    176: 
                    177: #   Prefix     symbol     factor
                    178: << Prefix >>
                    179: 
                    180: yotta            Y         10^{24}
                    181: zetta            Z         10^{21}
                    182: exa              E         10^{18}
                    183: peta             P         10^{15}
                    184: tera             T         10^{12}
                    185: giga             G         10^9
                    186: mega             M         10^6
                    187: kilo             k         10^3
                    188: hecto            h         10^2
                    189: 
                    190: deci             d         10^-1
                    191: centi            c         10^-2
                    192: milli            m         10^-3
                    193: micro            u         10^-6
                    194: nano             n         10^-9
                    195: pico             p         10^{-12}
                    196: femto            f         10^{-15}
                    197: atto             a         10^{-18}
                    198: zepto            z         10^{-21}
                    199: yocto            y         10^{-24}
                    200: 
                    201: 
                    202: 
                    203: 
1.2     ! albertel  204: # Derived Unit
        !           205: # name       symbol     unit          comment
1.1       albertel  206: # name must be in oneword
                    207: <<Derived Unit>>
                    208: 
                    209: gram            g      0.001 kg      # mass
                    210: hour            hr     3600. s       # time
                    211: minute          min    60 s          # time
                    212: pound           lb     0.45359237 kg # mass
                    213: ounce           oz     1.77185E-3 kg # mass
                    214: inch            in     2.54 cm       # length
                    215: foot            ft     12 in         # length
                    216: mile            mi     5280 ft       # length
                    217: yard            yd     0.9144 m      # length
                    218: nautical_mile   n_mi   6080 ft       # length, nautical mile (UK)
                    219: rood            rood   1210 yd^2     # area, rood
                    220: acre            acre   4840 yd^2     # area, acre
                    221: hertz           Hz     1/s           # frequency
                    222: litre           L      10^3/cm^3     # volume
                    223: newton          N      m*kg/s^2      # force
                    224: pound_force     lbf    4.44822 N     # force
                    225: dyne            dyn    1E-5 N        # force
                    226: pascal          Pa     N/m^2           # pressure, stress
                    227: bar             bar    1E5 Pa          # pressure
                    228: mmHg            mmHg   1.33322E2 Pa    # pressure, millimeter of mercury
                    229: torr            torr   1 mmHg          # pressure
                    230: atm             atm    760 torr        # standard atmosphere
                    231: joule           J      N*m             # energy, work, heat
                    232: electronvolt    eV     1.6021892E-19 J # energy
                    233: calorie         cal    4.1868 J        # energy
                    234: Btu             Btu    1.05506E3 J     # energy
                    235: watt            W      J/s             # power, radiant flux
                    236: coulomb         C      A*s             # electric charge
                    237: volt            V      J/C           # electric potential, electromotive force
1.2     ! albertel  238: ohm             ohm    V/A           # electric resistance, use this in /ANS
        !           239: ohm             ohms   V/A           # electric resistance
1.1       albertel  240: ohm             Ohm    V/A           # electric resistance
1.2     ! albertel  241: ohm             Ohms   V/A           # electric resistance
1.1       albertel  242: siemens         S      1/Ohm         # electric conductance
                    243: farad           F      C/V           # electric capacitance
1.2     ! albertel  244: tesla           T      V*s/m^2       # magnetic flux density
1.1       albertel  245: weber           Wb     V*s           # magnetic flux
                    246: henry           H      V*s/A         # inductance
1.2     ! albertel  247: radian          rad    m/m            # plane angle
1.1       albertel  248: degree          deg    1.745329E-2 rad # plane angle (Pi rad=180 deg)
                    249: steradian       sr     m^2 /m^2        # solid angle
                    250: lumen           lm     cd*sr         # luminous flux
                    251: lux             lx     cd*sr/m^2     # illuminance
                    252: becquerel       Bq     1/s           # activity (radioactive)
                    253: gray            Gy     J/kg          # absorbed dose (of radiation)
                    254: sievert         Sv     J/kg          # dose equivalent (dose equivalent index)
                    255: astroUnit       AU     1.49598E11 m  # mean distance earth to sun
1.2     ! albertel  256: 
        !           257: 
1.1       albertel  258: 

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