Forum Discussion
Will_Findlay
5 years agoCommunity Member
Need to create a Rise Course that will not complete in LMS
I know this is a strange request, but I want to create a Rise course (SCORM) that cannot be completed in an LMS. In this particular case I want the course to stay on the user's active list of course...
Will_Findlay
5 years agoCommunity Member
So my first method (but which I think is too much work) is to add a Continue button at the end of the course (this only works if you have only have one Continue button in your course). Then add this style tag
.block-continue-btn { display: none; }
to the style section in the index.html file in the \scormcontent\ folder. This hides the Continue button so it is impossible to reach 100%.
Any way to make a course impossible to complete without having to get into the HTML?