Moodle

There is no way to delete student's SCORM attempts

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.9.2
  • Fix Version/s: 1.9.4
  • Component/s: SCORM
  • Labels:
    None
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

Description

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.)

Issue Links

Activity

Hide
Tim Hunt added a comment -

As far as I can see, all the backend needs to do is

delete from mdl_scorm_scoes_track where userid = XXX;

Show
Tim Hunt added a comment - As far as I can see, all the backend needs to do is delete from mdl_scorm_scoes_track where userid = XXX;
Hide
Dan Marsden added a comment -

attaching first version of patch to allow deletion of users attempts.

Show
Dan Marsden added a comment - attaching first version of patch to allow deletion of users attempts.
Hide
Piers Harding added a comment -

Commited to 2.0, and 1.9 stable.

Cheers,
Piers.

Show
Piers Harding added a comment - Commited to 2.0, and 1.9 stable. Cheers, Piers.
Hide
Helen Foster added a comment -

Thanks Tim, Dan and Piers

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

Show
Helen Foster added a comment - Thanks Tim, Dan and Piers Documentation added: http://docs.moodle.org/en/Capabilities/mod/scorm:deleteresponses

People

Vote (1)
Watch (4)

Dates

  • Created:
    Updated:
    Resolved: