shaidujjaman Posted May 1, 2013 Share Posted May 1, 2013 Hello there,I am new to php. I am trying to make a online quiz using php. Is it possible???? If yes can anyone help me with coding.Quiz Question Categories:1. Multiple Choice.2. Fill in the Blanks.3. True/False.4. Tag questions.5. Case Studies (Essay Type).6. Short questions.Please help. Link to comment https://forums.phpfreaks.com/topic/277482-online-quiz/ Share on other sites More sharing options...
trq Posted May 1, 2013 Share Posted May 1, 2013 Of course its possible. Where exactly are you stuck? Link to comment https://forums.phpfreaks.com/topic/277482-online-quiz/#findComment-1427434 Share on other sites More sharing options...
cyberRobot Posted May 1, 2013 Share Posted May 1, 2013 There are many tutorials online: https://www.google.com/search?q=how+to+create+an+online+quiz+with+php Link to comment https://forums.phpfreaks.com/topic/277482-online-quiz/#findComment-1427490 Share on other sites More sharing options...
ignace Posted May 1, 2013 Share Posted May 1, 2013 Download/Install Zend\Form Create an abstract form type to represent a quiz qa (ie setQuestion, setAnswers/setOptions, getUserSelectedAnswers) extending Zend\Form Create a form for each of the different quiz question categories, add additional methods where required (but favor configuration) Make sure each of the forms render correctly Create a factory to build the different form types (used to build the form objects from text in your database) Link to comment https://forums.phpfreaks.com/topic/277482-online-quiz/#findComment-1427576 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.