The summary page (summary.html)
Once the last page of the learning object has been completed, the navigation page passes the stored results to the summary page. The summary page calculates the total score, time taken to complete the session, and lesson status of the learning object. It then passes these results back to SkillPort before displaying the results to the student. This is achieved through the use of JavaScript. The purpose of the summary page includes:
- Sending the learning object results: The summary page contains tracking code that uses the JavaScript API functions to communicate with SkillPort. The score, time, and lesson status are sent back automatically from this page.
- LMSFinish: When the student exits a learning object, the LMSFinish() function call (discussed in “Ending the session” section) must be issued to indicate that the session has ended. This function call is sent automatically from the summary page.
- Displaying the student progress results: As the remainder of the page is loaded, a call is made to several JavaScript functions to produce the student progress results that are displayed on the page.
- Your object must contain the summary.html page in order to pass trackable data to the LMS.
© 2016 Skillsoft Ireland Limited