{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2022-06-28T19:00:00+00:00","date_modified":"2022-07-12T14:55:25.046113+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":1044,"instructions":"{\n  \"settings\": {\n    \"readingId\": \"bakery_structures_list_ops_read\"\n  },\n  \"questions\": {\n    \"ListIndexing\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"What is the value stored in \\\"my_var\\\" after the following strange code is executed?\\n```python\\nmy_var = [1,2,3][1]\\n```\",\n      \"answers\": [\n        \"[1, 2, 3]\",\n        \"[1]\",\n        \"[2]\",\n        \"1\",\n        \"2\",\n        \"An error occurs\"\n      ]\n    },\n    \"InvalidListComparison\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"What is the value stored in \\\"my_var\\\" after the following code is executed?\\n```python\\nmy_var = [1,2,3] < 5\\n```\",\n      \"answers\": [\n        \"True\",\n        \"False\",\n        \"An error occurs\"\n      ]\n    },\n    \"ListMembership\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"What is the value stored in \\\"my_var\\\" after the following code is executed?\\n```python\\nmy_var = 5 in [1,3,5]\\n```\",\n      \"answers\": [\n        \"True\",\n        \"False\",\n        \"An error occurs.\"\n      ]\n    },\n    \"InvalidListAddition\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"What is the value stored in \\\"my_var\\\" after the following code is executed?\\n```python\\nmy_var = [1,2,3] + 4\\n```\",\n      \"answers\": [\n        \"[1, 2, 3, 4]\",\n        \"[1, 2, 3]\",\n        \"10\",\n        \"An error occurs\"\n      ]\n    },\n    \"ListAppend\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"Which of the following demonstrates how to add something to the following list variable?\\n```python\\ntemperatures = [44, 36, 72]\\n```\",\n      \"answers\": [\n        \"append(temperatures, 42)\",\n        \"append(42) to temperatures\",\n        \"temperatures.append(42)\",\n        \"temperatures = temperatures + 42\",\n        \"temperatures = 42\"\n      ]\n    }\n  }\n}","ip_ranges":"","name":"4B2) List Operations","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_structures_list_ops_quiz","version":1},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":1044,"assignment_version":1,"attempts":0,"code":"","correct":false,"course_id":37,"date_created":"2026-05-20T14:01:50.749924+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T14:01:50.749924+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2036922,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-e17508f3-5306-4311-9947-c9389b12fb5d","user_id":2044668,"user_id__email":"","version":0},"success":true}
