PDA

View Full Version : Quiz Algo


cesarcesar
03-20-2008, 08:30 PM
I am building a app that creates quizzes. This is how it goes -

- Create Quiz
- Provide up to 10 different types of Quiz Results
- Give up to 50 Questions
- Each Question has up to 10 possible Answers.
- Each Answer is assigned a Weighted value.... for each type of Quiz Result.
- Weighted values are in the range of -6, 0, +6.
- Each Quiz will also apply the same Weight range for if a M/F is taking and what of 6 age groups the taker is in..... for each type of Quiz Result.

I have the app all built out except the algo to score the quiz. I'm not sure of the best way top tackle the algo. Does anyone have any suggestions or links to great articles? Thanks much.

Andrew Johnson
03-20-2008, 09:16 PM
Algorithm? Don't you just tally the weighted values of the correct answers?

cesarcesar
03-20-2008, 11:31 PM
To clear up confusion i have put up the layout comps at http://cesarvillaca.com/clients/quiz_comps.pdf. My hops is that you will see how it works better visually. Thanks again for all the help.