Forum Discussion
Blank screen after update
Sure I have seen this mentioned in the forum before but I cannot locate it now (the search function is awful).
If I update my content and re-export it to SCORM, after updating the content on my LMS people who have previously launched the content (and not completed the module) are presented with a blank screen when they re-launch (the updated content). This is an issue unique to Rise courses. Please advise if this is a known / replicatable issue. And if there is something that can be done to resolve.
- MichelleKotulskCommunity Member
We also have this problem but do NOT want to reset learners progress. They start the course, walk away or close it, we want to keep the bookmarking. This has been a continual issue with RISE for years. Why is this not a higher priority to properly fix?
- DebGydeCommunity Member
I have started having this issue too. Learners that have completed the course are presented with a blank screen in Review mode in Moodle when accessing the same course after a SCORM swap. Can someone please advise the best approach for retaining a full course completion?
This is a big issue for us, as often it's a hyperlink that needs fixing in the Rise course but learners that are complete are being locked out of seeing their completed course and are forced to start a new attempt.
Hi Deb! If you delete a lesson in your course, then update the course in your LMS, some learners might see a blank page. However, it sounds like you only replaced a hyperlink and didn't delete any lessons.
Our team would love to help! Would you be able to share your original SCORM package and the updated SCORM package with our team? If that works for you, you can submit both files privately by opening a case. We'll compare the two files in our LMS testing environment and let you know what we find!
- DebGydeCommunity Member
Hi Alyssa,
thanks, I've created a support ticket, case number 03294900 and attached the two scorm files.
- BoKristianOlsenCommunity Member
Hi.
The issue doesnt seem to be what content is being changed, but the refrence points sent by the scorm-package after exporting. Which is why Im not quite figuring out why it seemingly just worked for us on a couple of courses with students having started the course / scorm, then changing part of the content and re-exporting the scorm without them getting the blank screen error when they launched the course again.If youre going to check some scorm packages from the other replies here, Id just note that scormcloud testing isnt really helpful given they automtically start a new attempt, Which bypasses the problem.
So if youre able to troubleshoot in an existing lms and maybe check the cmi values with the refrence points sent before / after changing the scorm, that might point us closer to a better understanding of whats happening ND how youll (maybe?) be able to fix it?Thanks !
- MichaelGetzCommunity Member
We're encountering this issue as well with Rise 360 courses in Moodle 3.10+. SImplly replacing the SCORM zip with a new publish - even without changing the lesson structure of the SCORM causes the learner who has already started the module to receive a blank screen. Has this been addressed? Are there any viable workarounds? We cannot reset learners' progress because we have 1000+ learners who have completed the modules.
- ZoranJancicdemoCommunity Member
For those who use Moodle LMS, the workaround is to access the database through a database client (for example mySQL Workbench if you use mySQL database) and run the following SQL command:
delete from mdl_scorm_scoes_track where scoid=XXXX and element='cmi.core.lesson_location'
Replace XXXX with scoid of the Rise content. You can find it in URL when you open the lesson even if it's stuck on the blank screen. Use this very carefully, on your own risk, because if you mess up the query, you could loose or damage some data in the database.This method should not delte the learners progress. It should delete only the location - th point where the user left the content. So it will appear as if he starts from the beggining, but the round circles indicating progress of each lessons should remained filled indicating those lessons are marked as finished.
I suggest you try this first on some sample content. It worked for me very well on several different Rise 360 courses in different Moodle versions.
- MichaelGetzCommunity Member
Thanks very much for your suggestion - we are going to look into that. Another thought we had and am going to try see if it's possible to modify the function SCORM_GetBookmark() in the scormdriver.js file (/scormdriver folder) of the Rise publish to see if we can cause Rise to always start from the opening page even if a bookmark has been set. We'll keep you posted if we find a fix.
- AlinaMolendaCommunity Member
We also have to continue living with this problem and there is no solution other than resetting the learner's progress. And not even that always works, sometimes only in combination with the user deleting the cookies & site data in the browser.
I absolutely cannot understand how this problem is simply "ignored" by Articulate when it affects so many users and companies.
- RHoisanCommunity Member
Hello Michael, thanks but for some reason, this doesn't work anymore (it used to). I think RISE made some updates and I can't find this line anymore:
"function SCORM_GetBookmark(){WriteToDebug("In SCORM_GetBookmark");SCORM_ClearErrorInfo();return SCORM_CallLMSGetValue("cmi.core.lesson_location");}"
Any ideas?
Thanks
- MichaelGetzCommunity Member
Glad you found the line in scormdriver.js, Robert.
When you made the suggested changes to it, did you find it worked for you as well? And just so others will see, what LMS are you on?
Thanks!
- RHoisanCommunity Member
Yes, it does work, Michael.
We are using Totara LMS here in the UK. Publishing RISE courses with SCORM 1.2...
Thanks,
Robert
- RHoisanCommunity Member
- MichelleKotulskCommunity Member
Yes, I know what you mean. That is an issue with Totara and replacing SCORM. I wish they would fix that issue.
- MartinDunne-949Community Member
This is still happening in 2022....