Attempt
API objectAttempt
object:
Property | Type | Description |
---|---|---|
id | ID | Required; contains the unique identified of the attempt. |
lpRevisionId | String | Required; represents the associated revision ID of the learning path. |
lpAttemptContextId | String | Required; contains a context ID associated with the attempt. |
cta | [Cta] | A list of call-to-actions (CTAs) available for the attempt. |
metrics | AttemptMetrics | Performance and progress metrics for the attempt, such as score, progress and status. |
AttemptMetrics
object:
Property | Type | Description |
---|---|---|
status | AttemptStatus | The current status of the attempt. Possible options: IN_PROGRESS , COMPLETED , PASSED , FAILED , EXPIRED . |
globalScore | Int | The overall score achieved in the attempt, returned as a percentage (0-100). |
progress | Int | The overall score achieved in the attempt, returned as a percentage (0-100). |
getLearningPath
query: