New Quizzes Reports
API for generating New Quizzes Reports.
A Progress object looks like:
POST /api/quiz/v1/courses/:course_id/quizzes/:assignment_id/reports
POST /api/quiz/v1/courses/:course_id/quizzes/:assignment_id/reports
Scope: url:POST|/api/quiz/v1/courses/:course_id/quizzes/:assignment_id/reports
Generate a new report for this quiz. Returns a progress object that can be used to track the progress of the report generation.
Responses
400 Bad Request
if the specified report type or format is invalid409 Conflict
if a quiz report of the specified type is already being generated
Request Parameters:
quiz_report[report_type]
Required string
The type of report to be generated.
Allowed values: student_analysis
, item_analysis
quiz_report[format]
Required string
The format of report to be generated.
Allowed values: csv
, json
Returns a Progress object.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated