My need is a little bit more complex that conditionnal questions…
Quiz And Survey Master extension do that, but I also need to have a result as a profile, like in your plugin.
here’s my original need :
—–
For each question of the survey, the answer corresponds to an advice.
For example :
Question 1
Answer A => advice A
Answer B => advice B
Answer C => advice C
Question 2
Answer A => advice D
Answer B => advice A + advice C (it’s a particular case)
Answer C => advice E
Answer D => advice B
There’s only one answer possible per question. (radio button)
At the end of the survey, I have to generate a report which lists the advices among the answers and classes from the most important to lowest, like that :
– advice B (6 times)
– advice A (2 times)
– advice E (1 time)
—–
Your plugin permits me to do something like that (it’s not a psychological test but I can use it for my needs)
The only problem is the conditionnal questions !
Shame for me, cause your plugin looked very good, and some add-ons permited me to add the options I needed (shortcodes in the result, pdf export…)