Conditional Point-Based Logic using PHP in Results Page?
-
Hello there,
I am writing to see if there is any way to add a conditional logic feature that would display different html content (added by the user) based on the total points scored. Ideally the point range would be determined by the user, as well as the number of {if:else} logic options. For example:
0-7 points —> <display html content>
8-14 points —> <display different html content>
15-37 points —> <display completely different html content>
etc…One way to accomplish this would be to create a new template variable (such as %POINT_LOGIC%) that would call the Conditional Logic options specified by the user on some other part of the page. Of course, there may be better ways to do this, but if this feature is somehow possible I would love to make use of it.
Thanks for considering this request!
P.S. The quiz I’m working on is here: https://kathleennaltyconsulting.com/organizational-diversity-inclusion-assessment/. As you can see, the current Results page simply reports the user’s score and then gives them a paragraph-based answer key that they must use to interpret their score. A conditional logic option would allow us to display only relevant page content, which would be a great improvement!
- The topic ‘Conditional Point-Based Logic using PHP in Results Page?’ is closed to new replies.