v1

latestOpenAPI 3.0.22026-07-26286974.7 KB
Courses

Fetch the responses of quiz.

get/v1/courses/{course_id}/lectures/{lecture_id}/quizzes/{quiz_id}/responses

Path parameters

course_idinteger required

Return results by unique course ID that contains the lecture.

lecture_idinteger required

Return results by unique lecture ID.

quiz_idinteger required

Return results by unique quiz attachment ID.

Response

200 response

course_idinteger required

The unique ID of the course.

course_namestring required

The name of the course.

lecture_idinteger required

The unique ID of the lecture.

lecture_namestring required

The name of the lecture.

gradedboolean required

Indicates if the quiz is graded.