File:  [LON-CAPA] / loncom / homework / caparesponse / README
Revision 1.1: download - view: text, annotated - select for diffs
Tue Oct 24 13:46:19 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- changed paths to be something you probably didn't need to modify
- added README

    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>