Scenario 3

The curriculum for a management training course involves several different instructional methods such as online learning, working one-on-one with a mentor, group activities and performance support. During the online instruction, learners are instructed to complete a group activity with the other members of their class.

The SCO could retrieve the Comments From LMS and display the information to the learner. For example:

Work with your classmates to complete the Time Management Activity on page 14 of your course guide. Assign each group member a role as designated in the guide and follow the outlined scenario. Take 20 minutes to complete this activity.

Complete the code below:

var commentFromLMS = GetValue ( ".0.comment" );
alert ( commentFromLMS );

Click after you complete this exercise.