jc2008 Posted May 16, 2008 Share Posted May 16, 2008 Hi, Im looking to code a multiple choice questionnaire generator for a system im creating. Basically i need to be able to select a number of questions and the enter the different multiple choice options for the question. Im guessing this would have to be made from Javascript just wandering if anyone has anything i could use to perhaps build my code up or knows of any forms of tutorial In essenece the system will allow the user to generate a questionnaire and then this will be available to users to submit their answers to the MySQL DB. Regards, Link to comment https://forums.phpfreaks.com/topic/105917-multiple-choice-questionnaire-generator/ Share on other sites More sharing options...
blackcell Posted May 16, 2008 Share Posted May 16, 2008 You may be able to reference this and manipulate the code: http://phpsnips.com/snippet.php?id=35 This seems like it may be quite simple. With sessions and question/answer delimited data it should go easy. If you want to use a database to store questions that would be even better. Link to comment https://forums.phpfreaks.com/topic/105917-multiple-choice-questionnaire-generator/#findComment-542807 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.