MDL-33971: When viewing course log entries for Quiz View Summary a number is displayed not the quiz name
This commit is contained in:
@@ -40,4 +40,5 @@ $logs = array(
|
||||
array('module'=>'quiz', 'action'=>'continue attempt', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
array('module'=>'quiz', 'action'=>'edit override', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
array('module'=>'quiz', 'action'=>'delete override', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
array('module'=>'quiz', 'action'=>'view summary', 'mtable'=>'quiz', 'field'=>'name'),
|
||||
);
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$module->version = 2012112901; // The current module version (Date: YYYYMMDDXX).
|
||||
$module->version = 2012112902; // The current module version (Date: YYYYMMDDXX).
|
||||
$module->requires = 2012112900; // Requires this Moodle version.
|
||||
$module->component = 'mod_quiz'; // Full name of the plugin (used for diagnostics).
|
||||
$module->cron = 60;
|
||||
|
||||
Reference in New Issue
Block a user