|
|
|
File Attachments:
|
1.
scorm_start_and_end_time_19.patch (6 kB)
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
MDL-16897
Complete activity user report shows incorrect first access time
|
|
|
|
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
|
MDL-8150 Moodle should support meaningful recording and review of SCORM data
|
|
|
|
|
|
|
|
The reports for SCOs display identical dates/times for First Access and Last Access when accesed from users profile activity reports regardless of data stored.
The logic for First A ccess of a sco is based on finding the earliest time of a all elemts modified, but this is not an acurrate result as each time a data is written to a field the timemodified is updated. Therefore if a Course has one SCO and only writes to the fields of total_time, score_raw, lesson_status, lesson_location, suspend_data, these fields may be updated several times while the sco is being viewed.
I recommend adding an additional field for storing the first access date.
|
|
Description
|
The reports for SCOs display identical dates/times for First Access and Last Access when accesed from users profile activity reports regardless of data stored.
The logic for First A ccess of a sco is based on finding the earliest time of a all elemts modified, but this is not an acurrate result as each time a data is written to a field the timemodified is updated. Therefore if a Course has one SCO and only writes to the fields of total_time, score_raw, lesson_status, lesson_location, suspend_data, these fields may be updated several times while the sco is being viewed.
I recommend adding an additional field for storing the first access date.
|
Show » |
committed 3 files to 'Moodle CVS' - 20/Dec/08 03:20 PM
MDL-16184 - patch to correct the calculation of first, and last access to a SCORM attempt.
|
|
|
committed 4 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 29/Jan/09 03:16 AM
MDL-16184 - patch to correct the calculation of first, and last access to a SCORM attempt. backport to 1.9. + missing php tag in debug.
|
|
|
|