[Aimmath-commit] AIM/WEB-INF/maple/aim/try Quiz.mpl,1.4,1.5
Brought to you by:
gustav_delius,
npstrick
|
From: <gus...@us...> - 2003-09-28 13:06:35
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try
In directory sc8-pr-cvs1:/tmp/cvs-serv31512/WEB-INF/maple/aim/try
Modified Files:
Quiz.mpl
Log Message:
Corrected QuestionSeed vs QuizSeed confusion that I introduced earlier
Index: Quiz.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/try/Quiz.mpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Quiz.mpl 16 Sep 2003 20:22:01 -0000 1.4
--- Quiz.mpl 28 Sep 2003 09:08:21 -0000 1.5
***************
*** 144,149 ****
["td",
[["inputtext",
! "name" = "QuestionSeed",
! "value" = {"QuestionSeed"},
"onchange" = "seedchanged=true;"]]]]],
[["hr","noshade"]],
--- 144,149 ----
["td",
[["inputtext",
! "name" = "QuizSeed",
! "value" = {"QuizSeed"},
"onchange" = "seedchanged=true;"]]]]],
[["hr","noshade"]],
|