# 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 ============
# these paths are used by capatools and capalogin
#
exam_path = /usr/users/teacher/CAPA45/xph183f7
quiz_path = /usr/users/teacher/CAPA45/qph183f7
supp_path = /usr/users/teacher/CAPA45/rph183f7
others_path = /usr/users/teacher/CAPA45/fci183f7
# ================= 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 1.77185E-3 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>