Hello:
I have a likert scale that goes from negative, neutral, and positive. Negative has a separate value of 0, neutral 3, and positive 5. I calculate and display the average using [frm-stats id=115 92=[id] type=average].
I would like the output to show the words "negative", "neutral", or "positive" based on the average, not a numerical value like 2.75.
Is there an easy way to do this?
Thanks!!
Have you tried conditionals for displaying the text values? https://formidableforms.com/knowledgebase/conditionals/
<p>Hey Victor, thanks for the suggestion as this pointed me in the right direction. Initially, I tried using [if x]Text[/if x] but it was not working as I was using frm-stats to pull the likert scale average. I tried [frm-condition source=x]text[/frm-condition] and this worked!</p><p>It is a powerful shortcode 🙂 .</p>
For future reference, here is more information: https://formidableforms.com/knowledgebase/compare-two-values-for-display/
Please login or Register to submit your answer