Forum Discussion
StuartMarshall-
7 years agoCommunity Member
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 LM...
PajoPatak
5 years agoPartner
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 issue 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.