[Aimmath-commit] AIM/WEB-INF/maple/aim/analyze Question.mpl,1.2.2.1,1.2.2.2
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2003-08-25 18:36:42
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim/analyze In directory sc8-pr-cvs1:/tmp/cvs-serv7969 Modified Files: Tag: develop_2_1 Question.mpl Log Message: Many changes. See posting to developers' list. Index: Question.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/analyze/Question.mpl,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** Question.mpl 10 Jul 2003 20:10:04 -0000 1.2.2.1 --- Question.mpl 25 Aug 2003 18:36:39 -0000 1.2.2.2 *************** *** 256,260 **** if analysis = NULL then analysis := ! eval(`aim/Question/Analyze`(quiz['RootDir'],questionname)); if not(type([analysis],[`aim/Question/Analysis`])) then --- 256,263 ---- if analysis = NULL then analysis := ! # KM ! # DIST eval(`aim/Question/Analyze`(quiz['RootDir'],questionname)); ! eval(`aim/Question/Analyze`(quiz['RootDir'],questionname,partlabel)); ! # END KM if not(type([analysis],[`aim/Question/Analysis`])) then |