quiz reports MDL-24603 columns in the overview report should be collapsible.
authorTim Hunt <T.J.Hunt@open.ac.uk>
Mon, 1 Nov 2010 14:36:58 +0000 (14:36 +0000)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Mon, 1 Nov 2010 14:36:58 +0000 (14:36 +0000)
mod/quiz/report/overview/report.php

index e38fbf6..f3a4064 100644 (file)
@@ -376,7 +376,7 @@ class quiz_overview_report extends quiz_default_report {
             // Set up the table
             $table->define_baseurl($reporturl->out(true, $displayoptions));
 
-            $table->collapsible(false);
+            $table->collapsible(true);
 
             $table->column_suppress('picture');
             $table->column_suppress('fullname');