Ellason Posted February 5, 2009 Share Posted February 5, 2009 Hello all, I'm new to this forum and wondered if someone could help me. I have to create a quiz system. It will have an admin form that will allow a user to add a question, question ID and 4 possible answers which are radio buttons and the correct answer is the selected radio button. These details will then be saved in a database. The question and answers will be saved in different categories. In a HTML page there will be a button for each category that when selected will run a php script and will retrieve random questions along with the four possible answers and display the answers alongside radio buttons. A student can then answer these questions and when they have answered them their answers will be stored in the database and a score provided. I think I know how to create the admin form but can anyone advise me on how I can retrieve random questions & answers and display them with radio buttons so they can be used as a quiz? Thank You Link to comment https://forums.phpfreaks.com/topic/143958-mysqlphp-quiz-can-you-please-gimme-advice/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.