Urgent: Updating a Scorm Package with Certificate (Avoid Overwriting Existing Scores)

Urgent: Updating a Scorm Package with Certificate (Avoid Overwriting Existing Scores)

by John Smith -
Number of replies: 1

Hi everyone,

I was wondering whether the process of uploading an updated scorm package (i.e. online test) that has a certificate associated to it would overwrite the existing scores already in the database? I simply would like the first screen of the scorm package to display a new logo.

What is the best procedure to go about doing the above?

My Moodle version is 2.4.

I hope that this is the right forum to post this question.

Many thanks.

 

 

 

 

 

Average of ratings: -
In reply to John Smith

Re: Urgent: Updating a Scorm Package with Certificate (Avoid Overwriting Existing Scores)

by Matteo Scaramuccia -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Hi Ettore,
you need to double check that the identifier(s) of the item(s) in your imsmanifest.xml file (XPath: item@identifier) is/are equal in both the packages, the old one and the new one.

Some posts about this matter:

  1. https://moodle.org/mod/forum/discuss.php?d=228272#p991372;
  2. https://moodle.org/mod/forum/discuss.php?d=214993#p936587;
  3. https://moodle.org/mod/forum/discuss.php?d=228272#p994443. Here you can find a possible test plan to check the upgrade process in a course sandbox before applying it.

HTH,
Matteo