Annotation of capa/capa51/pProj/5.2capa.config, revision 1.1

1.1     ! albertel    1: # Comments in this file begins with a # mark in the first column
        !             2: # when setting a value there must be a space before and after the = 
        !             3: # ================= class structure ============
        !             4: #   A course may consists of several different class directories
        !             5: #     Homeworks are served by the path assigned to the variable 
        !             6: #       homework_path
        !             7: #     Quizzes are served by the path assigned to the variable
        !             8: #       quiz_path
        !             9: #     Examinations are served by the path assigned to the variable
        !            10: #       exam_path
        !            11: #     Makeup examinations are served by the path assigned to the variable
        !            12: #       makeup_exam_path
        !            13: #     Supplementals and other classes are served by the pathes assigned to the variables 
        !            14: #       supp_path and others_path
        !            15: #   
        !            16: # these paths are used by capatools and capalogin
        !            17: #
        !            18: capa_server = capa2.nscl.msu.edu
        !            19: homework_path   = /usr/users/teacher/CAPA5/phy183f0
        !            20: quiz_path   = /usr/users/teacher/CAPA5/qph183f0
        !            21: exam_path   = /usr/users/teacher/CAPA5/xph183f0
        !            22: correction_path = /usr/users/teacher/CAPA5/pph183f0
        !            23: 
        !            24: supp_path   = /usr/users/teacher/CAPA5/rph183f0
        !            25: others_path = /usr/users/teacher/CAPA5/fci183f0
        !            26: 
        !            27: #
        !            28: term_score_option = yes
        !            29: 
        !            30: homework_weight   = 0.3
        !            31: quiz_weight       = 0.07
        !            32: exam_weight       = 0.3
        !            33: final_weight      = 0.35
        !            34: # 
        !            35: correction_weight = 0.3
        !            36: #
        !            37: # in the class defined by exam_path, set number 4 is the final exam
        !            38: #
        !            39: final_exam_set_number = 4
        !            40: homework_count    = 12
        !            41: quiz_count        = 24
        !            42: 
        !            43: #   
        !            44: # Email 
        !            45: #   master_scores_file = "  "
        !            46: #   email_template_file = " "
        !            47: #   
        !            48: # The following sets of variables are used to calculate the term score for each student
        !            49: # They are available 
        !            50: #   homework_1_score        :: the score for set1.db for homework
        !            51: #   homework_2_score        :: the score for set2.db for homework
        !            52: #   homework_count          :: the number of setX.db in homework class/records/ directory
        !            53: #   homework_total_scores   :: the sum of each setX.db score for a student
        !            54: #   homework_maximum_score  :: the maximum score a student can receive for homeworks
        !            55: #   homework_absent         :: of all the setX.db files, how many straight ----- a student receives
        !            56: #   homework_summary_string :: a one line ascii string represents the statistics 
        !            57: #                               for each set in the class
        !            58: #   
        !            59: #   exam_1_score            ::
        !            60: #   exam_2_score            ::
        !            61: #   exam_3_score            ::
        !            62: #   
        !            63: #   exam_score := exam_1_score + ( exam_1_score - partialcredit_exam_1_score ) * PC_W
        !            64: #                 + exam_2_score + ( exam_2_score - partialcredit_exam_2_score ) * PC_W
        !            65: #                 + exam_3_score + ( exam_3_score - partialcredit_exam_3_score ) * PC_W
        !            66: #   term_score = HW_W * homework_total_scores 
        !            67: #                + EX_W * exam_score 
        !            68: #                + QZ_W * quiz_score 
        !            69: #                + FN_W * final_score
        !            70: #   
        !            71: # ================= Command specifications =====
        !            72: #
        !            73: #  path information is not necessarily surrounded by double quotes 
        !            74: # 
        !            75: #  when specifying a command, use double quotes, because 
        !            76: #    commands may have arguments, such as lpr
        !            77: #    
        !            78: latex_command   =  "/usr/local/teTeX/bin/latex"
        !            79: dvips_command   =  "/usr/local/teTeX/bin/dvips"
        !            80: xdvi_command   =  "/usr/local/teTeX/bin/xdvi"
        !            81: mail_command     =  "/usr/bin/mailx"
        !            82: allcapaid_command  =  "allcapaid"
        !            83: qzparse_command =  "qzparse4.6"
        !            84: 
        !            85: 
        !            86: # ================= Printing configuration ====
        !            87: #
        !            88: #  -printer list-
        !            89: #  add available printer name here
        !            90: #   they will appear in a selection list in the order listed here
        !            91: #
        !            92: printer_option  = "cyccap_capa1"
        !            93: printer_option  = "cyccap_capa2"
        !            94: printer_option  = "west_post"
        !            95: printer_option  = "west_post2"
        !            96: 
        !            97: #  -print command-
        !            98: #  predefined variables: $PS_file and $Printer_selected 
        !            99: #    indicate the file to be printed and the printer queue to be
        !           100: #    printed to.
        !           101: #
        !           102: lprOneSided_command     =  "/usr/bin/lpr -P$Printer_selected"
        !           103: lprTwoSided_command     =  "/usr/bin/lpspr -K2 $PS_file | /usr/bin/lpr -P$Printer_selected"
        !           104: 
        !           105: 
        !           106: # ================= capalogin settings =========
        !           107: #
        !           108: # specify the capalogin goodbye message delay in seconds
        !           109: capalogin_goodbye_delay  = 6 	 
        !           110: 
        !           111: # specify the capalogin inactivity delay time in minutes
        !           112: # default value is 60 minutes, 0 means never time out
        !           113: capalogin_inactivity_delay  = 35
        !           114: 
        !           115: # if set to none, don't show the summary score, any other value
        !           116: # or not defined show the score
        !           117: capalogin_show_summary_score = show
        !           118: 
        !           119: # ================= Quizzer settings ==========
        !           120: #Everything between BeginStandardQuizzerHeader and
        !           121: #EndStandardQuizzerHeader is inserted into the .qz file when using the
        !           122: #Std. Header button in Quizzer
        !           123: 
        !           124: BeginStandardQuizzerHeader 
        !           125: //CAPA system software is copyrighted by Michigan State University.
        !           126: //By using these materials, the User agrees to:
        !           127: //1) Protect the source code files  from unauthorized copying.
        !           128: //2) Limit  access  of the source material to teaching staff.
        !           129: //3) The User is free to mix, cut and paste, modify, adapt, delete,
        !           130: //   improve, etc. the problems and graphics for his/her own use.
        !           131: //
        !           132: /IMP "/capalibrary/Tools/StdMacros"
        !           133: /IMP "/capalibrary/Tools/StdUnits"
        !           134: /IMP "/capalibrary/Tools/StdUnitsWeb"
        !           135: /IMP "/capalibrary/Tools/StdConst"
        !           136: /IMP "HWTop"
        !           137: EndStandardQuizzerHeader
        !           138: 
        !           139: # ======================= Units section =============
        !           140: # the comment column is required in this section
        !           141: # First column  second column  third column
        !           142: # name          symbol         comment
        !           143: # 
        !           144: 
        !           145: << Base Unit >>
        !           146: meter           m      # length
        !           147: kilogram        kg     # mass
        !           148: second          s      # time
        !           149: ampere          A      # electric current
        !           150: kelvin          K      # thermodynamic temperature
        !           151: mole            mol    # amount of substance
        !           152: candela         cd     # luminous intensity
        !           153: 
        !           154: #   Prefix     symbol     factor
        !           155: << Prefix >>
        !           156: 
        !           157: yotta            Y         10^{24}
        !           158: zetta            Z         10^{21}
        !           159: exa              E         10^{18}
        !           160: peta             P         10^{15}
        !           161: tera             T         10^{12}
        !           162: giga             G         10^9
        !           163: mega             M         10^6
        !           164: kilo             k         10^3
        !           165: hecto            h         10^2
        !           166: 
        !           167: deci             d         10^-1
        !           168: centi            c         10^-2
        !           169: milli            m         10^-3
        !           170: micro            u         10^-6
        !           171: nano             n         10^-9
        !           172: pico             p         10^{-12}
        !           173: femto            f         10^{-15}
        !           174: atto             a         10^{-18}
        !           175: zepto            z         10^{-21}
        !           176: yocto            y         10^{-24}
        !           177: 
        !           178: 
        !           179: 
        !           180: 
        !           181: # Derived Units
        !           182: # name       symbol     units          comment
        !           183: # name must be in oneword
        !           184: <<Derived Unit>>
        !           185: 
        !           186: gram            g      0.001 kg      # mass
        !           187: hour            hr     3600. s       # time
        !           188: minute          min    60 s          # time
        !           189: pound           lb     0.45359237 kg # mass
        !           190: ounce           oz     1.77185E-3 kg # mass
        !           191: inch            in     2.54 cm       # length
        !           192: foot            ft     12 in         # length
        !           193: mile            mi     5280 ft       # length
        !           194: yard            yd     0.9144 m      # length
        !           195: nautical_mile   n_mi   6080 ft       # length, nautical mile (UK)
        !           196: rood            rood   1210 yd^2     # area, rood
        !           197: acre            acre   4840 yd^2     # area, acre
        !           198: hertz           Hz     1/s           # frequency
        !           199: litre           L      10^3/cm^3     # volume
        !           200: newton          N      m*kg/s^2      # force
        !           201: pound_force     lbf    4.44822 N     # force
        !           202: dyne            dyn    1E-5 N        # force
        !           203: pascal          Pa     N/m^2           # pressure, stress
        !           204: bar             bar    1E5 Pa          # pressure
        !           205: mmHg            mmHg   1.33322E2 Pa    # pressure, millimeter of mercury
        !           206: torr            torr   1 mmHg          # pressure
        !           207: atm             atm    760 torr        # standard atmosphere
        !           208: joule           J      N*m             # energy, work, heat
        !           209: electronvolt    eV     1.6021892E-19 J # energy
        !           210: calorie         cal    4.1868 J        # energy
        !           211: Btu             Btu    1.05506E3 J     # energy
        !           212: watt            W      J/s             # power, radiant flux
        !           213: coulomb         C      A*s             # electric charge
        !           214: volt            V      J/C           # electric potential, electromotive force
        !           215: ohm             Ohm    V/A           # electric resistance
        !           216: siemens         S      1/Ohm         # electric conductance
        !           217: farad           F      C/V           # electric capacitance
        !           218: tesla           T      V s/m^2       # magnetic flux density
        !           219: weber           Wb     V*s           # magnetic flux
        !           220: henry           H      V*s/A         # inductance
        !           221: radian          rad    m /m            # plane angle
        !           222: degree          deg    1.745329E-2 rad # plane angle (Pi rad=180 deg)
        !           223: steradian       sr     m^2 /m^2        # solid angle
        !           224: lumen           lm     cd*sr         # luminous flux
        !           225: lux             lx     cd*sr/m^2     # illuminance
        !           226: becquerel       Bq     1/s           # activity (radioactive)
        !           227: gray            Gy     J/kg          # absorbed dose (of radiation)
        !           228: sievert         Sv     J/kg          # dose equivalent (dose equivalent index)
        !           229: astroUnit       AU     1.49598E11 m  # mean distance earth to sun
        !           230: 

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