-
Notifications
You must be signed in to change notification settings - Fork 249
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
improve display of correctness in all question components #3597
Labels
Comments
This was referenced Sep 10, 2024
This was referenced Sep 12, 2024
|
Hey @oliverfoster, are you happy to close this now all core plugins have been addressed and merged? |
github-project-automation
bot
moved this from Needs Reviewing
to Recently Released
in adapt_framework: The TODO Board
Nov 14, 2024
Thanks for pushing that through. @kirsty-hames |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Glossary
Widget – The widget is the component section between the instruction text and the question submit buttons. It holds the question items selection user interface.
Introduction
We have been discussing how to display correctness for core question component widgets. The widget correctness is distinct from the overall question correctness indicator and label that are located between the submit and feedback buttons.
Research summary
Styles
There are two distinct proposed styles for widget marking and correctness display.
Distinct styles:
With a pure marking style, only the user’s selections are explicitly indicated to be correct or incorrect.
With a pure correctness style, item correct and incorrect indicators are shown next to each visible item, alongside a user selection indicator. The user must infer what they did wrong, their item selections are not directly marked for correctness.
Our current MCQ user interface initially shows only the user’s selections, occluded by a correctness indicator.
For each question there is currently a toggle button switching the ticks and crosses between showing only the correctness of the user’s selections and between showing only the correctness of the correct items. It is agreed that there is a lot of cognitive effort required to understand the function of the toggle button.
Consensus
With the MCQ, there is consensus on:
Discussed issues
There were two subject important issues, specifically with multi-select MCQs, when:
Work to do
Mock-up pure correctness style for each core question component, where the toggle button is removed:
The text was updated successfully, but these errors were encountered: