Scenario 1

In this scenario, based on project requirements, the Instructional Designer has determined that the learner should be able to exit and re-enter the SCO, with data from a previous session retained. When the learner leaves the SCO and wants to re-enter, how will the SCO determine the learner's location in the SCO when the exit occurred?

Using the Location Data Model Element, allow the learner to return to the same location within the SCO after exiting by setting the location.

function storeLocation ( locationPoint )
{
   SetValue( "cmi.", locationPoint );
}

Click after you complete this exercise.