generate_quiz_report
Generate a student or item analysis report for a Canvas New Quiz, returning a progress URL to poll until the CSV or JSON file is ready for download.
Instructions
Generate a student analysis or item analysis report for a New Quiz. Returns a progress object — poll the returned URL to check when the report file is ready for download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Output format for the report | |
| course_id | Yes | Canvas course ID | |
| report_type | Yes | Type of report: 'student_analysis' for per-student results, 'item_analysis' for per-question statistics | |
| assignment_id | Yes | The assignment ID of the New Quiz |