Scoring for quiz matrix with two parts

panigale

New member
Joined
Feb 21, 2022
Messages
1
I hope I'm on the right place, because I'm lossing my mind, trying to get one quiz together.

So the thing is that I need to setup score based system for quiz. I have two sections of questions (1-13 and 14-21). Rules are:

Questions 1-13: if six or more answers are 3 or 4
Questions 14-21: if six or more answers are 3 or 4
is OPTION 1

Questions 1-13: if six or more answers are 3 or 4
Questions 14-21: if less than six answers are 3 or 4
is OPTION 2

If there are less than five answers with 3 or 4 in each set of questions
is OPTION 3

Now I need some system for scoring. In my program I have option for +,-,/,* between answers, but I can't come with working solution. Scores on each answer can be negative too. I'm limited with programing, because I can do only basic math expressions and not actual programming like if this, then this.

Answer 0Answer 1Answer 2Answer 3Answer 4
Question 1000xx
Question 2000xx
Question 3000xx
Question 4000xx
Question 5000xx
Question 6000xx
Question 7000xx
Question 8000xx
Question 9000xx
Question 10000xx
Question 11000xx
Question 12000xx
Question 13000xx
Question 14000xx
Question 15000xx
Question 16000xx
Question 17000xx
Question 18000xx
Question 19000xx
Question 20000xx
Question 21000xx



Answers 0, 1 and 2 are not important so I placed 0 there.

Thanks in advance for any suggestions/help!
 
Last edited:
Top