Annotation of loncom/homework/caparesponse/README, revision 1.2

1.2     ! albertel    1: Needed:
        !             2: 
        !             3: cvs checkout CAPA ( in ../../.. )
        !             4: swig 1.1
        !             5: bison
        !             6: flex
        !             7: 
        !             8: If you checked out the CAPA target where suggested, then to make
1.1       albertel    9: the capa.so module run the commands file.
                     10: 
                     11: > sh commands
1.2     ! albertel   12: 
        !            13: Otherwise change the CAPA_PATH variables in commands and Makefile.PL
        !            14: and then do
        !            15: 
        !            16: > sh commands
        !            17: 
1.1       albertel   18: 
                     19: Functions exported to perl:
                     20: int caparesponse_capa_check_answer(char *response,char *correct,
                     21: 				   int type,int tol_type,double tolerance,
                     22: 				   int sig_lbound,int sig_ubound, 
                     23: 				   char *ans_fmt, char *unit_str,
                     24: 				   int calc)

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