Retrieve, update or delete a quiz instance.

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

{
    "id": 110,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 2511,
            "additional_terms": [],
            "term": "intoxicate (v)",
            "definition": "fill with high spirits or optimism; elate, uplift; make drunk with alcohol; inebriate",
            "question_type": "single_choice",
            "uuid": "6b349874-5c29-4fc7-b1a5-8e261162e3ce",
            "quiz": 110
        },
        {
            "id": 2512,
            "additional_terms": [],
            "term": "lacerate (v)",
            "definition": "cut or tear; deeply hurt (adj) having edges that are jagged from injury",
            "question_type": "single_choice",
            "uuid": "1712b18b-99d2-4bb8-88ee-6ae813dcc13f",
            "quiz": 110
        },
        {
            "id": 2513,
            "additional_terms": [],
            "term": "negate (v)",
            "definition": "deny the truth, prove negative, make ineffective; contradict, nullify",
            "question_type": "single_choice",
            "uuid": "06e3da1e-506b-4e30-a355-482e42a6ee0a",
            "quiz": 110
        },
        {
            "id": 2514,
            "additional_terms": [],
            "term": "phlegmatic (adj)",
            "definition": "showing little emotion",
            "question_type": "single_choice",
            "uuid": "ac5a5be3-276f-4e4c-985e-11da9ad5ea86",
            "quiz": 110
        },
        {
            "id": 2515,
            "additional_terms": [],
            "term": "retrospective (n)",
            "definition": "an exhibition of some of an artist's work; (adj) related to the past",
            "question_type": "single_choice",
            "uuid": "1ba161ff-29aa-49fd-b3cb-4061bc500f51",
            "quiz": 110
        },
        {
            "id": 2516,
            "additional_terms": [],
            "term": "unconscionable (adj)",
            "definition": "greatly exceeding bounds of reason or moderation; exorbitant",
            "question_type": "single_choice",
            "uuid": "2c503c48-7f44-4f15-a963-faa1d17f60a7",
            "quiz": 110
        }
    ],
    "title": "Lit and Comp I - Lesson 3",
    "created": "2022-04-22T21:19:44.072000Z",
    "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": []
        }
    ]
}