Hi @ivorysoluciones
I hope you are doing good today.
It will be not possible with the Quiz module, but you can use the Form module, and based on conditional logic and Calculation you can show different HTML fields which will show different Personality descriptions:
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#html-field
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#calculations-field
https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#forminator-fields -> Conditional Logic section.
Example:
1. you create multiple radiobuttons (the label will be your question and values will be YES and NO + in Calculations tab of that radiobutton you set up YES as 1 and NO as 0)
2. you create Calculations field and in Calculations tab of that field you set up {radio-1}+{radio-2}+{radio-3}+ etc
depend on how many questions you have (radiobuttons)
3. you create 3 HTML fields and each of those will have its own Personality descriptions
4. Later on, in the Visibility tab of each HTML field you set up this:
HTML 1
– SHOW/ALL
– ADD RULE
– Field -> Calculations
– Condition (required) -> Is Less -> 5
HTML 2
– SHOW/ANY
– ADD RULE
– Field -> Calculations
– Condition (required) -> Is -> 5
– ADD RULE
– Field -> Calculations
– Condition (required) -> Is -> 10
– ADD RULE
– Field -> Calculations
– Condition (required) -> Is less -> 10
– ADD RULE
– Field -> Calculations
– Condition (required) -> Is great-> 5
HTML 3
– SHOW/ALL
– ADD RULE
– Field -> Calculations
– Condition (required) -> Is great-> 10
Kind Regards,
Kris