> I think that everything is OK, although it is a little ugly. The form in
> the "Try quiz" page contains a QuizSeed parameter which is used
> if you click
> any of the links that take you back to the "Try quiz" page,
The template in aim/try/Quiz.mpl currently starts with
['Template',
[["a", "name" = "top"]],
["center",
["h1",
__("Testing quiz: "),{"quiztitle"}]],
["table",
["tr",
["td",["b",__("Subject: ")]],
["td",{"subjecttitle"}]],
["tr",
["td",["b",__("Seed: ")]],
["td",
[["inputtext",
"name" = "QuestionSeed",
"value" = {"QuestionSeed"},
"onchange" = "seedchanged=true;"]]]]],
The lines at the bottom correspond to the Seed input box at the top of the
try quiz page. Shouldn't that box set the QuizSeed rather than the
QuestionSeed?
Gustav
|