Details
Description
teacher would like to know what is the question under the grade
when viewing student's attempts grades in the quiz' overview tab.
so here is a tiny patch:
mod/quiz/report/overview/report.php (line ~ 540)
'reviewquestion', $grade, 450, 650, $strreviewquestion." : ".$question->name, 'none', true);
now, hovering the specific grade over the specific question in the student's attempt table
will show the underlying question's name.
Issue Links
| This issue is duplicated by: | ||||
| MDL-21062 | Results view of quiz should show the name of the question either through tooltip or heading rather than simply number. |
|
|
|
Good idea. Done.