Solving a Complex Quiz Algorithm

  • Context: Undergrad 
  • Thread starter Thread starter cesarcesar
  • Start date Start date
  • Tags Tags
    Quiz
Click For Summary
SUMMARY

The discussion focuses on developing a scoring algorithm for a quiz that can yield up to 10 different final Quiz Results based on a maximum of 50 Questions, each with 10 possible multiple choice Answers. Each Answer is assigned a Weighted Value ranging from -6 to +6, allowing for a 13-point spread. Additionally, the algorithm must account for the gender and age group of the quiz taker, applying the same Weighted Value range to influence the Quiz Results. The complexity of the scoring system necessitates a structured approach to manage the multiple variables involved.

PREREQUISITES
  • Understanding of scoring algorithms
  • Familiarity with multiple choice question design
  • Knowledge of weighted scoring systems
  • Basic programming skills for algorithm implementation
NEXT STEPS
  • Research how to implement weighted scoring algorithms in Python
  • Explore data structures for managing quiz questions and answers
  • Learn about user input handling for quizzes
  • Investigate statistical methods for analyzing quiz results
USEFUL FOR

Quiz developers, educational technologists, data analysts, and anyone involved in creating or optimizing scoring systems for quizzes.

cesarcesar
Messages
1
Reaction score
0
hello all. I am trying to figure out a scoring algorithm for a quiz. really i totally lost with so many variables. I will post the main points of it. thanks for all the help i advance.

- Up to 10 different final *Quiz Results* can be given. (see p10 of pdf for results in action)
- Quiz can have up to 50 *Questions*.
- Each *Question* has up to 10 possible multiple choice *Answers*.
- Each *Answer* is assigned a *Weighted Value* for each *Quiz Result*.
- *Weighted Values* are in the range of -6 to zero to +6. (Possible 13 point spread)
- Each Quiz will also apply the same *Weight Value* range for if a M/F is taking the quiz and what of 6 age groups the taker is in... for each type of Quiz Result.

You can see a visual of what i trying to achieve below.
http://cesarvillaca.com/clients/quiz_comps.pdf
 
Last edited by a moderator:
Physics news on Phys.org
Made any headway into the problem? We can't give solutions, we CAN help. Give us something to help with.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
0
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 45 ·
2
Replies
45
Views
5K