Retrieve, update or delete a quiz instance.

GET /quizzes/api/quiz/164/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 164,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 3202,
            "additional_terms": [],
            "term": "distraught",
            "definition": "(adj) deeply agitated especially from emotion",
            "question_type": "single_choice",
            "uuid": "322602dc-0bcd-40cd-ad88-18ed2d360286",
            "quiz": 164
        },
        {
            "id": 3203,
            "additional_terms": [],
            "term": "enamor",
            "definition": "(v) cause to be captivated; attract, capture, charm",
            "question_type": "single_choice",
            "uuid": "31166a73-36ec-46e7-a013-769d925deeca",
            "quiz": 164
        },
        {
            "id": 3204,
            "additional_terms": [],
            "term": "expend",
            "definition": "(v) use up or consume fully; pay out or spend",
            "question_type": "single_choice",
            "uuid": "6b531cab-ceb8-428f-86de-1d298fbeaf95",
            "quiz": 164
        },
        {
            "id": 3205,
            "additional_terms": [],
            "term": "forte",
            "definition": "(n) an asset or special strong suit; (adj) used as a musical description for loud; (adv) used as a musical direction to play loudly",
            "question_type": "single_choice",
            "uuid": "e7bc0fcc-24f4-49fc-8885-46eb5a9120c4",
            "quiz": 164
        },
        {
            "id": 3206,
            "additional_terms": [],
            "term": "gibe",
            "definition": "(n) an aggressive remark directed at a person like a missile; slam, barb (v) to laugh at with contempt; jeer",
            "question_type": "single_choice",
            "uuid": "3f162ac6-ca2e-4a9e-baa0-801a1cc25eca",
            "quiz": 164
        },
        {
            "id": 3207,
            "additional_terms": [],
            "term": "impel",
            "definition": "(v) urge or force a person to action; motivate cause to move forward with force",
            "question_type": "single_choice",
            "uuid": "044eea7c-6583-4de9-b09f-69b7dcaa0b77",
            "quiz": 164
        },
        {
            "id": 3208,
            "additional_terms": [],
            "term": "inedible",
            "definition": "(adj) not sustainable for food",
            "question_type": "single_choice",
            "uuid": "dd49eb6a-cbb5-49e8-8efd-5d43e143063a",
            "quiz": 164
        }
    ],
    "title": "Lit and Comp I - Lesson 62",
    "created": "2022-05-05T19:15:54.452000Z",
    "description": "",
    "unlisted": false,
    "keepQuestionOrder": false,
    "showQuestionWithCorrectAnswers": true,
    "showCorrectAnswers": "at_end",
    "termLanguage": "EN",
    "definitionLanguage": "EN",
    "activities": [
        {
            "id": 1,
            "order": 0,
            "url": "/quiz/{{ id }}/flashcards",
            "name": "Flashcards",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 2,
            "order": 1,
            "url": "/quiz/{{ id }}/learn",
            "name": "Write",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 14,
            "order": 2,
            "url": "/quiz/{{ id }}/spelling_test",
            "name": "Test (spelling)",
            "include_by_default": true,
            "notes": [
                "spelling",
                "vocabulary"
            ]
        },
        {
            "id": 13,
            "order": 5,
            "url": "/quiz/{{ id }}/crossword",
            "name": "Crossword",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 12,
            "order": 11,
            "url": "https://embeddedt.github.io/SpaceSlimes-BrainBlast/?bbscript={{brain_blast}}/api/quiz/{{ id }}/as_maxnum20_shuffle_epic_script.js/",
            "name": "Space Slimes",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 15,
            "order": 12,
            "url": "/quiz/{{ id }}/match",
            "name": "Matching",
            "include_by_default": true,
            "notes": []
        }
    ]
}