Bad request when creating a quiz submission
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2016
10:47 AM
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.