Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29897/maple/aim/try
Modified Files:
Tag: aim-xml
Question.mpl Quiz.mpl
Log Message:
Index: Question.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try/Question.mpl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -d -r1.5.2.1 -r1.5.2.2
*** Question.mpl 31 Mar 2005 12:38:15 -0000 1.5.2.1
--- Question.mpl 29 Apr 2005 15:09:45 -0000 1.5.2.2
***************
*** 81,85 ****
['Script',
"",
! cat("seedchanged = false;
function randomize() {
--- 81,85 ----
['Script',
"",
! "seedchanged = false;
function randomize() {
***************
*** 88,96 ****
}
! ",
! `aim/MRQuestion/Script`,
! "\n\n",
! `aim/MatrixQuestion/Script`,
! "\n\n")
],
--- 88,92 ----
}
! "
],
Index: Quiz.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try/Quiz.mpl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -d -r1.5.2.1 -r1.5.2.2
*** Quiz.mpl 31 Mar 2005 12:38:15 -0000 1.5.2.1
--- Quiz.mpl 29 Apr 2005 15:09:45 -0000 1.5.2.2
***************
*** 68,86 ****
['Script',
"",
! cat("seedchanged = false;
! function randomize() {
! f.QuizSeed.value =
! Math.round(Math.random() * 1000000000000) + '';
! }
!
! function Validate() {
! Mark();
! }
! ",
! `aim/MRQuestion/Script`,
! "\n\n",
! `aim/MatrixQuestion/Script`,
! "\n\n")
],
--- 68,81 ----
['Script',
"",
! "seedchanged = false;
! function randomize() {
! f.QuizSeed.value =
! Math.round(Math.random() * 1000000000000) + '';
! }
! function Validate() {
! Mark();
! }
! "
],
|