Requirements
The general requirements for SCORM API methods are:
- 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"). While several examples throughout SCORM include return data with quotes (""), the quotes are not intended to be part of the characterstring returned. The quotes are simply used to delineate the value as a characterstring.