Forum Discussion
Rise 360 doesn't put the mastery score in imsmanifest.xml
Here's how to manually add the required line:
- Open the "imsmanifest.xml" file with notepad, NOT wordpad and NOT Word.
- Search for a block of text that looks something like this, and manually insert the boldface line:
<organizations default="Your course title">
<organization identifier="Your_course_title_ID">
<title>PPSP Obstetric Hemorrhage</title>
<item identifier="Your_content_title_SCO" isvisible="true" identifierref="__5Vmc4DicETr_course_id_RES">
<title>Your content title</title>
<adlcp:masteryscore>80</adlcp:masteryscore>
</item> - In this example, our passing score is 80. You should put whichever number you want but it should be JUST THE NUMBER AND NOTHING MORE.
- Save the altered imsmanifest.xml file
Re-zip the files. To do this on a PC: In your file folder, select the imsmanifest.xml file and all the other files, then right-click on them and select Send to..., then Compressed (zipped) folder. WARNING: you MUST select the individual files and compress them; you must not go to the parent folder and zip the parent folder because it will cause errors on most LMSs when you upload the zip.
Good luck!
Thanks, @Nathan!
Does anyone know if this is the same code you would enter if the SCORM output was SCORM 2004 and if the line of code goes in the same location (after the title code line) or before the </item> code line? The SCORM 2004 imsmanifest file has a lot of extra lines of code between the two. Or perhaps the code is different if it's a SCORM 2004 output?