Retrieve, update or delete a quiz instance.

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

{
    "id": 311,
    "owner": 1,
    "parent_folder": 45,
    "background": null,
    "questions": [
        {
            "id": 5792,
            "additional_terms": [],
            "term": "Isotope",
            "definition": "atoms of the same element that have the same number of protons but a different number of neutrons",
            "question_type": "single_choice",
            "uuid": "3f618489-bd90-43db-9832-edfc2742df9c",
            "quiz": 311
        },
        {
            "id": 5793,
            "additional_terms": [],
            "term": "Radioactive decay",
            "definition": "the process by which an unstable atomic nucleus release energy and radioactive material",
            "question_type": "single_choice",
            "uuid": "fa62cf7d-131f-4cb1-b195-84797aac05f2",
            "quiz": 311
        },
        {
            "id": 5794,
            "additional_terms": [],
            "term": "Alpha particle",
            "definition": "a weak form of radioactive material that consists of two protons and two neutrons",
            "question_type": "single_choice",
            "uuid": "5c673d1f-3545-44e3-8c9a-d0fe50f9ac7a",
            "quiz": 311
        },
        {
            "id": 5795,
            "additional_terms": [],
            "term": "Beta particle",
            "definition": "radioactive material that consists of high energy electrons",
            "question_type": "single_choice",
            "uuid": "9a199c4b-a0f6-4e73-accb-9895e9401a45",
            "quiz": 311
        },
        {
            "id": 5796,
            "additional_terms": [],
            "term": "Gamma rays",
            "definition": "radioactive material in the form of very high frequency electromagnetic radiation",
            "question_type": "single_choice",
            "uuid": "b3e90c1c-582e-4370-84ba-13c35aadcbf5",
            "quiz": 311
        },
        {
            "id": 5797,
            "additional_terms": [],
            "term": "Half",
            "definition": "life-the time it takes for half of the original nucleus of a radioactive substance to decay",
            "question_type": "single_choice",
            "uuid": "34e8e953-1afe-4c6d-b485-a7177e108bdb",
            "quiz": 311
        },
        {
            "id": 5798,
            "additional_terms": [],
            "term": "Fission",
            "definition": "occurs when a heavy nucleus splits into two lighter nuclei",
            "question_type": "single_choice",
            "uuid": "c93d9493-faf7-4956-a427-ca0e028778b5",
            "quiz": 311
        },
        {
            "id": 5799,
            "additional_terms": [],
            "term": "Fusion",
            "definition": "occurs when two light nuclei combine to form a heavier nucleus",
            "question_type": "single_choice",
            "uuid": "3f6a05a1-9084-4c78-9573-0fec7e54f20e",
            "quiz": 311
        }
    ],
    "title": "Atomic Terms",
    "created": "2022-08-11T15:32:55.698000Z",
    "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": 4,
            "order": 4,
            "url": "/quiz/{{ id }}/test",
            "name": "Test",
            "include_by_default": false,
            "notes": []
        },
        {
            "id": 13,
            "order": 5,
            "url": "/quiz/{{ id }}/crossword",
            "name": "Crossword",
            "include_by_default": true,
            "notes": []
        },
        {
            "id": 5,
            "order": 6,
            "url": "/quiz/{{ id }}/guess_the_word",
            "name": "Guess That Word",
            "include_by_default": false,
            "notes": []
        },
        {
            "id": 11,
            "order": 10,
            "url": "https://embeddedt.github.io/Millionaire/?quizscript={{brain_blast}}/api/quiz/{{ id }}/as_shuffle_script.js/",
            "name": "Who Wants To Be A Millionaire?",
            "include_by_default": false,
            "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": []
        }
    ]
}