wjunkin / moodle-quiz_liveviewgrid

Dynamic quiz spreadsheet
2 stars 2 forks source link

missing check for liveviewgrid:view capability #6

Closed danmarsden closed 5 years ago

danmarsden commented 5 years ago

the quiz_liveviewgrid_report::display() function should be checking liveviewgrid:view

wjunkin commented 5 years ago

Since the display function is displaying a report of the responses to the quiz, I have added the require_capability('mod/quiz:viewreports', $this->context); (line 85) to the liveview/report.php code.