Retrieve, update or delete a quiz instance.

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

{
    "id": 205,
    "owner": 1,
    "parent_folder": 31,
    "background": null,
    "questions": [
        {
            "id": 3472,
            "additional_terms": [],
            "term": "accelerate",
            "definition": "(v) move faster; cause to move faster",
            "question_type": "single_choice",
            "uuid": "31283629-b7e5-4f84-a2ae-391cdb4d5921",
            "quiz": 205
        },
        {
            "id": 3473,
            "additional_terms": [],
            "term": "alienate",
            "definition": "(v) arouse hostility or indifference in a person or group where there had formerly been love, affection, or friendliness; transfer property or ownership; make withdrawn or isolated",
            "question_type": "single_choice",
            "uuid": "dc574add-6414-47b5-aba7-8e279c3785a5",
            "quiz": 205
        },
        {
            "id": 3474,
            "additional_terms": [],
            "term": "appropriate",
            "definition": "(v) give or assign a resource to a particular person or cause; take possession of by force; (adj) suitable for a particular person, place, or condition",
            "question_type": "single_choice",
            "uuid": "fdc97878-35f1-4e4d-820f-1c09c7284048",
            "quiz": 205
        },
        {
            "id": 3475,
            "additional_terms": [],
            "term": "candid",
            "definition": "(adj) characterized by directness in manner or speech; without subtlety or evasion; informal or natural",
            "question_type": "single_choice",
            "uuid": "feb2a454-a622-4fdd-9733-be4359c3dceb",
            "quiz": 205
        },
        {
            "id": 3476,
            "additional_terms": [],
            "term": "decapitate",
            "definition": "(v) cut off the head of",
            "question_type": "single_choice",
            "uuid": "5050edfd-52ee-464b-810b-871282bdc646",
            "quiz": 205
        },
        {
            "id": 3477,
            "additional_terms": [],
            "term": "dilatory",
            "definition": "(adj) wasting time",
            "question_type": "single_choice",
            "uuid": "7ccb185f-43e5-44d2-b527-1149c08b0cc3",
            "quiz": 205
        },
        {
            "id": 3478,
            "additional_terms": [],
            "term": "dutiful",
            "definition": "(adj) willingly obedient out of a sense of duty and respect",
            "question_type": "single_choice",
            "uuid": "aa391fc5-4d04-4c59-bfb4-eea4a2f75873",
            "quiz": 205
        }
    ],
    "title": "Lit and Comp I - Lesson 151",
    "created": "2022-06-01T23:50:47.673000Z",
    "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": []
        }
    ]
}