Multiple choice.

Which of the following is not a general requirement for Sharable Content Object Reference Model (SCORM) Application Programming Interface (API) methods:

  • All function names are case sensitive and shall be expressed exactly as documented in SCORM.
  • All function parameters or arguments are case sensitive.
  • All data passed as parameters shall be represented as a characterstring, such as GetValue("cmi.completion_status").
  • All calls must report data, such as test results or the time a learner spent in a Sharable Content Object (SCO).

Correct. All function names are case sensitive and shall be expressed exactly as documented in SCORM. All function parameters or arguments are case sensitive. All data passed as parameters shall be represented as a characterstring, such as GetValue("cmi.completion_status").

Incorrect. All function names are case sensitive and shall be expressed exactly as documented in SCORM. All function parameters or arguments are case sensitive. All data passed as parameters shall be represented as a characterstring, such as GetValue("cmi.completion_status").