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.
Answers 0, 1 and 2 are not important so I placed 0 there.
Thanks in advance for any suggestions/help!
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 0 | Answer 1 | Answer 2 | Answer 3 | Answer 4 | |
| Question 1 | 0 | 0 | 0 | x | x |
| Question 2 | 0 | 0 | 0 | x | x |
| Question 3 | 0 | 0 | 0 | x | x |
| Question 4 | 0 | 0 | 0 | x | x |
| Question 5 | 0 | 0 | 0 | x | x |
| Question 6 | 0 | 0 | 0 | x | x |
| Question 7 | 0 | 0 | 0 | x | x |
| Question 8 | 0 | 0 | 0 | x | x |
| Question 9 | 0 | 0 | 0 | x | x |
| Question 10 | 0 | 0 | 0 | x | x |
| Question 11 | 0 | 0 | 0 | x | x |
| Question 12 | 0 | 0 | 0 | x | x |
| Question 13 | 0 | 0 | 0 | x | x |
| Question 14 | 0 | 0 | 0 | x | x |
| Question 15 | 0 | 0 | 0 | x | x |
| Question 16 | 0 | 0 | 0 | x | x |
| Question 17 | 0 | 0 | 0 | x | x |
| Question 18 | 0 | 0 | 0 | x | x |
| Question 19 | 0 | 0 | 0 | x | x |
| Question 20 | 0 | 0 | 0 | x | x |
| Question 21 | 0 | 0 | 0 | x | x |
Answers 0, 1 and 2 are not important so I placed 0 there.
Thanks in advance for any suggestions/help!
Last edited: