Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating online exam and getting percentage mark?

Status
Not open for further replies.

jedean47

Technical User
Sep 30, 2004
15
0
0
GB
I was wondering if anyone can help me?

I have created an online technical exam for a job interview. It is complete and i have set it up so when you click submit it will send the answers through to the designated e-mail address.

The radio buttons have been set up so the radio button either says correct or wrong, but what i want it to do is work out the percentage as well.

Does anyone know whether this can be done as well, and if so how do you do it?

Thanks a lot
 
Without knowin how you have set up your site it is hard to guess.

A javascript function could be used to add up the score and calculate the % each time an answer is selected if all of the questions are on one page. Otherwise you will probably ahve to either use a session variable to track it or store it in a database.

What language you using?

Cheech

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top