Scenario 3
var mode = GetValue ( "cmi.mode" );
if ( mode == "" )
{
// Review mode, display content appropriately
}
var mode = GetValue ( "cmi.mode" );
if ( mode == "review" )
{
// Review mode, display content appropriately
}