Returns the paginated quiz attempts across a whole course, each with the student profile and the lesson attached.
search matches student name, username or quiz title. filter_by accepts passed, failed or published; the client value n/a is mapped to published, which is the ungraded state.
Endpoint
Method:
GETPath:
/admin/courses/{course_id}/quiz-resultsEdition: PRO
Controller:
FluentCommunityPro\App\Modules\Quiz\Http\Controllers\QuizController@getCourseQuizResultsRoute source:
fluent-community-pro/app/Modules/Quiz/Http/quiz_api.php:13Requires a course admin for this course, or a WordPress user with
manage_options.Requires FluentCommunity Pro with the Quiz module.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET List Course Quiz Results
Returns the paginated quiz attempts across a whole course, each with the student profile and the lesson attached.
Controller: FluentCommunityPro\App\Modules\Quiz\Http\Controllers\QuizController@getCourseQuizResults
Route source: fluent-community-pro/app/Modules/Quiz/Http/quiz_api.php:13
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response