![]() Topic awaiting preservation: Dynmic form reference or tutorial (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() 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 |
![]() 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 |
![]() 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 |
![]() Ok, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() No big reason to bump but with some of poi's code I did this |