File:  [LON-CAPA] / loncom / homework / caparesponse / capa.i
Revision 1.1: download - view: text, annotated - select for diffs
Wed Sep 13 20:36:47 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- reorg

    1: %module capa
    2: %{
    3: 
    4: %}
    5: extern int caparesponse_capa_check_answer(char *response,char *correct,
    6: 				   int type,int tol_type,double tolerance,
    7: 				   int sig_lbound,int sig_ubound, 
    8: 				   char *ans_fmt, char *unit_str,
    9: 				   int calc);

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