restartContentAttempt mutation should be executed.
All necessary parameters will be returned in RESTART_EDGE CTA data when execute getLearningPath query:
restartContentAttempt mutation
| Argument | Type | Description |
|---|---|---|
edgeRid | ID | Required; contains the module edge ID. |
lpAttemptContextId | ID | Required; contains the corresponding attempt context ID. |
RestartContentAttemptResponse object:
| Property | Type | Description |
|---|---|---|
errors | [Violation] | Contains the list of validation errors, if there are any. |
response | Attempt | The created attempt object. |