Simple Session

  1. Launched Statement
  2. Fetch URL Response
  3. LMS.LaunchData
  4. cmi5LearnerPreferences
  5. Initialized Statement
  6. Terminated Statement

Typical session that does not result in the awarding of credit based on the MoveOn criteria because requisite statements are not sent. Shows the minimum, common session which includes Launched Statement, Fetch URL Response, LMS.LaunchData State content, Initialized Statement, and Terminated Statement.

Launched Statement

View Raw

{
  "id": "5ed23f88-158a-459e-ac5d-5072c05f228f",
  "actor": {
    "objectType": "Agent",
    "name": "Learner's Name",
    "account": {
      "homePage": "http://example.org/",
      "name": "Learner"
    }
  },
  "verb": {
    "id": "http://adlnet.gov/expapi/verbs/launched",
    "display": {
      "en": "launched"
    }
  },
  "object": {
    "objectType": "Activity",
    "id": "http://example.org/cmi5/lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5/81d641b3-a558-4498-b98a-d33e817179ae",
    "definition": {
      "name": {
        "en-US": "Introduction to Geology"
      },
      "description": {
        "en-US": "This course will introduce you into the basics of geology. This includes subjects such as\n        plate tectonics, geological materials and the history of the Earth."
      }
    }
  },
  "context": {
    "registration": "8c59cfbb-223b-4c60-b27c-6b04540d9740",
    "contextActivities": {
      "grouping": [
        {
          "objectType": "Activity",
          "id": "http://course-repository.example.edu/identifiers/courses/02baafcf/aus/4c07",
          "definition": {
            "name": {
              "en-US": "Introduction to Geology"
            },
            "description": {
              "en-US": "This course will introduce you into the basics of geology. This includes subjects such as\n        plate tectonics, geological materials and the history of the Earth."
            }
          }
        }
      ],
      "category": [
        {
          "objectType": "Activity",
          "id": "https://w3id.org/xapi/cmi5/context/categories/cmi5"
        }
      ]
    },
    "extensions": {
      "https://w3id.org/xapi/cmi5/context/extensions/sessionid": "32e96d95-8e9c-4162-b3ac-66df22d171c5",
      "https://w3id.org/xapi/cmi5/context/extensions/launchurl": "http://localhost/cmi5-au-simulator/index.html?origUrl=index.html",
      "https://w3id.org/xapi/cmi5/context/extensions/launchmode": "Normal",
      "https://w3id.org/xapi/cmi5/context/extensions/moveon": "Completed"
    }
  },
  "timestamp": "2016-08-19T12:21:42.380Z"
}

Fetch URL Response

View Raw

{
  "auth-token": "OjJmMGMxYjZhLTlhYWEtNGUwYy1iNGIxLTQ3YTNkZmFlYzdmZg=="
}

LMS.LaunchData

View Raw

{
  "contextTemplate": {
    "contextActivities": {
      "grouping": [
        {
          "objectType": "Activity",
          "id": "http://course-repository.example.edu/identifiers/courses/02baafcf/aus/4c07",
          "definition": {
            "name": {
              "en-US": "Introduction to Geology"
            },
            "description": {
              "en-US": "This course will introduce you into the basics of geology. This includes subjects such as\n        plate tectonics, geological materials and the history of the Earth."
            }
          }
        }
      ]
    },
    "extensions": {
      "https://w3id.org/xapi/cmi5/context/extensions/sessionid": "32e96d95-8e9c-4162-b3ac-66df22d171c5"
    }
  },
  "launchMode": "Normal",
  "returnURL": "http://10.211.55.3/ScormEngineInterface/defaultui/cmi5-deliver.aspx?configuration=&registration=ApiRegistrationId%7css1!InstanceId%7c0&lh=13",
  "moveOn": "Completed"
}

cmi5LearnerPreferences

View Raw

{
  "languagePreference": "en-US",
  "audioPreference": "on"
}

Initialized Statement

View Raw

{
  "id": "c7430ec9-d7de-4158-a433-a26492c9aedf",
  "actor": {
    "objectType": "Agent",
    "name": "Learner's Name",
    "account": {
      "homePage": "http://example.org/",
      "name": "Learner"
    }
  },
  "verb": {
    "id": "http://adlnet.gov/expapi/verbs/initialized",
    "display": {
      "en": "initialized"
    }
  },
  "object": {
    "objectType": "Activity",
    "id": "http://example.org/cmi5/lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5/81d641b3-a558-4498-b98a-d33e817179ae",
    "definition": {
      "name": {
        "en-US": "Introduction to Geology"
      },
      "description": {
        "en-US": "This course will introduce you into the basics of geology. This includes subjects such as\n        plate tectonics, geological materials and the history of the Earth."
      }
    }
  },
  "context": {
    "registration": "8c59cfbb-223b-4c60-b27c-6b04540d9740",
    "contextActivities": {
      "grouping": [
        {
          "objectType": "Activity",
          "id": "http://course-repository.example.edu/identifiers/courses/02baafcf/aus/4c07",
          "definition": {
            "name": {
              "en-US": "Introduction to Geology"
            },
            "description": {
              "en-US": "This course will introduce you into the basics of geology. This includes subjects such as\n        plate tectonics, geological materials and the history of the Earth."
            }
          }
        }
      ],
      "category": [
        {
          "objectType": "Activity",
          "id": "https://w3id.org/xapi/cmi5/context/categories/cmi5"
        }
      ]
    },
    "extensions": {
      "https://w3id.org/xapi/cmi5/context/extensions/sessionid": "32e96d95-8e9c-4162-b3ac-66df22d171c5"
    }
  },
  "timestamp": "2016-08-19T12:21:46.812Z"
}

Terminated Statement

View Raw

{
  "id": "8d006b3f-ae37-437c-af44-3963359e244f",
  "actor": {
    "objectType": "Agent",
    "name": "Learner's Name",
    "account": {
      "homePage": "http://example.org/",
      "name": "Learner"
    }
  },
  "verb": {
    "id": "http://adlnet.gov/expapi/verbs/terminated",
    "display": {
      "en": "terminated"
    }
  },
  "object": {
    "objectType": "Activity",
    "id": "http://example.org/cmi5/lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5/81d641b3-a558-4498-b98a-d33e817179ae",
    "definition": {
      "name": {
        "en-US": "Introduction to Geology"
      },
      "description": {
        "en-US": "This course will introduce you into the basics of geology. This includes subjects such as\n        plate tectonics, geological materials and the history of the Earth."
      }
    }
  },
  "result": {
    "duration": "PT14.93S"
  },
  "context": {
    "registration": "8c59cfbb-223b-4c60-b27c-6b04540d9740",
    "contextActivities": {
      "grouping": [
        {
          "objectType": "Activity",
          "id": "http://course-repository.example.edu/identifiers/courses/02baafcf/aus/4c07",
          "definition": {
            "name": {
              "en-US": "Introduction to Geology"
            },
            "description": {
              "en-US": "This course will introduce you into the basics of geology. This includes subjects such as\n        plate tectonics, geological materials and the history of the Earth."
            }
          }
        }
      ],
      "category": [
        {
          "objectType": "Activity",
          "id": "https://w3id.org/xapi/cmi5/context/categories/cmi5"
        }
      ]
    },
    "extensions": {
      "https://w3id.org/xapi/cmi5/context/extensions/sessionid": "32e96d95-8e9c-4162-b3ac-66df22d171c5"
    }
  },
  "timestamp": "2016-08-19T12:22:02.071Z"
}