version 1.1, 1999/09/28 21:26:20
|
version 1.2, 2000/01/05 21:11:15
|
Line 1
|
Line 1
|
# Comments in this file begins with a # mark in the first column |
# 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 = |
# when setting a value there MUST be a space before and after the = |
# ================= class structure ============ |
# ================= class structure ============ |
# these paths are used by capatools and capalogin |
# the paths to the various portions of the class. Possible values to |
|
# set are exam_path, quiz_path, supp_path (supplementary problems), |
|
# correction_path (correction exams), and others_path |
# |
# |
exam_path = /usr/users/teacher/CAPA45/xph183f7 |
# correction exams corrects exams in a one-to-one fashion, that is, |
quiz_path = /usr/users/teacher/CAPA45/qph183f7 |
# set1.db in correction corrects set1.db in exam |
supp_path = /usr/users/teacher/CAPA45/rph183f7 |
# |
others_path = /usr/users/teacher/CAPA45/fci183f7 |
exam_path = /usr/users/teacher/CAPA5/xph183f9 |
|
quiz_path = /usr/users/teacher/CAPA5/qph183f9 |
|
supp_path = /usr/users/teacher/CAPA5/xpc183f9 |
|
others_path = /usr/users/teacher/CAPA5/fci183f9 |
|
correction_path = /usr/users/teacher/CAPA5/xpc183f9 |
|
|
|
# ================= Extrapolate Scores Applet == |
|
# Where the applet resides |
|
capa_server = capa2.nscl.msu.edu |
|
|
|
# width and height of the applet |
|
tscore_width = 500 |
|
tscore_height = 450 |
|
|
|
# yes means show the applet, no inhibts the display of the applet |
|
term_score_applet = yes |
|
|
|
# The weights used in term score calculation formula |
|
# term_score = homework_weight * sum of homework + quiz_weight * |
|
# sum of quizes + exam_weight * sum of exams + final_weight * final exam |
|
# these values will in most cases add up to 1 |
|
homework_weight = 0.3 |
|
quiz_weight = 0.05 |
|
exam_weight = 0.3 |
|
final_weight = 0.35 |
|
|
|
# This specifies the weight of the correction exam. |
|
# corrected exam score = raw exam score + correction_weight * |
|
# (correction score - raw exam score) |
|
# if correction score is less than raw exam score, no correction is taken |
|
correction_weight = 0.3 |
|
|
|
# final_exam_set_number specifies what set number will be or is the |
|
# final exam in the class defined by exam_path |
|
final_exam_set_number = 4 |
|
|
|
# homework_count is the total number of homeworks that will be given |
|
# to the students |
|
homework_count = 12 |
|
|
|
# quiz_count is the total number of quizzes that will be given to the |
|
# students |
|
quiz_count = 31 |
|
|
|
# =============== capadiscuss configuration ==== |
|
# which sections are "admin" sections, the sections that can delete |
|
# and hide messages, Examples: |
|
# admin_section = 033 |
|
# admin_section = 33 |
|
# admin_section = 033,12,099,2 |
|
admin_section = 033 |
|
|
|
|
|
# =================== Manager configuration ==== |
|
# When computing the scores for each class, up to the set number |
|
# specified in this section that the |
|
# score report is generated |
|
# The program will look up from set1.db, set2.db and so on |
|
# until the setX.db file which is not exist or |
|
# it reaches the set number specified |
|
# in this section. |
|
# Place a number of 99 will effectively makes the program |
|
# to include all scores from all setX.db files upto set 99. |
|
homework_scores_limit_set = 12 |
|
exam_scores_limit_set = 4 |
|
quiz_scores_limit_set = 31 |
|
supp_scores_limit_set = 3 |
|
others_scores_limit_set = 1 |
|
|
# ================= Command specifications ===== |
# ================= Command specifications ===== |
# |
# |
Line 17 others_path = /usr/users/teacher/CAPA45/
|
Line 84 others_path = /usr/users/teacher/CAPA45/
|
# when specifying a command, use double quotes, because |
# when specifying a command, use double quotes, because |
# commands may have arguments, such as lpr |
# commands may have arguments, such as lpr |
# |
# |
latex_command = "/usr/local/teTeX/bin/latex" |
latex_command = "/usr/local/teTeX/bin/latex" |
dvips_command = "/usr/local/teTeX/bin/dvips" |
dvips_command = "/usr/local/teTeX/bin/dvips" |
xdvi_command = "/usr/local/teTeX/bin/xdvi" |
mail_command = "/usr/bin/mailx" |
mail_command = "/usr/bin/mailx" |
allcapaid_command = "/usr/users/teacher/CAPA5/CAPA5.1/allcapaid" |
allcapaid_command = "allcapaid" |
qzparse_command = "/usr/users/teacher/CAPA5/CAPA5.1/qzparse" |
qzparse_command = "qzparse4.6" |
answers_command = "/usr/users/teacher/CAPA5/CAPA5.1/answers" |
|
|
|
|
# ================= Printing configuration ==== |
# ================= Printing configuration ==== |
# |
# |
Line 33 qzparse_command = "qzparse4.6"
|
Line 99 qzparse_command = "qzparse4.6"
|
# |
# |
printer_option = "cyccap_capa1" |
printer_option = "cyccap_capa1" |
printer_option = "cyccap_capa2" |
printer_option = "cyccap_capa2" |
printer_option = "west_post" |
|
printer_option = "west_post2" |
|
|
|
# -print command- |
# -print command- |
# predefined variables: $PS_file and $Printer_selected |
# predefined variables: $PS_file and $Printer_selected |
Line 44 printer_option = "west_post2"
|
Line 108 printer_option = "west_post2"
|
lprOneSided_command = "/usr/bin/lpr -P$Printer_selected" |
lprOneSided_command = "/usr/bin/lpr -P$Printer_selected" |
lprTwoSided_command = "/usr/bin/lpspr -K2 $PS_file | /usr/bin/lpr -P$Printer_selected" |
lprTwoSided_command = "/usr/bin/lpspr -K2 $PS_file | /usr/bin/lpr -P$Printer_selected" |
|
|
|
# ================= capalogin/web settings ========= |
# ================= capalogin settings ========= |
|
# |
# |
# specify the capalogin goodbye message delay in seconds |
# specify the capalogin goodbye message delay in seconds |
capalogin_goodbye_delay = 6 |
capalogin_goodbye_delay = 4 |
|
|
# specify the capalogin inactivity delay time in minutes |
# specify the capalogin inactivity delay time in minutes |
# default value is 60 minutes, 0 means never time out |
# default value is 60 minutes, 0 means never time out |
capalogin_inactivity_delay = 35 |
capalogin_inactivity_delay = 25 |
|
|
# if set to none, don't show the summary score, any other value |
# if set to none, don't show the summary score, any other value |
# or not defined show the score |
# or not defined show the score |
capalogin_show_summary_score = show |
#capalogin_show_summary_score = show |
|
|
|
# for the web, how problems should be displayed at a time on one page |
|
# default is all, if specified must have and integer argument, |
|
# otherwise uses default value |
|
#num_questions_per_page = 26 |
|
|
|
# for the web, length of the status line, if there are more problems |
|
# than this multiple status lines are created, by default creates |
|
# one line the length of the # of problems in the set |
|
#web_status_line_length = 26 |
|
|
|
# for both web and capalogin, whether or not to allow viewing of |
|
# term summaries at all. The option is never presented to the user (yes,no). |
|
# default is yes |
|
#term_summary_button = yes |
|
|
|
# for setting what the cgi path is, if unspecified, defaults to capa-bin |
|
#capaweb_cgibin_path = test-bin |
|
|
# ================= Quizzer settings ========== |
# ================= Quizzer settings ========== |
#Everything between BeginStandardQuizzerHeader and |
#Everything between BeginStandardQuizzerHeader and |
Line 71 BeginStandardQuizzerHeader
|
Line 152 BeginStandardQuizzerHeader
|
//3) The User is free to mix, cut and paste, modify, adapt, delete, |
//3) The User is free to mix, cut and paste, modify, adapt, delete, |
// improve, etc. the problems and graphics for his/her own use. |
// improve, etc. the problems and graphics for his/her own use. |
// |
// |
/IMP "/capalibrary/Tools/StdMacros" |
/IMP "/msuphysicslib/Tools/StdMacros" |
/IMP "/capalibrary/Tools/StdUnits" |
/IMP "/msuphysicslib/Tools/StdUnits" |
/IMP "/capalibrary/Tools/StdUnitsWeb" |
/IMP "/msuphysicslib/Tools/StdConst" |
/IMP "/capalibrary/Tools/StdConst" |
/IMP "/msuphysicslib/Tools/GreekWeb2" |
/IMP "HWTop" |
/IMP "HWTop" |
EndStandardQuizzerHeader |
EndStandardQuizzerHeader |
|
|
# ======================= Units section ============= |
|
# the comment column is required in this section |
|
# First column second column third column |
|
# name symbol comment |
|
# |
# |
|
# ======================= Unit section ============= |
|
# Base Unit |
|
# name symbol comment |
|
|
<< Base Unit >> |
<< Base Unit >> |
|
|
meter m # length |
meter m # length |
kilogram kg # mass |
kilogram kg # mass |
second s # time |
second s # time |
Line 120 yocto y 10^{-24}
|
Line 201 yocto y 10^{-24}
|
|
|
|
|
|
|
# Derived Units |
# Derived Unit |
# name symbol units comment |
# name symbol unit comment |
# name must be in oneword |
# name must be in oneword |
<<Derived Unit>> |
<<Derived Unit>> |
|
|
Line 154 Btu Btu 1.05506E3 J #
|
Line 235 Btu Btu 1.05506E3 J #
|
watt W J/s # power, radiant flux |
watt W J/s # power, radiant flux |
coulomb C A*s # electric charge |
coulomb C A*s # electric charge |
volt V J/C # electric potential, electromotive force |
volt V J/C # electric potential, electromotive force |
|
ohm ohm V/A # electric resistance, use this in /ANS |
|
ohm ohms V/A # electric resistance |
ohm Ohm V/A # electric resistance |
ohm Ohm V/A # electric resistance |
|
ohm Ohms V/A # electric resistance |
siemens S 1/Ohm # electric conductance |
siemens S 1/Ohm # electric conductance |
farad F C/V # electric capacitance |
farad F C/V # electric capacitance |
tesla T V s/m^2 # magnetic flux density |
tesla T V*s/m^2 # magnetic flux density |
weber Wb V*s # magnetic flux |
weber Wb V*s # magnetic flux |
henry H V*s/A # inductance |
henry H V*s/A # inductance |
radian rad m /m # plane angle |
radian rad m/m # plane angle |
degree deg 1.745329E-2 rad # plane angle (Pi rad=180 deg) |
degree deg 1.745329E-2 rad # plane angle (Pi rad=180 deg) |
steradian sr m^2 /m^2 # solid angle |
steradian sr m^2 /m^2 # solid angle |
lumen lm cd*sr # luminous flux |
lumen lm cd*sr # luminous flux |
Line 170 gray Gy J/kg # a
|
Line 254 gray Gy J/kg # a
|
sievert Sv J/kg # dose equivalent (dose equivalent index) |
sievert Sv J/kg # dose equivalent (dose equivalent index) |
astroUnit AU 1.49598E11 m # mean distance earth to sun |
astroUnit AU 1.49598E11 m # mean distance earth to sun |
|
|
|
|
|
|