Skip to main content
A quiz module can be restarted if it was completed by the current API user with the “failed” status (the earned score is less than the required one) and if the number of possible attempts is not reached yet. To restart a module, restartContentAttempt mutation should be executed. All necessary parameters will be returned in RESTART_EDGE CTA data when execute getLearningPath query:

restartContentAttempt mutation

As a result, the mutation returns a RestartContentAttemptResponse object: Here is an example of the mutation execution: