File:  [LON-CAPA] / capa / capa51 / pProj / 5.2capa.config
Revision 1.2: download - view: text, annotated - select for diffs
Tue Apr 23 22:33:33 2002 UTC (22 years ago) by albertel
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_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_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_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, stable_2002_april, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, conference_2003, bz6209-base, bz6209, STABLE, HEAD, GCI_3, GCI_2, GCI_1, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
-fixing OZ

# Comments in this file begins with a # mark in the first column
# when setting a value there must be a space before and after the = 
# ================= class structure ============
#   A course may consists of several different class directories
#     Homeworks are served by the path assigned to the variable 
#       homework_path
#     Quizzes are served by the path assigned to the variable
#       quiz_path
#     Examinations are served by the path assigned to the variable
#       exam_path
#     Makeup examinations are served by the path assigned to the variable
#       makeup_exam_path
#     Supplementals and other classes are served by the pathes assigned to the variables 
#       supp_path and others_path
#   
# these paths are used by capatools and capalogin
#
capa_server = capa2.nscl.msu.edu
homework_path   = /usr/users/teacher/CAPA5/phy183f0
quiz_path   = /usr/users/teacher/CAPA5/qph183f0
exam_path   = /usr/users/teacher/CAPA5/xph183f0
correction_path = /usr/users/teacher/CAPA5/pph183f0

supp_path   = /usr/users/teacher/CAPA5/rph183f0
others_path = /usr/users/teacher/CAPA5/fci183f0

#
term_score_option = yes

homework_weight   = 0.3
quiz_weight       = 0.07
exam_weight       = 0.3
final_weight      = 0.35
# 
correction_weight = 0.3
#
# in the class defined by exam_path, set number 4 is the final exam
#
final_exam_set_number = 4
homework_count    = 12
quiz_count        = 24

#   
# Email 
#   master_scores_file = "  "
#   email_template_file = " "
#   
# The following sets of variables are used to calculate the term score for each student
# They are available 
#   homework_1_score        :: the score for set1.db for homework
#   homework_2_score        :: the score for set2.db for homework
#   homework_count          :: the number of setX.db in homework class/records/ directory
#   homework_total_scores   :: the sum of each setX.db score for a student
#   homework_maximum_score  :: the maximum score a student can receive for homeworks
#   homework_absent         :: of all the setX.db files, how many straight ----- a student receives
#   homework_summary_string :: a one line ascii string represents the statistics 
#                               for each set in the class
#   
#   exam_1_score            ::
#   exam_2_score            ::
#   exam_3_score            ::
#   
#   exam_score := exam_1_score + ( exam_1_score - partialcredit_exam_1_score ) * PC_W
#                 + exam_2_score + ( exam_2_score - partialcredit_exam_2_score ) * PC_W
#                 + exam_3_score + ( exam_3_score - partialcredit_exam_3_score ) * PC_W
#   term_score = HW_W * homework_total_scores 
#                + EX_W * exam_score 
#                + QZ_W * quiz_score 
#                + FN_W * final_score
#   
# ================= Command specifications =====
#
#  path information is not necessarily surrounded by double quotes 
# 
#  when specifying a command, use double quotes, because 
#    commands may have arguments, such as lpr
#    
latex_command   =  "/usr/local/teTeX/bin/latex"
dvips_command   =  "/usr/local/teTeX/bin/dvips"
xdvi_command   =  "/usr/local/teTeX/bin/xdvi"
mail_command     =  "/usr/bin/mailx"
allcapaid_command  =  "allcapaid"
qzparse_command =  "qzparse4.6"


# ================= Printing configuration ====
#
#  -printer list-
#  add available printer name here
#   they will appear in a selection list in the order listed here
#
printer_option  = "cyccap_capa1"
printer_option  = "cyccap_capa2"
printer_option  = "west_post"
printer_option  = "west_post2"

#  -print command-
#  predefined variables: $PS_file and $Printer_selected 
#    indicate the file to be printed and the printer queue to be
#    printed to.
#
lprOneSided_command     =  "/usr/bin/lpr -P$Printer_selected"
lprTwoSided_command     =  "/usr/bin/lpspr -K2 $PS_file | /usr/bin/lpr -P$Printer_selected"


# ================= capalogin settings =========
#
# specify the capalogin goodbye message delay in seconds
capalogin_goodbye_delay  = 6 	 

# specify the capalogin inactivity delay time in minutes
# default value is 60 minutes, 0 means never time out
capalogin_inactivity_delay  = 35

# if set to none, don't show the summary score, any other value
# or not defined show the score
capalogin_show_summary_score = show

# ================= Quizzer settings ==========
#Everything between BeginStandardQuizzerHeader and
#EndStandardQuizzerHeader is inserted into the .qz file when using the
#Std. Header button in Quizzer

BeginStandardQuizzerHeader 
//CAPA system software is copyrighted by Michigan State University.
//By using these materials, the User agrees to:
//1) Protect the source code files  from unauthorized copying.
//2) Limit  access  of the source material to teaching staff.
//3) The User is free to mix, cut and paste, modify, adapt, delete,
//   improve, etc. the problems and graphics for his/her own use.
//
/IMP "/capalibrary/Tools/StdMacros"
/IMP "/capalibrary/Tools/StdUnits"
/IMP "/capalibrary/Tools/StdUnitsWeb"
/IMP "/capalibrary/Tools/StdConst"
/IMP "HWTop"
EndStandardQuizzerHeader

# ======================= Units section =============
# the comment column is required in this section
# First column  second column  third column
# name          symbol         comment
# 

<< Base Unit >>
meter           m      # length
kilogram        kg     # mass
second          s      # time
ampere          A      # electric current
kelvin          K      # thermodynamic temperature
mole            mol    # amount of substance
candela         cd     # luminous intensity

#   Prefix     symbol     factor
<< Prefix >>

yotta            Y         10^{24}
zetta            Z         10^{21}
exa              E         10^{18}
peta             P         10^{15}
tera             T         10^{12}
giga             G         10^9
mega             M         10^6
kilo             k         10^3
hecto            h         10^2

deci             d         10^-1
centi            c         10^-2
milli            m         10^-3
micro            u         10^-6
nano             n         10^-9
pico             p         10^{-12}
femto            f         10^{-15}
atto             a         10^{-18}
zepto            z         10^{-21}
yocto            y         10^{-24}




# Derived Units
# name       symbol     units          comment
# name must be in oneword
<<Derived Unit>>

gram            g      0.001 kg      # mass
hour            hr     3600. s       # time
minute          min    60 s          # time
pound           lb     0.45359237 kg # mass
ounce           oz     2.83495E-2 kg # mass
inch            in     2.54 cm       # length
foot            ft     12 in         # length
mile            mi     5280 ft       # length
yard            yd     0.9144 m      # length
nautical_mile   n_mi   6080 ft       # length, nautical mile (UK)
rood            rood   1210 yd^2     # area, rood
acre            acre   4840 yd^2     # area, acre
hertz           Hz     1/s           # frequency
litre           L      10^3/cm^3     # volume
newton          N      m*kg/s^2      # force
pound_force     lbf    4.44822 N     # force
dyne            dyn    1E-5 N        # force
pascal          Pa     N/m^2           # pressure, stress
bar             bar    1E5 Pa          # pressure
mmHg            mmHg   1.33322E2 Pa    # pressure, millimeter of mercury
torr            torr   1 mmHg          # pressure
atm             atm    760 torr        # standard atmosphere
joule           J      N*m             # energy, work, heat
electronvolt    eV     1.6021892E-19 J # energy
calorie         cal    4.1868 J        # energy
Btu             Btu    1.05506E3 J     # energy
watt            W      J/s             # power, radiant flux
coulomb         C      A*s             # electric charge
volt            V      J/C           # electric potential, electromotive force
ohm             Ohm    V/A           # electric resistance
siemens         S      1/Ohm         # electric conductance
farad           F      C/V           # electric capacitance
tesla           T      V s/m^2       # magnetic flux density
weber           Wb     V*s           # magnetic flux
henry           H      V*s/A         # inductance
radian          rad    m /m            # plane angle
degree          deg    1.745329E-2 rad # plane angle (Pi rad=180 deg)
steradian       sr     m^2 /m^2        # solid angle
lumen           lm     cd*sr         # luminous flux
lux             lx     cd*sr/m^2     # illuminance
becquerel       Bq     1/s           # activity (radioactive)
gray            Gy     J/kg          # absorbed dose (of radiation)
sievert         Sv     J/kg          # dose equivalent (dose equivalent index)
astroUnit       AU     1.49598E11 m  # mean distance earth to sun


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