You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After submitting an answer to a Multiple Choice Question, there is a circle with either a checkmark or a cross. However, this button is placed right in the middle of the "Show correct answer" and "Show feedback" buttons.
Your environment
Chrome 123.0
MacOS
Steps to reproduce
Open the "Question Components" tutorial page and scroll down to "Multiple Choice Question." Submit an answer to a question.
Expected behaviour
The checkmark/ cross button should be placed somewhere else on the page (it might not even be needed since the individual bars have their own checkmark/ cross symbol).
Actual behaviour
A checkmark/ cross button appears in the middle of two buttons: "Show correct answer" and "Show feedback."
Screenshots (if you can)
The text was updated successfully, but these errors were encountered:
This behaviour is for all questions, it comes from the core not the mcq.
The indicator icon shows the correctness of the answer for the entire question.
The ticks next to each option in the mcq show only the option correctness at either the user's answer or the correct answer.
It is possible to hide any of these icons with a small amount of CSS if you find them unsightly or not in keeping with your design.
If you'd like to redesign the core question correctness indicator icon, you will need to consider all of the question components not just the mcq and propose a redesign with a stronger argument.
Question components: mcq, gmcq, text input, slider, matching etc
Subject of the issue/enhancement/features
After submitting an answer to a Multiple Choice Question, there is a circle with either a checkmark or a cross. However, this button is placed right in the middle of the "Show correct answer" and "Show feedback" buttons.
Your environment
Steps to reproduce
Open the "Question Components" tutorial page and scroll down to "Multiple Choice Question." Submit an answer to a question.
Expected behaviour
The checkmark/ cross button should be placed somewhere else on the page (it might not even be needed since the individual bars have their own checkmark/ cross symbol).
Actual behaviour
A checkmark/ cross button appears in the middle of two buttons: "Show correct answer" and "Show feedback."
Screenshots (if you can)
The text was updated successfully, but these errors were encountered: