File:  [LON-CAPA] / capa / capa51 / pProj / capa.config
Revision 1.3: download - view: text, annotated - select for diffs
Tue Feb 22 18:19:02 2000 UTC (24 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version5-1-2-first_release, stable_2002_spring, stable_2001_fall, release_5-1-3, HEAD, CAPA_5-1-6, CAPA_5-1-5, CAPA_5-1-4_RC1
- new random distribution functions

    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: # 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
    7: #
    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
   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: #    
   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"
   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: 
  111: # ================= capalogin/web settings =========
  112: #
  113: # specify the capalogin goodbye message delay in seconds
  114: capalogin_goodbye_delay  = 4 	 
  115: 
  116: # specify the capalogin inactivity delay time in minutes
  117: # default value is 60 minutes, 0 means never time out
  118: capalogin_inactivity_delay  = 25
  119: 
  120: # if set to none, don't show the summary score, any other value
  121: # or not defined show the score
  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
  141: 
  142: # new idea Feb 2000, once defined this string, student can receive
  143: # the credit automatically by entering the string and the system
  144: # will record it in the database as 'c' which means "credit."
  145: # The instructor can change the string to whatever string specified here 
  146: # and the comparison is done case-insensitively. 
  147: # One version could be 
  148: # capa_just_credit_string = "Give me the credit, please."
  149: # capa_just_credit_string = "I just want the credit"
  150: 
  151: # ================= Quizzer settings ==========
  152: #Everything between BeginStandardQuizzerHeader and
  153: #EndStandardQuizzerHeader is inserted into the .qz file when using the
  154: #Std. Header button in Quizzer
  155: 
  156: BeginStandardQuizzerHeader 
  157: //CAPA system software is copyrighted by Michigan State University.
  158: //By using these materials, the User agrees to:
  159: //1) Protect the source code files  from unauthorized copying.
  160: //2) Limit  access  of the source material to teaching staff.
  161: //3) The User is free to mix, cut and paste, modify, adapt, delete,
  162: //   improve, etc. the problems and graphics for his/her own use.
  163: //
  164: /IMP "/msuphysicslib/Tools/StdMacros"
  165: /IMP "/msuphysicslib/Tools/StdUnits"
  166: /IMP "/msuphysicslib/Tools/StdConst"
  167: /IMP "/msuphysicslib/Tools/GreekWeb2"
  168: /IMP "HWTop"
  169: EndStandardQuizzerHeader
  170: 
  171: # 
  172: # ======================= Unit section =============
  173: # Base Unit
  174: # name      symbol     comment
  175: 
  176: << Base Unit >>
  177: 
  178: meter           m      # length
  179: kilogram        kg     # mass
  180: second          s      # time
  181: ampere          A      # electric current
  182: kelvin          K      # thermodynamic temperature
  183: mole            mol    # amount of substance
  184: candela         cd     # luminous intensity
  185: 
  186: #   Prefix     symbol     factor
  187: << Prefix >>
  188: 
  189: yotta            Y         10^{24}
  190: zetta            Z         10^{21}
  191: exa              E         10^{18}
  192: peta             P         10^{15}
  193: tera             T         10^{12}
  194: giga             G         10^9
  195: mega             M         10^6
  196: kilo             k         10^3
  197: hecto            h         10^2
  198: 
  199: deci             d         10^-1
  200: centi            c         10^-2
  201: milli            m         10^-3
  202: micro            u         10^-6
  203: nano             n         10^-9
  204: pico             p         10^{-12}
  205: femto            f         10^{-15}
  206: atto             a         10^{-18}
  207: zepto            z         10^{-21}
  208: yocto            y         10^{-24}
  209: 
  210: 
  211: 
  212: 
  213: # Derived Unit
  214: # name       symbol     unit          comment
  215: # name must be in oneword
  216: <<Derived Unit>>
  217: 
  218: gram            g      0.001 kg      # mass
  219: hour            hr     3600. s       # time
  220: minute          min    60 s          # time
  221: pound           lb     0.45359237 kg # mass
  222: ounce           oz     1.77185E-3 kg # mass
  223: inch            in     2.54 cm       # length
  224: foot            ft     12 in         # length
  225: mile            mi     5280 ft       # length
  226: yard            yd     0.9144 m      # length
  227: nautical_mile   n_mi   6080 ft       # length, nautical mile (UK)
  228: rood            rood   1210 yd^2     # area, rood
  229: acre            acre   4840 yd^2     # area, acre
  230: hertz           Hz     1/s           # frequency
  231: litre           L      10^3/cm^3     # volume
  232: newton          N      m*kg/s^2      # force
  233: pound_force     lbf    4.44822 N     # force
  234: dyne            dyn    1E-5 N        # force
  235: pascal          Pa     N/m^2           # pressure, stress
  236: bar             bar    1E5 Pa          # pressure
  237: mmHg            mmHg   1.33322E2 Pa    # pressure, millimeter of mercury
  238: torr            torr   1 mmHg          # pressure
  239: atm             atm    760 torr        # standard atmosphere
  240: joule           J      N*m             # energy, work, heat
  241: electronvolt    eV     1.6021892E-19 J # energy
  242: calorie         cal    4.1868 J        # energy
  243: Btu             Btu    1.05506E3 J     # energy
  244: watt            W      J/s             # power, radiant flux
  245: coulomb         C      A*s             # electric charge
  246: volt            V      J/C           # electric potential, electromotive force
  247: ohm             ohm    V/A           # electric resistance, use this in /ANS
  248: ohm             ohms   V/A           # electric resistance
  249: ohm             Ohm    V/A           # electric resistance
  250: ohm             Ohms   V/A           # electric resistance
  251: siemens         S      1/Ohm         # electric conductance
  252: farad           F      C/V           # electric capacitance
  253: tesla           T      V*s/m^2       # magnetic flux density
  254: weber           Wb     V*s           # magnetic flux
  255: henry           H      V*s/A         # inductance
  256: radian          rad    m/m            # plane angle
  257: degree          deg    1.745329E-2 rad # plane angle (Pi rad=180 deg)
  258: steradian       sr     m^2 /m^2        # solid angle
  259: lumen           lm     cd*sr         # luminous flux
  260: lux             lx     cd*sr/m^2     # illuminance
  261: becquerel       Bq     1/s           # activity (radioactive)
  262: gray            Gy     J/kg          # absorbed dose (of radiation)
  263: sievert         Sv     J/kg          # dose equivalent (dose equivalent index)
  264: astroUnit       AU     1.49598E11 m  # mean distance earth to sun
  265: 
  266: 
  267: 

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