---
title: "Get Assigned Course Qcms"
method: GET
path: "/student/content/assigned-courses/{course_id}/qcms"
tags: ["Student Content"]
---

# Get Assigned Course Qcms

`GET /student/content/assigned-courses/{course_id}/qcms`

Get all QCMs for a specific assigned course.

Verifies that the student has access to the course before returning QCMs.
Respects the teacher's sharing options for QCMs.

## Path parameters

- `course_id` string, required

## Response `200`

Successful Response

- QCM[]
  - `_id` string
  - `course_id` string, required
  - `unit_id` string, nullable
  - `user_id` string, required
  - `question` string, required
  - `options` string[], required
  - `correct_answer_index` integer, required
  - `explanation` string, nullable
  - `created_at` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
