Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.1, 3.4.1, 3.7.1, 3.9.3, 3.10, 3.11, 4.0
Description
Relates to MDL-48261 - there are display issues with the two rubrics which display to students once their feedback is released. At this stage, the student sees the original 'Grading criteria' Rubric (top of page), and underneath that they see the same Rubric but this time including their levels achieved for each criterion (shaded bright green) along with any assessor comments for each criterion.
The problem is one of scrolling. Firstly, students are not finding whatever is in the rightmost columns, such as assessor comments for each criteria, because they fail to notice the bottom horizontal scrollbars.
On desktop / laptop view, there is plenty of space to play with - we found that for the 'Grading criteria' rubric, changing the Grade column so it was no longer 30% helped. There is no corresponding zone of the Feedback rubric though. We also set the #rubricrubric class (for the Grading criteria rubric) and the #rubricrubric0 class (for the feedback rubric) to have min-width to 100%. That got rid of the scrollbar and used the space available.
The other issue is, do we need both rubrics on that page, or can we get by with just the feedback rubric? To put it another way, since the grading criteria display in the feedback rubric, do we need to show the grading criteria as a separate rubric at the top? (I can't see a reason why we show it twice).
Many thanks.