Globebyte Documentation
  • AI Agents for Learning
  • Assess for Learning
    • Creating the Assess Connected App
    • Setting up Assess for Learning
    • Viewing Assessments
    • Assessment Outcomes & Validation
    • Marking
    • Best Practices
  • Tutor for Learning
    • Setting up Tutor
    • Agent Actions
      • Tutor_Mark
      • Tutor_Task
      • Tutor_Criterion
      • Tutor_SenseMaking
      • Tutor_Instruction
    • Topics
      • Tutor_Assessment
      • Tutor_Knowledge
  • Data for Learning
  • Actions for Learning
    • Creating the xAPI Actions Connected App
    • Setting up xAPI Actions
    • Creating your first xAPI Action Flow
    • xAPI Statement Data explorer
      • Metadata
      • xapiActor
      • xapiVerb
        • Verb reference
      • xapiObject
      • authority
      • xapiResult
      • xapiContext
    • Filtering xAPI Statements
    • Viewing xAPI Statements
    • Viewing xAPI Usage
    • Setting a default statement language
    • Error messages and troubleshooting
  • Experience for Learning
    • Setting up xAPI for Salesforce
    • Send xAPI from a Flow
    • Form Action fields
    • Send xAPI from Apex
    • xApiStatement Class reference
      • Actor
      • Verb
      • Object
      • Context
      • Result
      • Authority
      • Version
      • Send methods
    • Logging and defaults
  • Learning Journey Model
    • Introduction
    • Curriculums & Pathways
    • Courses & Modules
    • Pedagogies & Objectives
    • Rubrics & Criteria
    • Learning Resources
    • Assessments & Tasks
    • Learning Groups
    • Step-by-step working example
    • Activity Tracking (Advanced)
    • Additional Pedagogies Reference
    • Best Practices
    • Assess for Learning Integration
    • Data for Learning Integration
    • Object References
      • Learning Curriculum
      • Learning Pathway
      • Learning Course
      • Learning Module
      • Learning Pedagogy
      • Learning Objective
      • Learning Objective Assignment
      • Learning Rubric
      • Learning Rubric Criterion
      • Learning Rubric Model Solution
      • Learning Resource Type
      • Learning Resource
      • Learning Assessment
      • Learning Text Task
      • Learner Text Attempt
      • Learner Text Criterion Score
      • Learning Choice Task
      • Learner Choice Attempt
      • Learner Mark
      • Learning Group
      • Learner Group Membership
      • Learner Activity
      • Learner Activity Instance
      • Learner XAPIStatement
      • Developer Cheat Sheet: Key LDM Objects
  • Globebyte.com
Powered by GitBook
On this page
  • registration
  • platform
  • language
  • instructor.name
  • instructor.objectType
  • instructor.account.homePage
  • instructor.account.name
  • contextActivities.parent.id
  • contextActivities.parent.objectType
  • contextActivities.parent.definition.type
  • contextActivities.parent.definition.moreInfo
  • contextActivities.parent.definition.name.langString1
  • contextActivities.parent.definition.name.langString2
  • contextActivities.parent.definition.name.langString3
  • contextActivities.parent.definition.description.langString1
  • contextActivities.parent.definition.description.langString2
  • contextActivities.parent.definition.description.langString3
  • contextActivities.category.objectType
  • contextActivities.category.id
  • contextActivities.category.definition.type
  • contextActivities.category.definition.moreInfo
  • contextActivities.category.definition.name.langString1
  • contextActivities.category.definition.name.langString2
  • contextActivities.category.definition.name.langString3
  • contextActivities.category.definition.description.langString1
  • contextActivities.category.definition.description.langString2
  • contextActivities.category.definition.description.langString3
  • contextActivities.grouping.objectType
  • contextActivities.grouping.id
  • contextActivities.grouping.definition.type
  • contextActivities.grouping.definition.moreInfo
  • contextActivities.grouping.definition.name.langString1
  • contextActivities.grouping.definition.name.langString2
  • contextActivities.grouping.definition.name.langString3
  • contextActivities.grouping.definition.description.langString1
  • contextActivities.grouping.definition.description.langString2
  • contextActivities.grouping.definition.description.langString3
  • contextActivities.other.objectType
  • contextActivities.other.id
  • contextActivities.other.definition.type
  • contextActivities.other.definition.moreInfo
  • contextActivities.other.definition.name.langString1
  • contextActivities.other.definition.name.langString2
  • contextActivities.other.definition.name.langString3
  • contextActivities.other.definition.description.langString1
  • contextActivities.other.definition.description.langString2
  • contextActivities.other.definition.description.langString3
  1. Actions for Learning
  2. xAPI Statement Data explorer

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": {}
}
PreviousxapiResultNextFiltering xAPI Statements

Last updated 8 months ago