Forum Discussion
Submit Answer button not getting enabled after Retry
On the first question, you have a trigger that changes your custom Submit button to Normal with the "limit" variable = 3.
However, when the learner returns to that question to retry the assessment, the variable already equals 3. As they select items, the variable increases from 3. It can get back to 3 if they deselect an item. Otherwise, the variable keeps increasing, so it's beyond 3, and the trigger won't run.
You can fix that be resetting the variable before the user returns to the question with the Retry button.
Note: You'll also need to reset the variables that control which items show on the 2nd question. Otherwise, when the user retries the assessment, the items they choose in the previous and current attempt will be available.
I didn't see my previous answer reappear when I retried.