Topic awaiting preservation: Dynmic form reference or tutorial |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 09-25-2003 19:45
Hey all I'm working on a tool for work where I want people to be able to make quizzes. |
Paranoid (IV) Inmate From: France |
posted 09-25-2003 21:27
bitdamaged: You can simply turn your administration tool in something with an [ add a question to the quizz ] button + an [ insert a page break ] button and in each question an [ add an answer ] button. And voilà. People will create their quizzes incrementally and you can simply use the DOM to add the form fields on the fly. |
Bipolar (III) Inmate From: Amsterdam |
posted 09-26-2003 12:52
Or you could of course use javascript objects to hold the questions, the answers, and the "right or wrong" value. |
Bipolar (III) Inmate From: Amsterdam |
posted 09-26-2003 17:35
Ok, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-07-2003 20:14
No big reason to bump but with some of poi's code I did this |