Identify BUGS vs changes by *
Changes by &
New features by +
Thoughts by o
? denotes it might be fixed but is untested
Quizzer
* bombs when checking DBHeader for multiple section printing
! * file handle leak in capa_get_section_dates
* remove double update of colors
* only shows one formula of /AND
* reread capa.config broken
* cancel saveAs didn't
* undo doesn't update modified status
* huge deletes take forever
+ StopAnalyze kills answers
+ stop createDvi
+ status of parsing
+ can have zero problem set.db files
+ be able to find in the Preview etc. windows
+ have quizzer complain if any aspect of the set.db file is
different from the just previewed set, (weight, hgr option)
+ ability to stop parser
+ color comments
+ color selection box
+ move Specified, printing op down some, auto select it when
adding text to the specified command
+ allow DBHeader to work when there are 0 problems
+ move main window edit menu to main window
+ visual id that the file is changed
+ preview allows name to be typed in
+ printing doesn't check if set.qz is saved before printing
+ right click on /IMP will bring up menu with open, include,
saveAs
+ analyze set - # uniq answers
+ analyze set - zero line
+ some way to delete files
+ disable color updates during replaceAll (and make replace
smarter)
+ understands capadiscuss, creates directories
+ if answers available before due, instructor notified by a
display message
+ doesn't open the same file twice even if the paths are
different
+ hyperlink the error msg window
+ default try_val, prob_val
+ save As reference file with an IMP of ../etc, and double
clicking will open a copy
+ limit stunum in preview window to 9 characters
+ analyze set second dimension, frequency of response
+ analyze set - string answers, see alphabetical listing of
strings and frequency
& changed the fdefault to not allow viewing between due and answer
o fix file dialog to display more entries vertically for default
Grader
* Excuse HGR broken with new slider
* can delete Ys, if student achieves Y while being graded
* subj. grade little window on nonexistant set/problem
* subjective grading didn't ignore blank lines in classl
+ fix find by name/number to work like managerish
+ can't go back to - in grading
+ line up buttons and answers
+ make the output file specifiable
+ subjective, saves after every student
+ can't kill the little window in grade subjective, must
cleanly exit
+ moved graders actions to main menu
+ made create class summary available in both grader and manager
+ subjective grading, word count added
+ subjective grading, e-mail messages back (allow variables in
message, $first_name $last_name $score)
+ subjective grading, keywords
+ subjective grading, check for new files on restore
& hgr is not pretty
qzparse
! * header check didn't take into account -c option
* TeX answer only, uses /START text if available as header
* Massive internal cleanup
+ option, -nopagebreak, inhibts puttin \newpage, between
assignments
+ use \clearpage instead of \newpage
+ control format of answer only output
capalogin
* zero as an answer will bark when a sig fig limitation is set.
4 * rad -> deg coversion is broken
+ make submission file creation an option
+ if a set isn't open it shouldn't be shown on the summary screen
+ error message when letters given in response to numerical question
capaweb (see also capalogin)
* bugs with blank question bodies
* subjective passdue submissions allowed
* view previous for subjective answers bombs
+ make submission file creation an option
+ Next link like Top link
+ removed Next / Top links, do in Problem#
+ equation answers use text window (Actually a large input box)
+ [class,emailid,etc] can have the class specified that is
default (class.html?CLASS=phy183f9)
+ generates a discuss button automatically
+ able to generate progress estimates (java code)
+ if a set isn't open it shouldn't be shown on the summary screen
+ word count button for subjective
+ error message when letters given in response to numerical question
capautils/Manager
* capastat treated a 0 as if it were a yes
4 * capastat2 doesn't work if logX.db doesn't exist
4 * capastat2 incorrect title on graphs
+ concept decoder improvements, can have the same text be both
correct and incorrect
+ item correlation, set selection, looks at classpath for
possibilities
+ summerize logfiles needs to support A
+ display some statistics abut discussion forum
+ select set to look like select section
+ resizes picture window for picture size
+ e-mail all students an e-mail
+ date based subset of scores
+ put old e-mail functions back in
+ unrandomize includes unpicked leaves
4 & capastats2 - more informative name
Scorer
* Pause/Quit in Scorer don't work properly
! * No stunum on bubble sheet no stu# in set file
4 * Pick highest score actually picked lowest score
+ accounting, which answers were selected (parse question text
and output string they selected)
+ adding question updates listbox position
+ scorer -first time run- don't yell about new scorer.output file
+ detects and allows fixing of multiple mark errors
capa.config
+ xdvi config option
+ easy get to capa.config from quizzer
datex.db
+ overlapping date ranges don't work as might be expected
allcapaid
+ can generate capaidplus information, -plus option
+ can generate open/due/answer information
getid
+ change to allow sets based on datex.db files
+ use class.conf
classl editor
+ Created
+ classl titlebar updates properly
+ dropped section
+ merge new classlist in
capadiscuss
? can 3+5 be open &!4
+ discussion not available until open
+ hide count of hidden messages
+ allow html
+ banning
language (parser)
5.0? * are spaces ok in the /MAP() ?
! 4 * nested /IF bug (which required all /ELSE)
* /MAP() segfaults when variable being mapped from is undefined
* /MAP(seed;a;-1) puts 1 in a
* function "+4x" doesn't work
* undefined variables used as test conditions bomb
* in formulas negation was more important than power
+ /VERB /ENDVERB
+ new functions is_open(), is_due(), is_answer()
+ functions is_open(), is_due(), is_answer(), due_date(),
open_date(), answer_date(), capa_id(), capa_id_plus() all
can take an argument which specifies which set the
information is for
+ string answers are \begin{verbatim}\end{verbatim}
+ short records in the db are grown to be the expected length
+ extra long records work
+ array_max(),array_min(),array_moments() all of which take an array's
name as an argument
+ managermode()
+ unit/unit == 1
+ new random functions for non uniform distributions: Normal,
Beta, Poisson, Chi, Non-central Chi, Exponential, Gamma
+ new function to reset array init_array()
+ verbatim=off in /ANS() removes \begin{verbatim}
\end{verbatim} from around string answers
4 + random_multivariate_normal
Internal Cleaning
* undeclared variables as argmunets to function (set_string)
blow up
+ rewritten array functionality
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>