I am trying to download the student_analysis report for a quiz and I use this api:
base_url}}/api/v1/courses/XXX/quizzes/XXX/reports?quiz_report[report_type]=student_analysis&include=[file],
But instead I only receive a download url for item_analysis and not student analysis.
What could be the problem?