Diff for /loncom/homework/caparesponse/README between versions 1.1 and 1.2

version 1.1, 2000/10/24 13:46:19 version 1.2, 2000/10/24 13:49:18
Line 1 Line 1
 If you checked out the CAPA target  so it is parrallel to loncom  Needed:
 (i.e. /directory/CAPA and /directory/loncom exists) then to make  
   cvs checkout CAPA ( in ../../.. )
   swig 1.1
   bison
   flex
   
   If you checked out the CAPA target where suggested, then to make
 the capa.so module run the commands file.  the capa.so module run the commands file.
   
 > sh commands  > sh commands
   
   Otherwise change the CAPA_PATH variables in commands and Makefile.PL
   and then do
   
   > sh commands
   
   
 Functions exported to perl:  Functions exported to perl:
 int caparesponse_capa_check_answer(char *response,char *correct,  int caparesponse_capa_check_answer(char *response,char *correct,
    int type,int tol_type,double tolerance,     int type,int tol_type,double tolerance,

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


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