-
Bug
-
Resolution: Fixed
-
Major
-
3.11.7, 4.0.1, 4.0.2
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-74808-master -
-
1
-
Team Omega 4.1 Sprint 0.1
When running the Nu HTML validator on the question bank page source, we get the following:
Errors
- Bad value "true" for attribute checked on element "input"
- Found in "Search options" checkboxes ("Also show questions from subcategories", "Also show old questions"
- Duplicate attribute "title"
- The error seems to point to the "Create a new question..." button with an empty title attribute.
- Element "p" not allowed as child of element "span" in this context.
- This points to the question chooser where the description for the question type plugin is being enclosed in <p> tags when the container of the question type description in the template is in a <span> tag.
- Element "div" not allowed as child of element "label" in this context.
- This is due to the question tags which are enclosed in <div> tags within the question <label> element.