How can I reset progress of the learner, if I am updating a section/page or video inside existing course.
How can I reset progress of the learner, if I am updating a section/page or video inside existing course.
Best answer by MatthewAtherton
Thank you! This worked! The answer that I got from support was to use an API, like this:
curl -X "POST" "https://learn.thecrosbygroup.com/incoming/v2/users/e7b9bd26-c188-4052-954c-7e8d11b970da/resetProgress" \
-H 'Authorization: Bearer {removed for security}' \
-H 'Content-Type: application/json' \
-d $'{
"courseId": "06f377f0-3cc4-4580-b811-6a36c90762b0",
"revokeAccess": true
}'
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.