I have an assessment with 31 MCQ questions (all yes/no single selection questions). I set `_canShowModelAnswer` to `false` for all the mcq components, but it's not working. The model answer button is active whenever you select the wrong option.
There's this alert message in chrome development console:
Assessment: Not enough unique questions to create a fresh assessment, using last selection.
When I move one of the mcq components outside this Assessment article, it works as expected, not showing the model answer.
If I move another mcq component which is correct (not showing model answer) into this assessment article, it has the same problem, the `_canShowModelAnswer` to false is not working.
It seems something is wrong with the assessment settings but I couldn't figure out what.
I'm building with the latest Framework on Mac with Chrome using rub.
Thanks for your help.