VBTrain.Net Documentation

LmsApi2.ScormVersion Property

Specifies whether to use SCORM version 1.2 or 1.3 (also known as version 2004).

Public Property ScormVersion() As ScormVersionEnum

Description

Use the ScormVersion property to specify whether to use SCORM Version 1.2 or 1.3 (also known as SCORM 2004). The default is Version_13 (2004). The javascript returned from various LmsApi methods may vary depending on this property.

Example

The following example assumes the VBTrain.WebTracking namespace has been imported.

[Visual Basic] 
Dim apiObject As New LmsApi2()
			
apiObject.ScormVersion = ScormVersionEnum.Version_12

See Also

LmsApi2 Class | LmsApi Members | ScormVersionEnum