Diff for /capa/capa51/pProj/capa.config between versions 1.2 and 1.4

version 1.2, 2000/01/05 21:11:15 version 1.4, 2002/04/23 22:33:33
Line 139  capalogin_inactivity_delay  = 25 Line 139  capalogin_inactivity_delay  = 25
 # for setting what the cgi path is, if unspecified, defaults to capa-bin  # for setting what the cgi path is, if unspecified, defaults to capa-bin
 #capaweb_cgibin_path = test-bin  #capaweb_cgibin_path = test-bin
   
   # new idea Feb 2000, once defined this string, student can receive
   # the credit automatically by entering the string and the system
   # will record it in the database as 'c' which means "credit."
   # The instructor can change the string to whatever string specified here 
   # and the comparison is done case-insensitively. 
   # One version could be 
   # capa_just_credit_string = "Give me the credit, please."
   # capa_just_credit_string = "I just want the credit"
   
 # ================= Quizzer settings ==========  # ================= Quizzer settings ==========
 #Everything between BeginStandardQuizzerHeader and  #Everything between BeginStandardQuizzerHeader and
 #EndStandardQuizzerHeader is inserted into the .qz file when using the  #EndStandardQuizzerHeader is inserted into the .qz file when using the
Line 210  gram            g      0.001 kg      # m Line 219  gram            g      0.001 kg      # m
 hour            hr     3600. s       # time  hour            hr     3600. s       # time
 minute          min    60 s          # time  minute          min    60 s          # time
 pound           lb     0.45359237 kg # mass  pound           lb     0.45359237 kg # mass
 ounce           oz     1.77185E-3 kg # mass  ounce           oz     2.83495E-2 kg # mass
 inch            in     2.54 cm       # length  inch            in     2.54 cm       # length
 foot            ft     12 in         # length  foot            ft     12 in         # length
 mile            mi     5280 ft       # length  mile            mi     5280 ft       # length

Removed from v.1.2  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>