Scenario 2

A SCO consists of instructional content about chemistry lab safety and questions to check the learners' understanding of the content. Under a normal mode, the SCO is built to present all of the instructional content and assessment questions. Both the instructional content and assessment questions should be presented to the learners for completion. The SCO is also built to communicate the learners' progress to the learning management system (LMS).

Complete the code to set the SCO's mode to normal.

var mode = GetValue ( "cmi.mode" );
if ( mode == " " )
{
   // Normal mode, display content appropriately
}

Click after you complete this exercise.