{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2022-06-28T19:00:00+00:00","date_modified":"2022-09-11T20:48:44.217033+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":1022,"instructions":"{\n  \"settings\": {\n    \"poolRandomness\": \"ATTEMPT\",\n    \"readingId\": \"bakery_if_truthiness_read\"\n  },\n  \"questions\": {\n    \"EvaluateTruthinessExplanation\": {\n      \"type\": \"text_only_question\",\n      \"points\": 0,\n      \"body\": \"Select each of the following if the expression evaluates to True, according to the rules of Truthiness in Python. The\\nquestions might change each time you take the quiz.\"\n    },\n    \"ET-ZeroString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"0\\\"`\"\n    },\n    \"ET-Or1\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`1 > 5 or 3`\"\n    },\n    \"ET-SpaceString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\" \\\"`\"\n    },\n    \"ET-ZeroFloat\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`0.0`\"\n    },\n    \"ET-FilledString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"Corgis are cute\\\"`\"\n    },\n    \"ET-EmptyString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"\\\"`\"\n    },\n    \"ET-NegativeFloat\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`-5.0`\"\n    },\n    \"ET-NegativeZero\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`-0`\"\n    },\n    \"ET-SmallFloat\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`0.01`\"\n    },\n    \"ET-NegativeInt\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`-12332`\"\n    },\n    \"ET-LargeInt\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`134342`\"\n    },\n    \"ET-MediumInt\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`144`\"\n    },\n    \"ET-SmallInt\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`1`\"\n    },\n    \"ET-ZeroInt\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`0`\"\n    },\n    \"ET-EmptyStringSingle\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`''`\"\n    },\n    \"ET-FalseString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"False\\\"`\"\n    },\n    \"ET-QuoteString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`'\\\"'`\"\n    },\n    \"ET-TrueString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"True\\\"`\"\n    },\n    \"ET-CompareString\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"1 > 5\\\"`\"\n    },\n    \"ET-MathInt\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`8-4*2`\"\n    },\n    \"ET-MathPlus\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`1+0`\"\n    },\n    \"ET-MathDivision\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`1/2`\"\n    },\n    \"ET-False\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`False`\"\n    },\n    \"ET-None\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`None`\"\n    },\n    \"ET-SubscriptEmpty\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"Hermione\\\"[4:4]`\"\n    },\n    \"ET-SubscriptFull\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"Harry\\\"[1:-1]`\"\n    },\n    \"ET-IndexCharacter\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"Harry\\\"[0]`\"\n    },\n    \"ET-EmptyMethod\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"\\\".upper()`\"\n    },\n    \"ET-MethodItself\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"\\\".upper`\"\n    },\n    \"ET-FullMethod\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"HI\\\".lower()`\"\n    },\n    \"ET-1Or0\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`1 or 0`\"\n    },\n    \"ET-1And0\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`1 and 0`\"\n    },\n    \"ET-AndIsNotAddition\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`-5 and 5`\"\n    },\n    \"ET-AndTrue\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`-1 < 4 and 0`\"\n    },\n    \"ET-AndFalse\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`5 < 4 and 3`\"\n    },\n    \"ET-AndStrings\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`\\\"Hi\\\" and \\\"Low\\\" and \\\"\\\"`\"\n    }\n  },\n  \"pools\": [\n    {\n      \"amount\": 12,\n      \"questions\": [\n        \"ET-ZeroString\",\n        \"ET-Or1\",\n        \"ET-SpaceString\",\n        \"ET-ZeroFloat\",\n        \"ET-FilledString\",\n        \"ET-EmptyString\",\n        \"ET-NegativeFloat\",\n        \"ET-NegativeZero\",\n        \"ET-SmallFloat\",\n        \"ET-NegativeInt\",\n        \"ET-LargeInt\",\n        \"ET-MediumInt\",\n        \"ET-SmallInt\",\n        \"ET-ZeroInt\",\n        \"ET-EmptyStringSingle\",\n        \"ET-FalseString\",\n        \"ET-QuoteString\",\n        \"ET-TrueString\",\n        \"ET-CompareString\",\n        \"ET-MathInt\",\n        \"ET-MathPlus\",\n        \"ET-MathDivision\",\n        \"ET-False\",\n        \"ET-None\",\n        \"ET-SubscriptEmpty\",\n        \"ET-SubscriptFull\",\n        \"ET-IndexCharacter\",\n        \"ET-EmptyMethod\",\n        \"ET-MethodItself\",\n        \"ET-FullMethod\",\n        \"ET-1Or0\",\n        \"ET-1And0\",\n        \"ET-AndIsNotAddition\",\n        \"ET-AndTrue\",\n        \"ET-AndFalse\",\n        \"ET-AndStrings\"\n      ]\n    }\n  ]\n}","ip_ranges":"","name":"3A2) Truthiness","on_change":"","on_eval":"","on_run":"","owner_id":1,"owner_id__email":"acbart@udel.edu","points":1,"public":true,"reviewed":false,"sample_submissions":[],"settings":"","starting_code":"","subordinate":false,"tags":[],"type":"quiz","url":"bakery_if_truthiness_quiz","version":3},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":1022,"assignment_version":3,"attempts":0,"code":"","correct":false,"course_id":37,"date_created":"2026-05-20T14:01:43.982327+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T14:01:43.982327+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2036907,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-eab263b3-a51f-4ce1-9722-b082f16c72c5","user_id":2044668,"user_id__email":"","version":0},"success":true}
