Annotation of capa/capa51/pProj/capa.config, revision 1.4
1.1 albertel 1: # Comments in this file begins with a # mark in the first column
1.2 albertel 2: # when setting a value there MUST be a space before and after the =
1.1 albertel 3: # ================= class structure ============
1.2 albertel 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
1.1 albertel 7: #
1.2 albertel 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
1.1 albertel 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: #
1.2 albertel 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"
1.1 albertel 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:
1.2 albertel 111: # ================= capalogin/web settings =========
1.1 albertel 112: #
113: # specify the capalogin goodbye message delay in seconds
1.2 albertel 114: capalogin_goodbye_delay = 4
1.1 albertel 115:
116: # specify the capalogin inactivity delay time in minutes
117: # default value is 60 minutes, 0 means never time out
1.2 albertel 118: capalogin_inactivity_delay = 25
1.1 albertel 119:
120: # if set to none, don't show the summary score, any other value
121: # or not defined show the score
1.2 albertel 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
1.1 albertel 141:
1.3 albertel 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:
1.1 albertel 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: //
1.2 albertel 164: /IMP "/msuphysicslib/Tools/StdMacros"
165: /IMP "/msuphysicslib/Tools/StdUnits"
166: /IMP "/msuphysicslib/Tools/StdConst"
167: /IMP "/msuphysicslib/Tools/GreekWeb2"
1.1 albertel 168: /IMP "HWTop"
169: EndStandardQuizzerHeader
170:
171: #
1.2 albertel 172: # ======================= Unit section =============
173: # Base Unit
174: # name symbol comment
1.1 albertel 175:
176: << Base Unit >>
1.2 albertel 177:
1.1 albertel 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:
1.2 albertel 213: # Derived Unit
214: # name symbol unit comment
1.1 albertel 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
1.4 ! albertel 222: ounce oz 2.83495E-2 kg # mass
1.1 albertel 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
1.2 albertel 247: ohm ohm V/A # electric resistance, use this in /ANS
248: ohm ohms V/A # electric resistance
1.1 albertel 249: ohm Ohm V/A # electric resistance
1.2 albertel 250: ohm Ohms V/A # electric resistance
1.1 albertel 251: siemens S 1/Ohm # electric conductance
252: farad F C/V # electric capacitance
1.2 albertel 253: tesla T V*s/m^2 # magnetic flux density
1.1 albertel 254: weber Wb V*s # magnetic flux
255: henry H V*s/A # inductance
1.2 albertel 256: radian rad m/m # plane angle
1.1 albertel 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
1.2 albertel 265:
266:
1.1 albertel 267:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>