{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2022-06-28T19:00:00+00:00","date_modified":"2022-08-10T19:48:51.894883+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":1153,"instructions":"{\n  \"settings\": {\n    \"readingId\": \"bakery_intro_comments_read\"\n  },\n  \"questions\": {\n    \"CommentSymbolSynonyms\": {\n      \"type\": \"multiple_answers_question\",\n      \"points\": 1,\n      \"body\": \"Which of the following are synonyms for the comment symbol in Python?\",\n      \"answers\": [\n        \"Octothorpe\",\n        \"Exclamation\",\n        \"Sigil\",\n        \"Hash\",\n        \"Decorator\",\n        \"Variable\",\n        \"Print\",\n        \"Pound Sign\"\n      ]\n    },\n    \"DetermineCommentedOutEnd\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"What part of this line's code will be commented out?\\n```python\\na = 7#+3#+2\\n```\"\n    },\n    \"DetermineCommentedOutEntire\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"What part of this line's code will be commented out?\\n```python\\n# 1/0\\n```\"\n    },\n    \"DetermineCommentedOutString\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"What part of this line's code will be commented out?\\n```python\\nm = \\\"#3\\\" #4\\n```\"\n    },\n    \"RecallCommentingAdvice\": {\n      \"type\": \"multiple_answers_question\",\n      \"points\": 3,\n      \"body\": \"According to our advice, which of these scenarios justifies leaving a comment in your program?\",\n      \"answers\": [\n        \"A syntax error is breaking your program, so you comment that code out\",\n        \"One line of code works, but it is somewhat confusing despite all your attempts to make it more clear; you want to explain how it works.\",\n        \"Every line of code should be commented, so that anyone can read the code.\",\n        \"Never leave a comment, it's a useless feature\",\n        \"You have some old code that you no longer need, and want to remove it from your program with a comment.\"\n      ]\n    },\n    \"InterpretCommentedLineCounts\": {\n      \"type\": \"fill_in_multiple_blanks_question\",\n      \"points\": 2,\n      \"body\": \"Given the program below:\\n\\n  ```python\\n  # Here is my program.\\n\\n  x = 12\\n  # Do some math\\n  y = x / 60 + .5\\n  print(y)\\n  ```\\n\\n1. How many lines are there? [lineCount]\\n2. How many steps will be executed? [stepCount]\"\n    }\n  }\n}","ip_ranges":"","name":"1B4) Comments","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_comments_quiz","version":1},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":1153,"assignment_version":1,"attempts":0,"code":"","correct":false,"course_id":37,"date_created":"2026-05-20T12:41:59.215290+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T12:41:59.215290+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2036756,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-b1eff05c-d8a1-458f-b908-4f8439069457","user_id":2044660,"user_id__email":"","version":0},"success":true}
