Retrieve, update or delete a quiz instance.

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

{
    "id": 134,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 2747,
            "additional_terms": [],
            "term": "dilettante",
            "definition": "(n) an amateur who engages in an activity without serious intentions and pretends to have knowledge; (adj) showing frivolous or superficial interest",
            "question_type": "single_choice",
            "uuid": "2c8a4ff7-791d-4a76-b3e0-e925c140d406",
            "quiz": 134
        },
        {
            "id": 2748,
            "additional_terms": [],
            "term": "eligible",
            "definition": "qualified for or allowed or worthy of being chosen",
            "question_type": "single_choice",
            "uuid": "f9a4673f-1f7a-4c1f-839b-e30263e49ff9",
            "quiz": 134
        },
        {
            "id": 2749,
            "additional_terms": [],
            "term": "evasion",
            "definition": "(n) a statement that is not literally false but avoids an unpleasant truth; failing to pay money; escaping from something",
            "question_type": "single_choice",
            "uuid": "6c442940-d469-4892-b376-329189fc72c0",
            "quiz": 134
        },
        {
            "id": 2750,
            "additional_terms": [],
            "term": "foible",
            "definition": "(n) a behavioral attribute that is distinctive and peculiar to an individual; idiosyncrasy; the weaker part of a sword's blade",
            "question_type": "single_choice",
            "uuid": "283cf0e1-b8de-4c65-8c7c-eb8256371a3d",
            "quiz": 134
        },
        {
            "id": 2751,
            "additional_terms": [],
            "term": "gratify",
            "definition": "(v) make happy or satisfied",
            "question_type": "single_choice",
            "uuid": "84d5a2e3-7100-4726-b2df-1df71c3f8fb9",
            "quiz": 134
        },
        {
            "id": 2752,
            "additional_terms": [],
            "term": "ignominious",
            "definition": "(adj) conduct or character deserving or bringing disgrace or shame; disgraceful, shameful",
            "question_type": "single_choice",
            "uuid": "9a854389-03db-4986-be42-91cd783af773",
            "quiz": 134
        },
        {
            "id": 2753,
            "additional_terms": [],
            "term": "incarcerate",
            "definition": "(v) lock up or confine, in or as in a jail",
            "question_type": "single_choice",
            "uuid": "7df42573-f7cc-4dea-85e4-a33d3b189546",
            "quiz": 134
        }
    ],
    "title": "Lit and Comp I - Lesson 32",
    "created": "2022-04-28T21:34:39.878000Z",
    "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": []
        }
    ]
}