View Single Post
  #1  
Old 10-19-2005, 02:00 PM
eOXevious eOXevious is offline
Junior Member
 
Join Date: Apr 2005
Posts: 23
Default Re: Help Needed re: Scoring a Quiz

Are you programming this quiz or is it on paper? Cause if you were programming it, I would mix the A B C D profiles around so only the computer knows which answers fit which profile... this way the user focuses on the questions and not trying to form his or her personal result.

If you are programming it, just have a variable for each answer, so everytime some one chooses A, that variable for that profile gets added one. At the end you can have the program compare values and determin the largest variable.
Reply With Quote