Scenario 1

The Learner ID can be used for simple identification purposes. When a learner is experiencing a Sharable Content Object (SCO), the SCO could display the identification pre-determined by the learning management system (LMS), recognizing that they indeed are the learner in that SCO. For example:

Event Coordination: Site Survey

A key component to a successful event is the location. Never plan an event without doing a site survey prior to booking that location. Important items to address during a site survey are:

  • Room size / Capacity
  • Restrooms
  • Coat room
  • Parking
  • Accessibility (stairs, elevators, handicap ramps)
  • Heating and Air conditioning
  • Inclement weather alternate facility (if outdoors)

014309

Complete the code below to display the Learner ID

var learnerID = GetValue ( "cmi. " );
document.writeln( learnerID );

Click after you complete this exercise.