Activities
It is accessible through the following HTTP interfaces:
Connection HTTP Interface via http://www.example.org/api/connection/activity.
REST HTTP Interface via http://www.example.org/api/v2/activity.
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"
},
}
Learning Locker and the Squirrel logo are trademark of Learning Pool 2020 | Learning Locker is licensed under GPL 3.0.