Scenario 1

In the design document, the Instructional Designer has indicated that a pop-up shall be used to indicate a welcome message to the learner. This will only be used on the first visit the learner makes to the content in a learner attempt. Using Entry, when the value is ab-initio, will enable the accomplishment of this task.

Welcome to the Human Resources Training!

New Employee Orientation

Complete the following code:

var entryState = GetValue ( "cmi.entry" );

if ( entryState == "" )
{
     alert( "Welcome to the Human Resources Training
             New Employee Orientation!" );
}

Click after you complete this exercise.