Hello! I am stuck finding a way to reflect the highest score of my quiz. The concept is that the person is answering 24 questions each question corresponding to a category (4 Groups in total). However, when I complete the quiz the highest score is not being reflected.
I am trying to find a way to show the highest score without having to go to a tie-break due to the length of the quiz. To break it down:
- 12 Categories (Cat1, Cat2, Cat3, Cat4, Cat5, Cast6, Cat7, Cat8, Cat9, Cat10, Cat11, Cat12)
- 2 Sections per Category:
- Ex: Category 1:
- Section - 1st Question: Yes/No Answer
- Section - 2nd Question: Multiple Choice - More than one answer can be chosen with min 1 and max 3 selections)
- Ex: Category 1:
- 4 Groups (each containing 3 categories):
- Group A (Results Cat1 + Cat2 + Cat3 - divided by 3 multiply 100 = X)
- Group B (Results Cat4 + Cat5 + Cast6 - divided by 3 multiply 100 = X)
- Group C (Results Cat7 + Cat8 + Cat9 - divided by 3 multiply 100 = X)
- Group D (Results Cat10 + Cat11 + Cat12 - divided by 3 multiply 100 = X)
- We need to compare each Group result and display highest Score.
Thank you!