Bad request when creating a quiz submission

hfernandez1
Community Novice

Hello guys:


I'm trying to create a new quiz submission using Canvas LMS API with Postman, but I got a JSON with this message:

URL: https://<my_domain>.instructure.com/api/v1/courses/11/quizzes/82/submissions?access_token=<my_token>

JSON:

{

  "status": "bad_request",

  "message": "you are not allowed to participate in this quiz",

  "error_report_id": 983

}

Could someone explain to me what I'm doing wrong?, should I do it in another way? I'm an admin BTW.

Labels (1)