-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
No alt-text for graphs on the Statistics page #2598
Comments
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 17, 2024
This adds alt text to the histogram images on the stats page which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 19, 2024
This adds a long-text <desc> tag the histogram images on the stats page which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 19, 2024
This adds a long-text <desc> tag the histogram images on the stats page which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string, along with wrapping the jitar status bar inside the anchor tag to the corresponding problem. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 19, 2024
This adds a long-text <desc> tag the histogram images on the stats page which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string, along with wrapping the jitar status bar inside the anchor tag to the corresponding problem. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 19, 2024
This adds a long-text <desc> tag the histogram images on the stats page which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string, along with wrapping the jitar status bar inside the anchor tag to the corresponding problem. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 19, 2024
This adds a long-text `<desc>` tag the histogram images on the stats page and adds `tabindex="0"` to the svg image, which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string, along with wrapping the jitar status bar inside the anchor tag to the corresponding problem. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 19, 2024
This adds a long-text `<desc>` tag the histogram images on the stats which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string, along with wrapping the jitar status bar inside the anchor tag to the corresponding problem. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Nov 23, 2024
This adds a long-text `<desc>` tag the histogram images on the stats which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string, along with wrapping the jitar status bar inside the anchor tag to the corresponding problem. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
somiaj
added a commit
to somiaj/webwork2
that referenced
this issue
Dec 10, 2024
This adds a long-text `<desc>` tag the histogram images on the stats which fixes the issue mentioned in openwebwork#2598. In addition this fixes some issues I found with the stats page. * Links on the problem bars weren't working so forced them to be a string, along with wrapping the jitar status bar inside the anchor tag to the corresponding problem. * JitarSets - The adjusted status bars were reversed and didn't need to be and the adjusted scores were multiplet by 100 and didn't need to be.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This came up from the accessibility review obtained from @glarose.
There is no alt-text for the graph images that are dynamically generated on the Statistics page.
Possible remedies:
Not sure how pressing this is since this is an instructor-only page and is not required for any core functionality.
The text was updated successfully, but these errors were encountered: