Forum Discussion
DeveloperIgniti
3 months agoCommunity Member
Question.Correct always False if feedback is removed
Hi, When the user clicks submit, I want to increment a custom score variable based on the response given. I am achieving this with the `If Question.Correct = True` condition. This works fine when t...
PhilMayor
3 months agoSuper Hero
Without feedback I would presume that the submit trigger also includes a jump to next slide trigger with will prevent that trigger firing as it is after a jump trigger.
You cannot add before because you have not submitted.
I think the simple workaround is to add a feedback layer for correct and incorrect with nothing on the layer but a jump to next slide when timeline start trigger.