cesarcesar Posted March 20, 2008 Share Posted March 20, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/97134-quiz-algo/ Share on other sites More sharing options...
Barand Posted March 20, 2008 Share Posted March 20, 2008 The tricky part looks like assigning the 50 x 10 x 2 x 6 (=6,000) weighting values for 50 questions 10 answers each M or F 6 age groups Quote Link to comment https://forums.phpfreaks.com/topic/97134-quiz-algo/#findComment-497126 Share on other sites More sharing options...
laffin Posted March 20, 2008 Share Posted March 20, 2008 Uhm, i'm still lost. LOL. Since very little is on the scoring system itself. Quote Link to comment https://forums.phpfreaks.com/topic/97134-quiz-algo/#findComment-497127 Share on other sites More sharing options...
cesarcesar Posted March 20, 2008 Author Share Posted March 20, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/97134-quiz-algo/#findComment-497163 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.