Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

It is accessible through the following HTTP interfaces:

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

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

  • No labels