File:  [LON-CAPA] / capa / capa51 / GUITools / Changes.quizzer.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Sep 28 21:25:36 1999 UTC (24 years, 9 months ago) by albertel
Branches: capa, MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, version5-1-2-first_release, start, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, release_5-1-3, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, conference_2003, bz6209-base, bz6209, STABLE, HEAD, GCI_3, GCI_2, GCI_1, CAPA_5-1-6, CAPA_5-1-5, CAPA_5-1-4_RC1, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Created directory structure

    1: --
    2: Changes from 4.6.5 to 4.6.6 (distributed to capa2)
    3: 
    4: sourcing new common.tcl and utils.tcl in .c
    5: 
    6: Changed main to call Quizzer_Init, and compile in quizzer.init.c,
    7: along with adding compile date info to global var gCompileDate
    8: 
    9: Changed version defs to be prepended with QUIZZER
   10: 
   11: --
   12: Changes from 4.6.4 to 4.6.5
   13: 
   14: In answer only mode, student information is always placed atop the page.
   15: (no matter the parsing mode)
   16: 
   17: Signals SEGV ILL FPE and BUS, are caught, global variable capaParsing
   18: is used to detect whether these signals were thrown while parsing, if
   19: so an error message as to the location we were parsing at when the
   20: error occured is thrown up otherewise we just notify the user that
   21: some action they performed has caused its death.
   22: 
   23: global variable gInterp exists in both standalone and tcl dependant modes
   24: 
   25: --
   26: Changes from 4.6.3 to 4.6.4
   27: 
   28: changed capaRunLatex to return a 2 if gStopPrinting becomes a one
   29: 
   30: --
   31: Changes from 4.6.2 to 4.6.3
   32: 
   33: added the target quizzer.2 and supporting targets to the makefile,
   34: this target creates a standalone version of quizzer, it needs the
   35: utility tcl2c-qz (a modified version of tcl2c), that takes quizzer.tcl
   36: and generates a .c file.
   37: 
   38: added new file quizzer.init.c, basically is a stripped down main that
   39: implements the new standalone functionality of quizzer
   40: 
   41: --
   42: Changes from 4.6.1 to 4.6.2
   43: 
   44: capaPrintWholeClass removed (functionality moved to the Tcl code)
   45: 
   46: capaPrintSection removed (functionality moved to the Tcl code)
   47: 
   48: capaGetExisitingSections added, uses the capa call
   49: capa_get_section_count and returns the info to the Tcl code
   50: 
   51: capaGetHeaderInfo checks capa_get_header's result code
   52: 
   53: --
   54: Changes from 4.5.1 to 4.6.1 (Given to Ed to use on capa2)
   55: 
   56: now puts the student's name, number, PIN, etc at the top of an enscript preview
   57: 
   58: --
   59: Changes from 1.3 to 4.5.1
   60: 
   61: Fixed latent bug in Devel code, sourced grader.tcl rather than quizzer.tcl
   62: 
   63: Fixed problem where if results directory didn't exist, it quietly fails.
   64: 
   65: Updated version number to new scheme

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