Annotation of capa/capa51/GUITools/Changes.quizzer.c, revision 1.1
1.1 ! albertel 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>