Diff for /capa/capa51/capa_fix.txt between versions 1.1 and 1.7

version 1.1, 2000/07/07 16:14:01 version 1.7, 2001/04/11 17:59:37
Line 94  capautils.pl Line 94  capautils.pl
 capautils/Manager  capautils/Manager
         * get rid of status display if printing has problems          * get rid of status display if printing has problems
         * SCP records longer than they should be cause problems          * SCP records longer than they should be cause problems
  5.0    + inclusion of ascii character file in e-mail utility.          + inclusion of ascii character file in e-mail utility.
  5.0    + group of problems correlation          + group of problems correlation
         + throw warnings when weird things occur in set files           + throw warnings when weird things occur in set files 
         + store correspondance with student, and display it in SCP          + store correspondance with student, and display it in SCP
         + grade dist          + grade dist
Line 131  Scorer Line 131  Scorer
         + find students that use the same CODE (cheating)          + find students that use the same CODE (cheating)
   
 Tools and MCtools  Tools and MCtools
  5.0    & Glabel code for random labeling: better way to implement? (via           & Glabel code for random labeling: better way to implement? (via 
           capa.config, an addition to quizzer)            capa.config, an addition to quizzer)
   
 capa.config  capa.config
Line 146  capadiscuss Line 146  capadiscuss
         + non-problem forum          + non-problem forum
   
 language (parser)  language (parser)
  5.0    * for 0F format, output 90. not 90          * for 0F format, output 90. not 90
  5.0    & allow code to internally support an arbitrary number of problems       !  * /IF (flag) breaks
           & allow code to internally support an arbitrary number of problems
           (most problems are in the wgt/pcr arrays and in the file handling             (most problems are in the wgt/pcr arrays and in the file handling 
            code)             code)
         & Make /DIS() in /HIN as useful as normal /DIS()          & Make /DIS() in /HIN as useful as normal /DIS()
  5.0    + /ANS() contains a test condition, student supplies variables with          + /ANS() contains a test condition, student supplies variables with
           values, i.e. student supplies a,b,c; test whether ax+by+cz=0            values, i.e. student supplies a,b,c; test whether ax+by+cz=0
  5.0    + table(2,3,"a","b",1,2,tex("a","b"),var2) will create pretty tables           + table(2,3,"a","b",1,2,tex("a","b"),var2) will create pretty tables 
           no matter if parsing TeX, HTML or enscript            no matter if parsing TeX, HTML or enscript
  5.0+   + 2nd hint button?          + 2nd hint button?
         + some way to add arbitry buttons to capalogin/capahtml to          + some way to add arbitry buttons to capalogin/capahtml to
           support things like viewing of text files            support things like viewing of text files
         + file reading limitations in supporting more than 300 problems          + file reading limitations in supporting more than 300 problems
Line 186  language (parser) Line 187  language (parser)
         o support complex numbers          o support complex numbers
   
 Internal Cleaning  Internal Cleaning
         ! * the third line isn't ignored when setting entries in setX.db
         * fix the problems with long (>64) answers          * fix the problems with long (>64) answers
         & splice capa_parse and capa_parse_student together          & splice capa_parse and capa_parse_student together
         & static alloc in active log update and read_capa_config          & static alloc in active log update and read_capa_config
Line 233  webpage needs list of libraries/and codi Line 235  webpage needs list of libraries/and codi
   
 document where all log info can be found, fill in any holes.  document where all log info can be found, fill in any holes.
   
 CAPA-Code: Simplify: Equation files, labeling tool, Matching/Ranking  
   
   CAPA-Code: Simplify: Equation files, labeling tool, Matching/Ranking

Removed from v.1.1  
changed lines
  Added in v.1.7


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