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
|