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...
DeveloperIgniti
3 months agoCommunity Member
Hi Wendy,
I have attached a demo. There are two questions.
Both are identical except the 2nd question has no response feedback.
When the submit button is clicked, one of two variables (`q1Correct` and `q2Correct`) is set on the condition that Question.Correct = True.
The 3rd page in the course displays the value of the two variables. You should observe the variable `q2Correct` remains False despite answering the question correctly.
In summary, removing the response feedback from question 2 means the logic to check Question.Correct never happens.
Hope that makes sense.
Thanks in advance.