The "SCORM Set Completed" feature can be used either with the "Action" element or by triggering the elements with the onStart, onEnd, onClick and onComplete properties.
However, when any of the "SCORM Set Success" or "SCORM Set Failed" features are used alone, the system also transmits the "SCORM Set Completed" information to the LMS. Because completing a video successfully or unsuccessfully means that the video is complete regardless of the outcome.
Let's take a look at using "SCORM Set Completed" with examples. For example;
Assume that viewers who have reached the 20th second of our video will have completed the video. As in the attached image, I add my "Action" tool to the 20th second of my layer.
1- I selected “SCORM Set Completed” feature
Now that the viewer has reached the 20th second of the video, the LMS will send the information that the viewer has completed the video.
Let's see how we can transmit the video viewing completed information to LMS when a button is clicked with the "SCORM Set Completed" feature. For this example, we will use the "onClick" feature in the elements.
Note: “SCORM Set Completed” can also be used with onStart, onEnd and onComplete features.
1- I add a button to my screen. Let it be called "End of video".
2- Then I click on my button and select the action "SCORM Set Completed" to the onClick property.
Now the information of completing the video of someone who clicks the button will be transmitted to the LMS.