Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SCHEMA

Name

Description

_id

The id of the activity.

organisation

The id of the organisation that this activity belongs to.

name

The display name of this activity.

definition

An object holding details of the activity. See definition.

DEFINITION

Name

Description

type

The type of the activity.

interactionType

Possible values are: true-false, choice, fill-in, long-fill-in, matching, performance, sequencing, likert, numeric or other. See Interaction Types for full description.

EXAMPLE

Code Block
{
  "_id": "59c1219936229d4ce9634601",
  "organisation": "59c1219936229d4ce9634602",
  "name": "Example Activity",
  "definition": {
    "type": "http://adlnet.gov/expapi/activities/question",
    "interactionType": "choice"
  },
}

...