Scenario 2

In this scenario, based on project requirements, the Instructional Designer has determined that the learner should be able to re-enter the SCO from a previous session with data retained. To enable this, what coding must be used to allow the learner this ablility?

Using the Location Data Model Element, make it possible for the learner to re-enter the SCO by retrieving the location so that the learner re-enters at the last exit point.

function returnToExitPoint()
{
     var exitPoint = GetValue( "" );

     // Jump to exit point in content
}

Click after you complete this exercise.