-
Notifications
You must be signed in to change notification settings - Fork 29
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
New: Added correctness classes to progress bars and arialabels to drawer buttons #225
Conversation
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.
👀
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.
👀
As the completion calculation can be overridden and will change the concept of complete for the plp status e.g. for assessment pass requirements etc.
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.
👍
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.
This works as expected thanks. I just have a couple of queries...
- Should
.is-partially-correct
class be included for consistency with Tutor classes. - Should the
aria-label
include correctness labels too?
I notice that we don't have an aria label for partly correct. Do we need to add one? It would make sense to me. course.jsonhttps://github.com/adaptlearning/adapt_framework/blob/917b16180a57a8ed3c492c99da4531910fb62660/src/course/en/course.json#L46-L47 buttonsView.js |
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.
Works as expected thanks 👍
Agreed. Issue raised adaptlearning/adapt_framework#3565 |
I haven't included the arialabels for the plp drawer items yet. I'll wait for the issue mentioned to be resolved. |
PR ready for review adaptlearning/adapt_framework#3570 |
This has the aria labels in it now, and support for |
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.
This works as expected thanks 👍
🎉 This PR is included in version 7.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
fixes #224
Fix