Quiz Algo

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cesarcesar
Forum Contributor
Posts: 111
Joined: Mon Oct 18, 2004 3:28 pm

Quiz Algo

Post by cesarcesar »

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.
hayson1991
Forum Newbie
Posts: 14
Joined: Thu Mar 20, 2008 1:19 pm

Re: Quiz Algo

Post by hayson1991 »

Read the rules, we aren't going to write the app for you... The algorithm is considered to be part of the app.
cesarcesar
Forum Contributor
Posts: 111
Joined: Mon Oct 18, 2004 3:28 pm

Re: Quiz Algo

Post by cesarcesar »

To clear up confusion i have put up the layout comps at
. My hops is that you will see how it works better visually. Thanks again for all the help.
cesarcesar
Forum Contributor
Posts: 111
Joined: Mon Oct 18, 2004 3:28 pm

Re: Quiz Algo

Post by cesarcesar »

i think in my post i asked for articles and direction.. not looking to have it written. I can do my self most likely.
Post Reply