xapiContext

Additional circumstances or environment of the activity.

registration

  • Flow resource path: statementData > xapiContext > registration

  • Parameter type: String text

  • Description: Unique identifier for the registration instance of the learner in the course or activity.

Example

"context": {
  "registration": "ec531277-b57b-4c15-8d91-d292c5b2b8f7",
  "contextActivities": {},
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

platform

  • Flow resource path: statementData > xapiContext > platform

  • Parameter type: String text

  • Description: The platform or system where the learning activity took place.

Example

"context": {
  "registration": "",
  "contextActivities": {},
  "instructor": {},
  "team": {},
  "platform": "Example virtual meeting software",
  "language": "",
  "statement": {}
}

language

  • Flow resource path: statementData > xapiContext > language

  • Parameter type: String text

  • Description: The language in which the learning content or interaction was presented.

Example

"context": {
  "registration": "",
  "contextActivities": {},
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "tlh",
  "statement": {}
}

instructor.name

  • Flow resource path: statementData > xapiContext > instructor > name

  • Parameter type: String name

  • Description: The name of the instructor or educator involved in the learning experience.

Example

"context": {
  "registration": "",
  "contextActivities": {},
  "instructor": {
    "name": "John Doe",
    "account": {},
    "objectType": ""
  },
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

instructor.objectType

  • Flow resource path: statementData > xapiContext > instructor > objectType

  • Parameter type: String text

  • Description: Type of the instructor object, often indicating if it's a person, system, or another entity.

Example

"context": {
  "registration": "",
  "contextActivities": {},
  "instructor": {
    "name": "",
    "account": {},
    "objectType": "Agent"
  },
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

instructor.account.homePage

  • Flow resource path: statementData > xapiContext > instructor > account > homePage

  • Parameter type: String URL

  • Description: The URL of the instructor's homepage or profile.

Example

"context": {
  "registration": "",
  "contextActivities": {},
  "instructor": {
    "name": "",
    "account": {
      "homePage": "http://www.example.com",
      "name": ""
    },
    "objectType": ""
  },
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

instructor.account.name

  • Flow resource path: statementData > xapiContext > instructor > account > name

  • Parameter type: String name

  • Description: The account name or identifier for the instructor on the platform.

Example

"context": {
  "registration": "",
  "contextActivities": {},
  "instructor": {
    "name": "",
    "account": {
      "homePage": "",
      "name": "13936749"
    },
    "objectType": ""
  },
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.id

  • Flow resource path: statementData > xapiContext > contextActivities > parent > id

  • Parameter type: String URI

  • Description: Unique identifier for the parent activity in the context hierarchy.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "http://www.example.com/meetings/series/267",
        "objectType": "",
        "definition": {}
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.objectType

  • Flow resource path: statementData > xapiContext > contextActivities > parent > objectType

  • Parameter type: String text

  • Description: The type of the parent activity in the activity hierarchy.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "Activity",
        "definition": {}
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.type

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > type

  • Parameter type: String URI

  • Description: Type of the parent activity, often a URI indicating its category or nature.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {},
          "description": {},
          "type": "http://example.com/expapi/activities/meetingcategory",
          "moreInfo": ""
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.moreInfo

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > moreInfo

  • Parameter type: String URL

  • Description: URL providing additional information about the parent activity.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {},
          "description": {},
          "type": "",
          "moreInfo": "https://example.com/teammeeting/info"
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.name.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > name > langString1

  • Parameter type: String text

  • Description: Name of the parent activity in the first language. langString1 will match the first key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {
            "en-GB": "Team meeting",
            "en-US": "Team meeting",
            "fr-FR": "Réunion d'équipe"
          },
          "description": {},
          "type": "",
          "moreInfo": ""
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.name.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > name > langString2

  • Parameter type: String text

  • Description: Name of the parent activity in the second language. langString2 will match the second key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {
            "en-GB": "Team meeting",
            "en-US": "Team meeting",
            "fr-FR": "Réunion d'équipe"
          },
          "description": {},
          "type": "",
          "moreInfo": ""
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.name.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > name > langString3

  • Parameter type: String text

  • Description: Name of the parent activity in the third language. langString3 will match the third key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {
            "en-GB": "Team meeting",
            "en-US": "Team meeting",
            "fr-FR": "Réunion d'équipe"
          },
          "description": {},
          "type": "",
          "moreInfo": ""
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.description.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > description > langString1

  • Parameter type: String text

  • Description: Description of the parent activity in the first language. langString1 will match the first key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {},
          "description": {
            "en-GB": "A category of meeting used for regular team meetings.",
            "en-US": "A category of meeting used for regular team meetings.",
            "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
          },
          "type": "",
          "moreInfo": ""
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.description.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > description > langString2

  • Parameter type: String text

  • Description: Description of the parent activity in the second language. langString2 will match the second key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {},
          "description": {
            "en-GB": "A category of meeting used for regular team meetings.",
            "en-US": "A category of meeting used for regular team meetings.",
            "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
          },
          "type": "",
          "moreInfo": ""
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.parent.definition.description.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > parent > definition > description > langString3

  • Parameter type: String text

  • Description: Description of the parent activity in the third language. langString3 will match the third key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [
      {
        "id": "",
        "objectType": "",
        "definition": {
          "name": {},
          "description": {
            "en-GB": "A category of meeting used for regular team meetings.",
            "en-US": "A category of meeting used for regular team meetings.",
            "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
          },
          "type": "",
          "moreInfo": ""
        }
      }
    ],
    "category": [],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.objectType

  • Flow resource path: statementData > xapiContext > contextActivities > category > objectType

  • Parameter type: String text

  • Description: Type of category under which the activity falls, like a learning module or topic.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "Activity",
      "definition": {}
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.id

  • Flow resource path: statementData > xapiContext > contextActivities > category > id

  • Parameter type: String URI

  • Description: Unique identifier for the category of the learning activity.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "http://www.example.com/meetings/categories/teammeeting",
      "objectType": "",
      "definition": {}
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.type

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > type

  • Parameter type: String URI

  • Description: Type of the category activity, often a URI indicating its category or nature.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {},
        "type": "http://example.com/expapi/activities/meetingcategory",
        "moreInfo": ""
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.moreInfo

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > moreInfo

  • Parameter type: String URL

  • Description: URL providing additional information about the category activity.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {},
        "type": "",
        "moreInfo": "https://www.example.com/meeting/info"
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.name.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > name > langString1

  • Parameter type: String text

  • Description: The name of the category in the primary language used in the activity context. langString1 will match the first key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.name.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > name > langString2

  • Parameter type: String text

  • Description: Name of the category activity in the second language. langString2 will match the second key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.name.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > name > langString3

  • Parameter type: String text

  • Description: Name of the category activity in the third language. langString3 will match the third key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.description.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > description > langString1

  • Parameter type: String text

  • Description: Description of the category activity in the first language. langString1 will match the first key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.description.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > description > langString2

  • Parameter type: String text

  • Description: Description of the category activity in the second language. langString2 will match the second key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.category.definition.description.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > category > definition > description > langString3

  • Parameter type: String text

  • Description: Description of the category activity in the third language. langString3 will match the third key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }],
    "grouping": [],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.objectType

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > objectType

  • Parameter type: String text

  • Description: Type of the grouping activity object.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "Activity",
      "definition": {}
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.id

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > id

  • Parameter type: String URI

  • Description: Unique identifier for the grouping activity.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "http://www.example.com/meetings/grouping/teammeeting"",
      "objectType": "",
      "definition": {}
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.type

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > type

  • Parameter type: String URI

  • Description: Type of the grouping activity, often a URI indicating its category or nature.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {},
        "type": "http://example.com/expapi/activities/meetingcategory",
        "moreInfo": ""
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.moreInfo

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > moreInfo

  • Parameter type: String URL

  • Description: URL providing additional information about the grouping activity.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {},
        "type": "",
        "moreInfo": "https://www.example.com/grouping/meeting"
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.name.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > name > langString1

  • Parameter type: String text

  • Description: Name of the grouping activity in the first language. langString1 will match the first key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.name.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > name > langString2

  • Parameter type: String text

  • Description: Name of the grouping activity in the second language. langString2 will match the second key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.name.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > name > langString3

  • Parameter type: String text

  • Description: Name of the grouping activity in the third language. langString3 will match the third key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.description.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > description > langString1

  • Parameter type: String text

  • Description: Description of the grouping activity in the first language. langString1 will match the first key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.description.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > description > langString2

  • Parameter type: String text

  • Description: Description of the grouping activity in the second language. langString2 will match the second key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.grouping.definition.description.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > grouping > definition > description > langString3

  • Parameter type: String text

  • Description: Description of the grouping activity in the third language. langString3 will match the third key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }],
    "other": []
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.objectType

  • Flow resource path: statementData > xapiContext > contextActivities > other > objectType

  • Parameter type: String text

  • Description: Type of the other activity object.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "Activity",
      "definition": {}
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.id

  • Flow resource path: statementData > xapiContext > contextActivities > other > id

  • Parameter type: String URI

  • Description: Unique identifier for the other activity.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "http://www.example.com/meetings/occurances/34257",
      "objectType": "",
      "definition": {}
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.type

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > type

  • Parameter type: String URI

  • Description: Type of the other activity, often a URI indicating its category or nature.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {},
        "type": "http://example.com/expapi/activities/meetingcategory",
        "moreInfo": ""
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.moreInfo

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > moreInfo

  • Parameter type: String URL

  • Description: URL providing additional information about the other activity.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {},
        "type": "",
        "moreInfo": "https://www.example.com/other/meeting"
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.name.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > name > langString1

  • Parameter type: String text

  • Description: Name of the other activity in the first language. langString1 will match the first key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.name.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > name > langString2

  • Parameter type: String text

  • Description: Name of the other activity in the second language. langString2 will match the second key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.name.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > name > langString3

  • Parameter type: String text

  • Description: Name of the other activity in the third language. langString3 will match the second key/value under definition.name.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {
          "en-GB": "Team meeting",
          "en-US": "Team meeting",
          "fr-FR": "Réunion d'équipe"
        },
        "description": {},
        "type": "",
        "moreInfo": ""
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.description.langString1

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > description > langString1

  • Parameter type: String text

  • Description: Description of the other activity in the first language. langString1 will match the first key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.description.langString2

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > description > langString2

  • Parameter type: String text

  • Description: Description of the other activity in the second language. langString2 will match the second key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

contextActivities.other.definition.description.langString3

  • Flow resource path: statementData > xapiContext > contextActivities > other > definition > description > langString3

  • Parameter type: String text

  • Description: Description of the other activity in the third language. langString3 will match the third key/value under definition.description.

Example

"context": {
  "registration": "",
  "contextActivities": {
    "parent": [],
    "category": [],
    "grouping": [],
    "other": [{
      "id": "",
      "objectType": "",
      "definition": {
        "name": {},
        "description": {
          "en-GB": "A category of meeting used for regular team meetings.",
          "en-US": "A category of meeting used for regular team meetings.",
          "fr-FR": "Une catégorie de réunion utilisée pour les réunions d'équipe régulières."
        },
        "type": "",
        "moreInfo": ""
      }
    }]
  },
  "instructor": {},
  "team": {},
  "platform": "",
  "language": "",
  "statement": {}
}

Last updated