Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-01-2012, 08:43 PM   PM User | #1
angelali
Regular Coder

 
Join Date: Sep 2011
Posts: 310
Thanks: 23
Thanked 0 Times in 0 Posts
angelali is an unknown quantity at this point
PHP Quiz system

Suppose you want to create a PHP quiz system, what are the process you have to do to achieve it? Here are the main requirements below:

1/ The questions, answers and scores will be stored in database
2/ There will be 100 questions and only 20 RANDOM questions among them will be displayed.

I want to know, how process the quiz? I am not asking you to code it for me, but want to know, how to which answer is for this question etc as it is in database, and random.

Thank
angelali is offline   Reply With Quote
Old 12-01-2012, 09:06 PM   PM User | #2
KULP
Regular Coder

 
Join Date: Mar 2012
Posts: 166
Thanks: 5
Thanked 11 Times in 11 Posts
KULP is an unknown quantity at this point
You could do something like set the input id to the questionID and then when submitted compare the submission to the answerID.
KULP is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:38 PM.


Advertisement
Log in to turn off these ads.