-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quiz creation: Show correct answers for questions #13038
Quiz creation: Show correct answers for questions #13038
Conversation
985f1ce
to
105626a
Compare
Build Artifacts
|
my inclination is yes - anywhere in coach the correct answer should be indicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @nucleogenesis - testing this out manually it doesn't seem to resolve the problem. I'm not sure if there's some underlying bug with the showCorrectAnswer
prop or with the perseus renderer, but I think this quick fix may unfortunately have been too good to be true :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @nucleogenesis - the typo fix resolved!
Summary
Puts the
showCorrectAnswers=true
prop onto the ContentRenderer in QuestiosnAccordion.I also applied it in ReplaceQuestions, although that is liable to be removed.
Also, in the QuestionListPreview it is explicitly set to
false
(which I did, but I don't recall why) - but should I also flip that one?References
Fixes #13025
Reviewer guidance
Do you see correct answers in Quiz Creation after adding questions?