How to create percentage ranking for multiple quiz answers?

We’re creating a four question recommendation quiz, using radio buttons. Two questions have two options, two have three.

There are six potential answers to the quiz, and we need to calculate percentage fit for the user for each based on their question responses. So, for instance, option A would be 10 points for answer 1 but 5 points for option 2. Is there a way to do this? We looked at the gravitywiz advanced calculation add-on but it doesn’t seem to allow an if statement where, for example, if(option_A=radiobutton_B, 10, 0), only if(option_A=0, 10, 0).

After that, we need to display the answers on a page, and were thinking that we could calculate the percentage for each of the 6 answers in a separate field, make them read only, and then display them on the redirect page. Is there a way to do this? Or a simpler solution?

Thanks in advance for your help.

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