Diff for /capa/capa51/capa_5.1.txt between versions 1.3 and 1.9

version 1.3, 2000/09/20 19:01:53 version 1.9, 2000/11/06 23:14:19
Line 58  Grader Line 58  Grader
         * can delete Ys, if student achieves Y while being graded          * can delete Ys, if student achieves Y while being graded
         * subj. grade little window on nonexistant set/problem          * subj. grade little window on nonexistant set/problem
  * subjective grading didn't ignore blank lines in classl   * subjective grading didn't ignore blank lines in classl
        4  * subj. grading would change other non 'Y' grades to a - 
         + fix find by name/number to work like managerish          + fix find by name/number to work like managerish
         + can't go back to - in grading          + can't go back to - in grading
         + line up buttons and answers          + line up buttons and answers
Line 91  capalogin Line 92  capalogin
         + error message when letters given in response to numerical question          + error message when letters given in response to numerical question
   
 capaweb (see also capalogin)  capaweb (see also capalogin)
         4 * submissions string was incorrectly removing the tabs
         * bugs with blank question bodies          * bugs with blank question bodies
         * subjective passdue submissions allowed          * subjective passdue submissions allowed
         * view previous for subjective answers bombs          * view previous for subjective answers bombs
Line 127  capautils/Manager Line 129  capautils/Manager
 Scorer  Scorer
         * Pause/Quit in Scorer don't work properly          * Pause/Quit in Scorer don't work properly
 !       * No stunum on bubble sheet no stu# in set file  !       * 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          + accounting, which answers were selected (parse question text
           and output string they selected)            and output string they selected)
         + adding question updates listbox position          + adding question updates listbox position
Line 164  capadiscuss Line 167  capadiscuss
   
 language (parser)  language (parser)
  5.0?   * are spaces ok in the /MAP() ?   5.0?   * are spaces ok in the /MAP() ?
         4 * -(-17)*-a^-4 now works and is intrepreted properly
         4 * -x^2 now == -(x^2)
 !       * nested /IF bug (which required all /ELSE)  !       * nested /IF bug (which required all /ELSE)
         4 * /AND ans with two mc strings is broken
         * /MAP() segfaults when variable being mapped from is undefined          * /MAP() segfaults when variable being mapped from is undefined
         * /MAP(seed;a;-1) puts 1 in a          * /MAP(seed;a;-1) puts 1 in a
         * function "+4x" doesn't work          * function "+4x" doesn't work
         * undefined variables used as test conditions bomb          * undefined variables used as test conditions bomb
           * in formulas negation was more important than power
         + /VERB /ENDVERB          + /VERB /ENDVERB
         + new functions is_open(), is_due(), is_answer()          + new functions is_open(), is_due(), is_answer()
         + functions is_open(), is_due(), is_answer(), due_date(),          + functions is_open(), is_due(), is_answer(), due_date(),

Removed from v.1.3  
changed lines
  Added in v.1.9


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