I am trying to publish a SCORM object which sends completion on viewing the final page. This object will be distributed to multiple LMS so I am assuming I should avoid using a logic trigger. The setup in the course behavior seems simple enough, but I cannot get the object to report completion to SCORM Cloud. I am clearly missing something.
What you’ve described is how I managed to get it to work. I’ve obviously misunderstood, but from the tooltips I assumed there was a simpler way to set this up (in course settings > behaviour ).
I might be wrong about this but I would have thought a logic trigger would be OK… IIRC it’s only the saving/restoring of Logic ‘variables’ that is likely to cause Evolve to exceed the ‘suspend data’ storage limit of SCORM 1.2
I’ve not actually worked much on the Logic part of the Evolve but given the nature of a trigger (an action that runs in response to an event) I can’t see there’d be any need to store anything in suspend data.
Even if there were, it’s only the one item so wouldn’t take up much space.
I’d say you should be safe to give it a go. If you try it in SCORM Cloud first it will show in the logs if the 4KB suspend data limit gets exceeded.
HI Sam,
I am working in e-learning company. We just devloped a large course for our client using evolve tool. We are facing completion issue on LMS. Could you please help me to send completion on last page (summary page). Please give me step by step actions which need to perfrom to send SCORM completion on last page.
I already set behaviour to ‘Course Completion’.
Hi @ravindra.khade - how do you want your course to complete? Via an assessment or just when users get to the end of the course? If it’s the latter probably the easiest way is EITHER to use the course attainment extension and set which components in the course you want to count towards completing the course (Extensions > Course Attainment > Behaviour) OR set up an Action Button on the Summary page of the course and an accompanying Logic Trigger set up like this and change Course Settings > Behaviour to Logic Completion:
Hi Sam,
Your solution worked for us and now completion is appearing on LMS.
You saved my team.
We have another issue — In the course there are mutliple topics. Suppose user completes few topics (refer Sceen1) and exit the course then on resuming the course the complted topics progress again reset to zero.(refer screen3)
Bookmarkins is working fine. (refer screen2).
We don’t know the reason for this issue so unable to explain this to client. The course has size around 600 MB. (having lot of videos). Please help us to fix this issue.