Scenario 4

During the design of the content, the project requirements stipulate the need to collect information on how learners have exited the SCO. Use the value of normal to collect information to be able to determine how the learner left the content.

Complete the following code.

function onCompletedExit()
{
     // exit the application normally
     SetValue( "cmi.exit","" );

     // terminate the activity session
     Terminate( "" );
}

Click after you complete this exercise.