Scenario 3
function onLogout()
{
// exit the application but keep the state
of the learner activity
SetValue( "cmi.exit","
" );
// terminate the activity session
Terminate( "" );
}
function onLogout()
{
// exit the application but keept he state
of the learner activity
SetValue( "cmi.exit","logout"
);
// terminate the activity session
Terminate( "" );
}