Issue Details (XML | Word | Printable)

Key: MDL-16651
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Dan Marsden
Reporter: Tim Hunt
Votes: 1
Watchers: 4
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

There is no way to delete student's SCORM attempts

Created: 24/Sep/08 04:12 PM   Updated: 22/Jan/09 01:30 AM
Return to search
Component/s: SCORM
Affects Version/s: 1.9.2
Fix Version/s: 1.9.4

File Attachments: 1. Text File scorm_delete_responses.patch (9 kB)

Issue Links:
Duplicate
 

Participants: Dan Marsden, Helen Foster, Piers Harding and Tim Hunt
Security Level: None
Resolved date: 01/Dec/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
The quiz module offers this functionality, and sometime it is necessary, for example to allow one particular student a second attempt at a scorm limited to one attempt.

In the quiz it is implemented as a column of checkboxes in the report that lists students' attempts, with a 'Delete selected attempts' button below.

(Also, it is very useful if you are trying to run the SCORM compliance test suite and something goes wrong half way through, and you need to reset and start again.)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tim Hunt added a comment - 24/Sep/08 04:50 PM
As far as I can see, all the backend needs to do is

delete from mdl_scorm_scoes_track where userid = XXX;


Dan Marsden added a comment - 28/Nov/08 12:46 PM
attaching first version of patch to allow deletion of users attempts.

Piers Harding added a comment - 30/Nov/08 02:58 AM
Commited to 2.0, and 1.9 stable.

Cheers,
Piers.


Helen Foster added a comment - 22/Jan/09 01:30 AM
Thanks Tim, Dan and Piers

Documentation added:
http://docs.moodle.org/en/Capabilities/mod/scorm:deleteresponses