Display a title if the calculation field is more or less than a certain value

Hi, I would like to conditionally show headings if the form calculation field is of a certain value, eg:

If the calculation field is 0 - 5, I would like to show the heading ‘This is a low score, try again.’

If the calculation field is 6 - 10, I would like to show the heading ‘Not bad, you are getting there.’

If the calculation field is 11 - 15 I would like to show the heading ‘Great job, you scored well!’

How can I do this?

I have figured out that this is done by using the Conditional Wrapper element.

1 Like