| Field | Type | Required | Description | Example |
|---|---|---|---|---|
completed_at |
Date | ➖ | The date the content was completed | 2021-07-21T14:00:00.000Z |
content_external_reference |
T.nilable(::String) | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The external reference associated with this content |
SOFTWARE-ENG-LV1-TRAINING-VIDEO-1-CONTENT |
content_id |
T.nilable(::String) | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The content ID associated with this completion |
16873-ENG-VIDEO-1 |
learning_object_external_reference |
::String | ✔️ | The external reference of the learning object associated with this completion, this is the main identifier for creating completions. | learning-content-123 |
learning_object_id |
T.nilable(::String) | ➖ | The id of the learning object associated with this completion. This is not required unless specified in an integration. | e3gd34-23tr21-er234-345er56 |
passthrough |
T::Hash[Symbol, ::Object] | ➖ | Value to pass through to the provider | { "other_known_names": "John Doe" } |
result |
T.nilable(Models::Shared::LmsCreateCompletionRequestDtoResult) | ➖ | The result of the completion | |
score |
T.nilable(Models::Shared::LmsCreateCompletionRequestDtoScore) | ➖ | The score associated with this completion | { "percentage": 87, "raw_value": "87 / 100" } |
time_spent |
T.nilable(::String) | ➖ | ISO 8601 duration format representing the time spent on completing the learning object | PT1H30M45S |