Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv10953
Modified Files:
TextQuestion.mpl
Log Message:
fixed bug that caused an error when a student submitted a sequence as an answer
Index: TextQuestion.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/TextQuestion.mpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TextQuestion.mpl 10 Oct 2003 09:49:31 -0000 1.9
--- TextQuestion.mpl 22 Oct 2003 02:30:36 -0000 1.10
***************
*** 370,374 ****
if attempt['Answer'] <> NULL then
# KM
! if type(attempt['Answer'],string) then
html :=
--- 370,374 ----
if attempt['Answer'] <> NULL then
# KM
! if type([attempt['Answer']],[string]) then
html :=
|