Show Survey Results by Type

Hi. I am using a quiz to test personality, so for example I have a radio button hidden field with types. For example

Happy
Sad
Lonely

Q1. Do you want company
Yes (has a score of 5)
No (has a score of 1)
Sometimes (has a score of 3)

Q2. Do you like meeting others
Yes (has a score of 5)
No (has a score of 1)
Sometimes (has a score of 3)

So if a user selects yes for 1 and yes for 2, I need to tag that to Lonley, if a user selects No for 1 and Sometimes for 2 then I need tag that as Happy

E.g. there are around 15 questions and these are not the exact questions/answers, but the structure is the same; so I have to tag a users answer to a default catgory and then sum up, by a point score (unless there is another way of doing it), which category they fit into.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.