Annotation of capa/capa51/pProj/capa.config, revision 1.1
1.1 ! albertel 1: # Comments in this file begins with a # mark in the first column
! 2: # when setting a value there must be a space before and after the =
! 3: # ================= class structure ============
! 4: # these paths are used by capatools and capalogin
! 5: #
! 6: exam_path = /usr/users/teacher/CAPA45/xph183f7
! 7: quiz_path = /usr/users/teacher/CAPA45/qph183f7
! 8: supp_path = /usr/users/teacher/CAPA45/rph183f7
! 9: others_path = /usr/users/teacher/CAPA45/fci183f7
! 10:
! 11:
! 12:
! 13: # ================= Command specifications =====
! 14: #
! 15: # path information is not necessarily surrounded by double quotes
! 16: #
! 17: # when specifying a command, use double quotes, because
! 18: # commands may have arguments, such as lpr
! 19: #
! 20: latex_command = "/usr/local/teTeX/bin/latex"
! 21: dvips_command = "/usr/local/teTeX/bin/dvips"
! 22: xdvi_command = "/usr/local/teTeX/bin/xdvi"
! 23: mail_command = "/usr/bin/mailx"
! 24: allcapaid_command = "allcapaid"
! 25: qzparse_command = "qzparse4.6"
! 26:
! 27:
! 28: # ================= Printing configuration ====
! 29: #
! 30: # -printer list-
! 31: # add available printer name here
! 32: # they will appear in a selection list in the order listed here
! 33: #
! 34: printer_option = "cyccap_capa1"
! 35: printer_option = "cyccap_capa2"
! 36: printer_option = "west_post"
! 37: printer_option = "west_post2"
! 38:
! 39: # -print command-
! 40: # predefined variables: $PS_file and $Printer_selected
! 41: # indicate the file to be printed and the printer queue to be
! 42: # printed to.
! 43: #
! 44: lprOneSided_command = "/usr/bin/lpr -P$Printer_selected"
! 45: lprTwoSided_command = "/usr/bin/lpspr -K2 $PS_file | /usr/bin/lpr -P$Printer_selected"
! 46:
! 47:
! 48: # ================= capalogin settings =========
! 49: #
! 50: # specify the capalogin goodbye message delay in seconds
! 51: capalogin_goodbye_delay = 6
! 52:
! 53: # specify the capalogin inactivity delay time in minutes
! 54: # default value is 60 minutes, 0 means never time out
! 55: capalogin_inactivity_delay = 35
! 56:
! 57: # if set to none, don't show the summary score, any other value
! 58: # or not defined show the score
! 59: capalogin_show_summary_score = show
! 60:
! 61: # ================= Quizzer settings ==========
! 62: #Everything between BeginStandardQuizzerHeader and
! 63: #EndStandardQuizzerHeader is inserted into the .qz file when using the
! 64: #Std. Header button in Quizzer
! 65:
! 66: BeginStandardQuizzerHeader
! 67: //CAPA system software is copyrighted by Michigan State University.
! 68: //By using these materials, the User agrees to:
! 69: //1) Protect the source code files from unauthorized copying.
! 70: //2) Limit access of the source material to teaching staff.
! 71: //3) The User is free to mix, cut and paste, modify, adapt, delete,
! 72: // improve, etc. the problems and graphics for his/her own use.
! 73: //
! 74: /IMP "/capalibrary/Tools/StdMacros"
! 75: /IMP "/capalibrary/Tools/StdUnits"
! 76: /IMP "/capalibrary/Tools/StdUnitsWeb"
! 77: /IMP "/capalibrary/Tools/StdConst"
! 78: /IMP "HWTop"
! 79: EndStandardQuizzerHeader
! 80:
! 81: # ======================= Units section =============
! 82: # the comment column is required in this section
! 83: # First column second column third column
! 84: # name symbol comment
! 85: #
! 86:
! 87: << Base Unit >>
! 88: meter m # length
! 89: kilogram kg # mass
! 90: second s # time
! 91: ampere A # electric current
! 92: kelvin K # thermodynamic temperature
! 93: mole mol # amount of substance
! 94: candela cd # luminous intensity
! 95:
! 96: # Prefix symbol factor
! 97: << Prefix >>
! 98:
! 99: yotta Y 10^{24}
! 100: zetta Z 10^{21}
! 101: exa E 10^{18}
! 102: peta P 10^{15}
! 103: tera T 10^{12}
! 104: giga G 10^9
! 105: mega M 10^6
! 106: kilo k 10^3
! 107: hecto h 10^2
! 108:
! 109: deci d 10^-1
! 110: centi c 10^-2
! 111: milli m 10^-3
! 112: micro u 10^-6
! 113: nano n 10^-9
! 114: pico p 10^{-12}
! 115: femto f 10^{-15}
! 116: atto a 10^{-18}
! 117: zepto z 10^{-21}
! 118: yocto y 10^{-24}
! 119:
! 120:
! 121:
! 122:
! 123: # Derived Units
! 124: # name symbol units comment
! 125: # name must be in oneword
! 126: <<Derived Unit>>
! 127:
! 128: gram g 0.001 kg # mass
! 129: hour hr 3600. s # time
! 130: minute min 60 s # time
! 131: pound lb 0.45359237 kg # mass
! 132: ounce oz 1.77185E-3 kg # mass
! 133: inch in 2.54 cm # length
! 134: foot ft 12 in # length
! 135: mile mi 5280 ft # length
! 136: yard yd 0.9144 m # length
! 137: nautical_mile n_mi 6080 ft # length, nautical mile (UK)
! 138: rood rood 1210 yd^2 # area, rood
! 139: acre acre 4840 yd^2 # area, acre
! 140: hertz Hz 1/s # frequency
! 141: litre L 10^3/cm^3 # volume
! 142: newton N m*kg/s^2 # force
! 143: pound_force lbf 4.44822 N # force
! 144: dyne dyn 1E-5 N # force
! 145: pascal Pa N/m^2 # pressure, stress
! 146: bar bar 1E5 Pa # pressure
! 147: mmHg mmHg 1.33322E2 Pa # pressure, millimeter of mercury
! 148: torr torr 1 mmHg # pressure
! 149: atm atm 760 torr # standard atmosphere
! 150: joule J N*m # energy, work, heat
! 151: electronvolt eV 1.6021892E-19 J # energy
! 152: calorie cal 4.1868 J # energy
! 153: Btu Btu 1.05506E3 J # energy
! 154: watt W J/s # power, radiant flux
! 155: coulomb C A*s # electric charge
! 156: volt V J/C # electric potential, electromotive force
! 157: ohm Ohm V/A # electric resistance
! 158: siemens S 1/Ohm # electric conductance
! 159: farad F C/V # electric capacitance
! 160: tesla T V s/m^2 # magnetic flux density
! 161: weber Wb V*s # magnetic flux
! 162: henry H V*s/A # inductance
! 163: radian rad m /m # plane angle
! 164: degree deg 1.745329E-2 rad # plane angle (Pi rad=180 deg)
! 165: steradian sr m^2 /m^2 # solid angle
! 166: lumen lm cd*sr # luminous flux
! 167: lux lx cd*sr/m^2 # illuminance
! 168: becquerel Bq 1/s # activity (radioactive)
! 169: gray Gy J/kg # absorbed dose (of radiation)
! 170: sievert Sv J/kg # dose equivalent (dose equivalent index)
! 171: astroUnit AU 1.49598E11 m # mean distance earth to sun
! 172:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>