Annotation of capa/capa51/GUITools/Changes.grader.tcl, revision 1.1.1.1

1.1       albertel    1: --
                      2: Changes from 1.3 to 1.4 (distributed to capa2 and the world, made Grader 5.0)
                      3: 
                      4: show # of Tcl commands executed through use of gCmd
                      5: 
                      6: modified info dialog to show gCompileDate var set in .c code
                      7: 
                      8: created a common.tcl in which common functions between grader and
                      9: quizzer are shared
                     10: 
                     11: --
                     12: Changes from 1.2 to 1.3
                     13: 
                     14: changed createSummaryReport to check whether createSummary returns an error
                     15: 
                     16: changed the "- y n E state" label in grading to be buttons that set
                     17: that students grade to all the same thing. (hangrade sets to min score
                     18: (0) on n max score on y and - or E on - or E
                     19: 
                     20: 
                     21: tk8.0 fixes, -transient False became -type tearoff
                     22: 
                     23: --
                     24: Changes from 1.1 to 1.2
                     25: 
                     26: removed all references to login counts (log Synopsis button etc.)
                     27: 
                     28: makes main list box show the found entry when found
                     29: 
                     30: stopped grader from realoading scores if that section is currently
                     31: loaded (new global gLoaded maintains this info)
                     32: 

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