RE: [Aimmath-developers] QuestionSeed / QuizSeed confusion
Brought to you by:
gustav_delius,
npstrick
From: Gustav W D. <gw...@yo...> - 2003-09-18 08:21:00
|
Sorry Neil, you are right, the lines I am refering to are in aim/try/Quiz.mpl, not in aim/try/Question.mpl as I had incorrectly written in my message. Gustav > I am confused: the text > > "QuizSeed" = sprintf("%d",seed), > > appears at line 275 in aim/try/Quiz.mpl, but does not seem to appear > at all in (any version of) aim/try/Question.mpl > > Neil > > > I am rather confused by the use of both QuestionSeed and QuizSeed in > > aim/try/Question.mpl. There in the html template one finds on > lines 145 - > > 148 > > > > [["inputtext", > > "name" = "QuestionSeed", > > "value" = {"QuestionSeed"}, > > "onchange" = "seedchanged=true;"]]]]], > > > > But then later when the template is being filled one finds > > > > "QuizSeed" = sprintf("%d",seed), > > > > rather than "QuestionSeed". This leads to "value" = {"QuestionSeed"} > > remaining in the html output. > > > > Now I am not at all sure whether both occurences should be > > QuizSeed or both > > QuestionSeed. Can you clarify? What is the difference between the two? > > > > Gustav > > |