Scenario 2
function onSubmit ()
{
var time = calculateTime();
SetValue
( "cmi..0.
comment", "Learner’s comment" );
SetValue( "cmi.comments_from_learner.0.
.location", "SCO1:SCENARIO_2" );
SetValue( "cmi.comments_from_learner.0.
", time );
}
function onSubmit ()
{
var time = calculateTime();
SetValue( "cmi.comments_from_learner.0.
comment", "Learner's comment" );
SetValue( "cmi.comments_from_learner.0.
location", "SCO1:SCENARIO_2" );
SetValue( "cmi.comments_from_learner.0.
timestamp", time );
}