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

1.1     ! albertel    1: If you checked out the CAPA target  so it is parrallel to loncom
        !             2: (i.e. /directory/CAPA and /directory/loncom exists) then to make
        !             3: the capa.so module run the commands file.
        !             4: 
        !             5: > sh commands
        !             6: 
        !             7: Functions exported to perl:
        !             8: int caparesponse_capa_check_answer(char *response,char *correct,
        !             9: 				   int type,int tol_type,double tolerance,
        !            10: 				   int sig_lbound,int sig_ubound, 
        !            11: 				   char *ans_fmt, char *unit_str,
        !            12: 				   int calc)

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