I've added some changes to the scorm report, the modified files are attached.
The modifications includes :
Complete recoding of the report.php based on mod/quiz/report/overview/report.php, this enable the following features :
- group select box
- sortable table
- collapsable table
- download in Excel, ODS and text format
- report preferences : number of elements per page, show scorm details or not, show all students, only attempted or not attempted results
- tabs navigation to switch between the sco info page and report page. In the scorm/view.php i get rid of the top link "show xxx users"
Two new files :
- tabs.php for the tabs
- reportsettings_form.php for the preference form (based on
MDL-18836)
Solution for this MDL-21421 and an improvement of MDL-16184 :
The problem is in scorm_get_sco_runtime (locallib.php), because it takes all scoes track ordered by timemodified, and then select the scoes track again but ordered by scoid to take the first one (which is not necessarily the first accessed).
For me, the changes i've made give more relevant results (the first access is really the first access and the last really the last).
By using x.start.time, the previous patch takes in facts the last opening of the first sco and not really the first access.
Sorry but my patch also includes this one : MDL-18835, because it's not included in Moodle 1.9.7
And sorry for my bad english,
- caused a regression
-
MDL-28282 Regression: groups/grouping support in SCORM 2.0 not working
- Closed
- will help resolve
-
MDL-19051 SCORM reports and groupings
- Closed
-
MDL-17213 Export all SCORM data to a CSV or XLS file
- Closed
-
MDL-20163 Moodle Time/Duration. Start and End time of Resources.
- Closed
-
MDL-20164 Moodle database tables...reports
- Closed
-
MDL-15852 improve reporting for multiple attempts
- Closed
-
MDL-18836 SCORM detailed report
- Closed