Completed or Passed Move On - Failed But Completed

  1. Launched Statement
  2. LMS.LaunchData
  3. cmi5LearnerPreferences
  4. Initialized Statement
  5. Failed Statement
  6. Completed Statement
  7. Satisfied Statement
  8. Terminated Statement

Session from an AU that has its Move On criteria set to CompletedOrPassed that has a Failed Statement recorded followed by a Completed Statement. Note that the Satisfied Statement is issued immediately after the Completed Statement, regardless of the Failed Statement’s existence.

Launched Statement

View Raw

{
  "id": "e92c153a-2a91-494c-9862-fc8baa16d656",
  "actor": {
    "objectType": "Agent",
    "name": "Learner's Name",
    "account": {
      "homePage": "http://example.org/",
      "name": "Learner"
    }
  },
  "verb": {
    "id": "http://adlnet.gov/expapi/verbs/launched",
    "display": {
      "en-US": "launched"
    }
  },
  "object": {
    "objectType": "Activity",
    "id": "http://example.org/cmi5/au-lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5",
    "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": "b6cbbce3-516b-478d-9ff8-a62b1dfdc431",
    "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": "1dcb1ac8-8632-43fd-b81a-a66f5a72f051",
      "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": "CompletedOrPassed"
    }
  },
  "timestamp": "2016-06-09T17:13:20.337Z"
}

cmi5LearnerPreferences

View Raw

{ 
"languagePreference": "de", 
"audioPreference": "off" 
}

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": "1dcb1ac8-8632-43fd-b81a-a66f5a72f051"
    }
  },
  "launchMode": "Normal",
  "returnURL": "http://10.211.55.3/ScormEngineInterface/defaultui/cmi5-deliver.aspx?configuration=&registration=ApiRegistrationId%7css2!InstanceId%7c0",
  "launchParameters": "Start=1,QuizMode=1,FastForward=On",
  "moveOn": "CompletedOrPassed"
}

Initialized Statement

View Raw

{
  "id": "689df9c2-fb56-4f5e-bbb6-a551833a5198",
  "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/au-lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5",
    "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": "b6cbbce3-516b-478d-9ff8-a62b1dfdc431",
    "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": "1dcb1ac8-8632-43fd-b81a-a66f5a72f051"
    }
  },
  "timestamp": "2016-06-09T17:13:26.226Z"
}

Failed Statement

View Raw

{
  "id": "8613c2cf-469a-46eb-ae85-30e3ed81d2b0",
  "actor": {
    "objectType": "Agent",
    "name": "Learner's Name",
    "account": {
      "homePage": "http://example.org/",
      "name": "Learner"
    }
  },
  "verb": {
    "id": "http://adlnet.gov/expapi/verbs/failed",
    "display": {
      "und": "failed"
    }
  },
  "object": {
    "objectType": "Activity",
    "id": "http://example.org/cmi5/au-lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5",
    "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": {
    "success": false,
    "duration": "PT13.59S"
  },
  "context": {
    "registration": "b6cbbce3-516b-478d-9ff8-a62b1dfdc431",
    "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"
        },
        {
          "objectType": "Activity",
          "id": "https://w3id.org/xapi/cmi5/context/categories/moveon"
        }
      ]
    },
    "extensions": {
      "https://w3id.org/xapi/cmi5/context/extensions/sessionid": "1dcb1ac8-8632-43fd-b81a-a66f5a72f051"
    }
  },
  "timestamp": "2016-06-09T17:13:40.013Z"
}

Completed Statement

View Raw

{
  "id": "da546b4c-a1d1-4417-91e4-2d4005b2a023",
  "actor": {
    "objectType": "Agent",
    "name": "Learner's Name",
    "account": {
      "homePage": "http://example.org/",
      "name": "Learner"
    }
  },
  "verb": {
    "id": "http://adlnet.gov/expapi/verbs/completed",
    "display": {
      "und": "completed"
    }
  },
  "object": {
    "objectType": "Activity",
    "id": "http://example.org/cmi5/au-lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5",
    "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": {
    "completion": true,
    "duration": "PT19.93S"
  },
  "context": {
    "registration": "b6cbbce3-516b-478d-9ff8-a62b1dfdc431",
    "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"
        },
        {
          "objectType": "Activity",
          "id": "https://w3id.org/xapi/cmi5/context/categories/moveon"
        }
      ]
    },
    "extensions": {
      "https://w3id.org/xapi/cmi5/context/extensions/sessionid": "1dcb1ac8-8632-43fd-b81a-a66f5a72f051"
    }
  },
  "timestamp": "2016-06-09T17:13:46.345Z"
}

Satisfied Statement

View Raw

{
  "id": "5a0b5ca9-6046-4d63-8b2e-3342f4c3598b",
  "actor": {
    "objectType": "Agent",
    "name": "Learner's Name",
    "account": {
      "homePage": "http://example.org/",
      "name": "Learner"
    }
  },
  "verb": {
    "id": "https://w3id.org/xapi/adl/verbs/satisfied",
    "display": {
      "en-US": "satisfied"
    }
  },
  "object": {
    "objectType": "Activity",
    "id": "http://example.org/cmi5/lms-id/57c4917cbe43d6c230b85640e8abacdcb90e3db2/5d1be4c3-f2e6-4dbf-ad61-0c9774ffec2b",
    "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."
      },
      "type": "https://w3id.org/xapi/cmi5/activitytype/course"
    }
  },
  "context": {
    "registration": "b6cbbce3-516b-478d-9ff8-a62b1dfdc431",
    "contextActivities": {
      "grouping": [
        {
          "objectType": "Activity",
          "id": "http://course-repository.example.edu/identifiers/courses/02baafcf",
          "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."
            },
            "type": "https://w3id.org/xapi/cmi5/activitytype/course"
          }
        }
      ],
      "category": [
        {
          "objectType": "Activity",
          "id": "https://w3id.org/xapi/cmi5/context/categories/cmi5"
        }
      ]
    },
    "extensions": {
      "https://w3id.org/xapi/cmi5/context/extensions/sessionid": "1dcb1ac8-8632-43fd-b81a-a66f5a72f051"
    }
  },
  "timestamp": "2016-06-09T17:13:47.076Z"
}

Terminated Statement

View Raw

{
  "id": "b862e112-58db-48a7-bda7-684c29237103",
  "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/au-lms-id/4756b42214cb0cb4825b3c9b5c15053d6a6cf7f5",
    "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": "PT22.52S"
  },
  "context": {
    "registration": "b6cbbce3-516b-478d-9ff8-a62b1dfdc431",
    "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": "1dcb1ac8-8632-43fd-b81a-a66f5a72f051"
    }
  },
  "timestamp": "2016-06-09T17:13:48.944Z"
}