xapiObject

Defines the thing or activity involved in the action.

objectType

  • Flow resource path: statementData > xapiObject > objectType

  • Parameter type: String text

  • Description: Specifies the type of object in the xAPI statement, such as "Activity," "Agent," or "Group," defining the role the object plays in the interaction.

Example

"object": {
  "id": "",
  "definition": {},
  "objectType": "Activity"
}

id

  • Flow resource path: statementData > xapiObject > id

  • Parameter type: String URI

  • Description: The unique identifier (URI) that represents the object in the xAPI statement, typically pointing to a specific resource or activity.

Example

definition.type

  • Flow resource path: statementData > xapiObject > definition > type

  • Parameter type: String URI

  • Description: The type of activity or object defined in the xAPI statement, identified by a URI that classifies the object's nature (e.g., "http://adlnet.gov/expapi/activities/course").

Example

definition.moreInfo

  • Flow resource path: statementData > xapiObject > definition > moreInfo

  • Parameter type: String URL

  • Description: A URL providing additional information about the activity or object referenced in the xAPI statement, offering further context or details.

Example

definition.name.langString1

  • Flow resource path: statementData > xapiObject > definition > name > langString1

  • Parameter type: String text

  • Description: The name of the learning object or activity in one language. langString1 will match the first key/value under definition.name.

Example

definition.name.langString2

  • Flow resource path: statementData > xapiObject > definition > name > langString2

  • Parameter type: String text

  • Description: The name of the learning object or activity in a second language. langString2 will match the second key/value under definition.name.

Example

definition.name.langString3

  • Flow resource path: statementData > xapiObject > definition > name > langString3

  • Parameter type: String text

  • Description: The name of the learning object or activity in a third language. langString3 will match the third key/value under definition.name.

Example

definition.description.langString1

  • Flow resource path: statementData > xapiObject > definition > description > langString1

  • Parameter type: String text

  • Description: A detailed description of the learning object or activity in one language. langString1 will match the first key/value under definition.description.

Example

definition.description.langString2

  • Flow resource path: statementData > xapiObject > definition > description > langString2

  • Parameter type: String text

  • Description: A detailed description of the learning object or activity in a second language. langString2 will match the second key/value under definition.description.

Example

definition.description.langString3

  • Flow resource path: statementData > xapiObject > definition > description > langString3

  • Parameter type: String text

  • Description: A detailed description of the learning object or activity in a third language. langString3 will match the third key/value under definition.description.

Example

Last updated