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. Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
ignace Posted May 1, 2013 Share Posted May 1, 2013 (edited) 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) Edited May 1, 2013 by ignace Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.