Scenario 1

The Comments From LMS data model element is made up of three (sub)elements:

  • Comment
  • Location
  • Timestamp

Assume that the Sharable Content Object (SCO) needs to access the data associated with the Comments From LMS. Complete the dot-notation for each of the (sub)elements of the Comments From LMS data model element:

var comment = GetValue ( "cmi.comments_from_lms.0." );
var location = GetValue ( "cmi.comments_from_lms.0." );
var timestamp = GetValue ( "cmi.comments_from_lms.0." );

Click after you complete this exercise.