--- capa/capa51/pProj/capa.config 1999/09/28 21:26:20 1.1 +++ capa/capa51/pProj/capa.config 2000/01/05 21:11:15 1.2 @@ -1,14 +1,81 @@ # 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 ============ -# 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 -quiz_path = /usr/users/teacher/CAPA45/qph183f7 -supp_path = /usr/users/teacher/CAPA45/rph183f7 -others_path = /usr/users/teacher/CAPA45/fci183f7 - - +# correction exams corrects exams in a one-to-one fashion, that is, +# set1.db in correction corrects set1.db in exam +# +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 ===== # @@ -17,13 +84,12 @@ others_path = /usr/users/teacher/CAPA45/ # 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" - +latex_command = "/usr/local/teTeX/bin/latex" +dvips_command = "/usr/local/teTeX/bin/dvips" +mail_command = "/usr/bin/mailx" +allcapaid_command = "/usr/users/teacher/CAPA5/CAPA5.1/allcapaid" +qzparse_command = "/usr/users/teacher/CAPA5/CAPA5.1/qzparse" +answers_command = "/usr/users/teacher/CAPA5/CAPA5.1/answers" # ================= Printing configuration ==== # @@ -33,8 +99,6 @@ qzparse_command = "qzparse4.6" # 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 @@ -44,19 +108,36 @@ printer_option = "west_post2" lprOneSided_command = "/usr/bin/lpr -P$Printer_selected" lprTwoSided_command = "/usr/bin/lpspr -K2 $PS_file | /usr/bin/lpr -P$Printer_selected" - -# ================= capalogin settings ========= +# ================= capalogin/web settings ========= # # specify the capalogin goodbye message delay in seconds -capalogin_goodbye_delay = 6 +capalogin_goodbye_delay = 4 # specify the capalogin inactivity delay time in minutes # 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 # 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 ========== #Everything between BeginStandardQuizzerHeader and @@ -71,20 +152,20 @@ BeginStandardQuizzerHeader //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 "/msuphysicslib/Tools/StdMacros" +/IMP "/msuphysicslib/Tools/StdUnits" +/IMP "/msuphysicslib/Tools/StdConst" +/IMP "/msuphysicslib/Tools/GreekWeb2" /IMP "HWTop" 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 >> + meter m # length kilogram kg # mass second s # time @@ -120,8 +201,8 @@ yocto y 10^{-24} -# Derived Units -# name symbol units comment +# Derived Unit +# name symbol unit comment # name must be in oneword <> @@ -154,13 +235,16 @@ Btu Btu 1.05506E3 J # 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, use this in /ANS +ohm ohms V/A # electric resistance ohm Ohm V/A # electric resistance +ohm Ohms 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 +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 +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 @@ -170,3 +254,5 @@ gray Gy J/kg # a sievert Sv J/kg # dose equivalent (dose equivalent index) astroUnit AU 1.49598E11 m # mean distance earth to sun + +