{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2022-06-28T19:00:00+00:00","date_modified":"2022-07-12T14:55:22.378075+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":961,"instructions":"{\n  \"settings\": {\n    \"readingId\": \"bakery_intro_errors_read\"\n  },\n  \"questions\": {\n    \"TracebackLine\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"According to the following error message, what line of code did the error occur on?\\n```python\\nTraceback (most recent call last):\\n  File \\\"my_code.py\\\", line 32, in <module>  \\n    45 + \\\"NameError\\\"\\nTypeError: unsupported operand type(s) for +: 'int' and 'str'\\n```\"\n    },\n    \"TracebackType\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"According to the following error message, what type of error occurred?\\n```python\\nTraceback (most recent call last):\\n  File \\\"my_code.py\\\", line 32, in <module>  \\n    45 + \\\"NameError\\\"\\nTypeError: unsupported operand type(s) for +: 'int' and 'str'\\n```\",\n      \"answers\": [\n        \"TypeError\",\n        \"NameError\",\n        \"SyntaxError\",\n        \"No error occurred\",\n        \"We cannot tell the type of error from the information provided\"\n      ]\n    },\n    \"ErrorHandling\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"When your program has an error, the first thing you should do is:\",\n      \"answers\": [\n        \"Ask for help.\",\n        \"Curl up into a ball and cry.\",\n        \"Check the error message and consider its meaning.\",\n        \"Start debugging your program.\"\n      ]\n    },\n    \"ErrorDescriptions\": {\n      \"type\": \"matching_question\",\n      \"points\": 1,\n      \"body\": \"Match each of the following common errors with its description.\",\n      \"answers\": [\n        \"You have referenced a variable that does not exist.\",\n        \"You have used an operator with incorrect types\",\n        \"You have a mistake with your code's grammar or punctuation.\",\n        \"This is not a common type of error.\"\n      ],\n      \"statements\": [\n        \"NameError\",\n        \"TypeError\",\n        \"SyntaxError\",\n        \"TimeError\"\n      ]\n    }\n  }\n}","ip_ranges":"","name":"1B8) Errors","on_change":"","on_eval":"","on_run":"","owner_id":1,"owner_id__email":"acbart@udel.edu","points":1,"public":true,"reviewed":false,"sample_submissions":[],"settings":null,"starting_code":"","subordinate":false,"tags":[],"type":"quiz","url":"bakery_intro_errors_quiz","version":1},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":961,"assignment_version":1,"attempts":0,"code":"","correct":false,"course_id":37,"date_created":"2026-05-20T12:51:53.686326+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T12:51:53.686326+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2036882,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-0ddb4580-69a3-4466-88b6-6ef800ed9a89","user_id":2044663,"user_id__email":"","version":0},"success":true}
