Jump to content

Php online quiz application


scodrash

Recommended Posts

Hello php gurus,...i need some help here for my php online quiz application.

I am doing an online quiz application,where at first a tutor will enter the question and selection of answers,and following by the correct answer through a form.

 

 

<html>
<body>

<form action="insert.php" method="post">
  <p>Question:
  <input type="text" name="Q" />
  </p
  ><p>Answer1: 
    <input type="text" name="A" />
  </p>
  <p>Answer2:
  <input type="text" name="B" />
  </p>
   <p>Correct Answer:
  <input type="text" name="ans" />
  </p>
  <p>
    <input type="submit" />
  </p>
</form>

</body>
</html> 

 

 

 

All the details will be sent to mysql database,and the database structure will be like this :

 

Question    AnswerA    AnswerB    CorrectAnswer

            1+1              2                  4                    A

            2+3              6                  5                    B

 

After that,i have created a php codes to retrieve the Questions from database,and display it in webpage,and the AnswerA and AnswerB will be shown in radio button.So users can choose the answer using radio button...

 

My problem is,i don't know how to compare the 'value' in radio button with the 'CorrectAnswer' in the database,to know the correct answer.

And also don't have idea how to calculate the correct answer and getting the results. :( :(

So,if anyone could help me..i will be really gratefull... Hope can get the solution....plss help me :(

Thank you very much

 

I have attached my documents here...

 

 

[attachment deleted by admin]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.