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, 6 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

--
Changes from 4.6.5 to 4.6.6 (distributed to capa2)

sourcing new common.tcl and utils.tcl in .c

Changed main to call Quizzer_Init, and compile in quizzer.init.c,
along with adding compile date info to global var gCompileDate

Changed version defs to be prepended with QUIZZER

--
Changes from 4.6.4 to 4.6.5

In answer only mode, student information is always placed atop the page.
(no matter the parsing mode)

Signals SEGV ILL FPE and BUS, are caught, global variable capaParsing
is used to detect whether these signals were thrown while parsing, if
so an error message as to the location we were parsing at when the
error occured is thrown up otherewise we just notify the user that
some action they performed has caused its death.

global variable gInterp exists in both standalone and tcl dependant modes

--
Changes from 4.6.3 to 4.6.4

changed capaRunLatex to return a 2 if gStopPrinting becomes a one

--
Changes from 4.6.2 to 4.6.3

added the target quizzer.2 and supporting targets to the makefile,
this target creates a standalone version of quizzer, it needs the
utility tcl2c-qz (a modified version of tcl2c), that takes quizzer.tcl
and generates a .c file.

added new file quizzer.init.c, basically is a stripped down main that
implements the new standalone functionality of quizzer

--
Changes from 4.6.1 to 4.6.2

capaPrintWholeClass removed (functionality moved to the Tcl code)

capaPrintSection removed (functionality moved to the Tcl code)

capaGetExisitingSections added, uses the capa call
capa_get_section_count and returns the info to the Tcl code

capaGetHeaderInfo checks capa_get_header's result code

--
Changes from 4.5.1 to 4.6.1 (Given to Ed to use on capa2)

now puts the student's name, number, PIN, etc at the top of an enscript preview

--
Changes from 1.3 to 4.5.1

Fixed latent bug in Devel code, sourced grader.tcl rather than quizzer.tcl

Fixed problem where if results directory didn't exist, it quietly fails.

Updated version number to new scheme

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