Moodle

enable question's name (title) in html alt tag (tooltip) when hovering specific attempt grade (quiz overview)

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.4
  • Fix Version/s: 1.9.6
  • Component/s: Quiz
  • Labels:
    None
  • Difficulty:
    Easy
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

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

Activity

Hide
Tim Hunt added a comment -

Good idea. Done.

Show
Tim Hunt added a comment - Good idea. Done.
Hide
Sam Hemelryk added a comment -

Confirmed working in 1.9 and 2 Thanks guys

Show
Sam Hemelryk added a comment - Confirmed working in 1.9 and 2 Thanks guys

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: