LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

Component - MCQ - Duplicate ID [RDI 2.34] #74

Closed LIT-EIA-OWNER closed 3 years ago

LIT-EIA-OWNER commented 3 years ago

Details, screenshots, coding: An element referenced by a label or ARIA attribute must have a unique id value.

LIT-EIA-OWNER commented 3 years ago

This was caused by our previous fix, it was adding the ID to all paragraphs under the class mcq-body-inner, we had not considered a situation where a question might have more than one paragraph inside.

The fix applied to #75 should now fix this issue as well, the legend wraps the entire mcq-body-inner. Jut in case I applied the fix to the old code that is now commented out, in case we ever need it.