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.
- SuzianaAhmedShuCommunity Member
Hi
I'm facing the same issue here. We did not have issue when using Adapt authoring tool. I fought hard to get Rise 360 but having to reset learners' data is really unacceptable for any authoring tools.
Is there any workaround or solution yet?
Thanks
- PajoPatakPartner
Articulate, any news about this? We still have the same problem in Rise.
- BoKristianOlsenCommunity Member
Hi, We've earlier had this issue when doing minor changes on a course, but I've recently tried changing and re-exporting the scorm package on several occasions now and the problem does not seem to happen , for whatever reason.
Before I can recommend our users to start using Rise again, I'd like to know if this is just some random occurence, or if there's been an actual fix for it.
From what I can see the lesson_location provided from Rise seem to be consistent, whereas earlier it changed, which made the error (blank loading screen) as the LMS was trying to retrieve a location that no longer existed in the SCORM package.Has there been an update that I'm unaware of that's adressed this issue? Given the earlier answers in this thread I'd guess not, but I thought I'd ask anyway. For refrence we're using Moodle 3.5.9 (soon to be Moodle 3.9)
Thanks
Hello, Bo! The only update we made was about a year ago when we added the option to reset learner progress when they learners re-launch a course. I'm happy to hear you've seen an improvement recently! Would you mind sharing a screenshot of where the lesson_location appears consistent now? I'd like to take a closer look to see if I can track down some more details for you!
- 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.
- BoKristianOlsenCommunity Member
Indeed. Seems a bit weird how it's seemingly neglected. Our solution has been to
a.) not use Rise, and instead use storyline
b.) In the case someone has to use Rise they break it into smaller courses
c.) Where there has to be re-made, transfer / make the course in storyline and swap it.Neither of these alternatives are good alternatives. So of course it would be way better if there was a fix so Rise could be used without having to reset learner-progress.