Greetings,
My problem is:
Recently installed Ari Quiz, trying to make something more complicated than "true/false" or score test "if score = 0-10 then display following" type of quizes.
What I need is, for example
"Question 1:
Answer a)
Answer b)
Answer c)"
And when user will answer "Answer c)" it'll add scores to category "Example" but if he answers "Answer b)" it'll add score in "Example 2"
Problem with current score system that it'll not allow such thing and make it overcomplicated.
For instance: right now if I want to create quiz based on example above I'll need to manually calculate each and every answer, which is tedious by itself.
But what if, for example, I'll deal with it, and calculate manually all answers, there's 2nd problem, which is multiple answer scores, example again:
"Question 2"
"Asnwer a)
Answer b)
Answer c)"
If user will choose "Answer b)" it'll add scores to "Category 3 AND Category 4" and based on it, it'll show user "personality" or different results.
I hope anyone can understand what I'm trying to say, but I really need this functionality