---
title: "List all questions of quiz with `is_active_quiz_present` and `quiz_played_count`."
method: GET
path: "/v1/quizzes/{quiz_id}/questions"
tags: ["Question"]
---

# List all questions of quiz with `is_active_quiz_present` and `quiz_played_count`.

`GET /v1/quizzes/{quiz_id}/questions`

## Path parameters

- `quiz_id` string, required

## Response `200`

- object
  - `data` object
    - `data` QuestionAnalytics[]
      - `correct_answer` string
      - `duration_in_seconds` integer
      - `options` object
      - `options_media` string
      - `points` integer
      - `question` string
      - `question_id` string
      - `question_media` string
      - `question_type` string
      - `question_type_id` integer
      - `raw_options` integer[]
      - `resource` string
    - `is_quiz_editable` boolean
    - `permission` string
    - `quiz_played_count` integer
  - `status` string

## Other responses

- `400` — Fail due to resource not exists
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/improwised/apis/untitled-api.md) · [All operations](https://skmtc.net/improwised/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/improwised/untitled-api/revisions/01dc7eb2e8bc/schema)
