---
title: "Get quiz associate with the word."
method: GET
path: "/v2/learn/quiz"
tags: ["learnV2"]
---

# Get quiz associate with the word.

`GET /v2/learn/quiz`

Get previous 5 items quiz from the word list, flashcard use it

## Query parameters

- `uuid` string, required
- `word_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

success, the list in Data is model.LearnQuiz

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` BluenteInternalCourseV2ModelLearnQuiz[] — real data
    - `answer_id` integer
    - `options` BluenteInternalCourseV2ModelLearnQuizOptions[]
      - `answer` boolean
      - `id` integer
      - `illustration` string
      - `speech` string
      - `word` string
    - `question` string
  - `message` string — tip message

---

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