MDL-14223 "Add a column for the user's idnumber, controllable by a site-wide setting" adding idnumber to the list of columns that is 'suppressed' ie that is only printed once when the same data is repeated in consecutive rows.
This commit is contained in:
@@ -192,6 +192,7 @@ class quiz_report extends quiz_default_report {
|
||||
|
||||
$table->column_suppress('picture');
|
||||
$table->column_suppress('fullname');
|
||||
$table->column_suppress('idnumber');
|
||||
|
||||
$table->no_sorting('feedbacktext');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user