{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2022-06-28T19:00:00+00:00","date_modified":"2022-07-12T14:55:22.721084+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":975,"instructions":"{\n  \"settings\": {\n    \"readingId\": \"bakery_functions_builtins_read\"\n  },\n  \"questions\": {\n    \"InputReturn\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"The `input` function returns a string.\"\n    },\n    \"PrintReturn\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"The `print` function returns a string.\"\n    },\n    \"StringCountReturn\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"According to the linked documentation, what _type_ of value does the [string.count()][1] function return?\\n\\n   [1]: https://python-sneks.github.io/pages/v3_0/references/strings.html#count\"\n    },\n    \"StringSplitParameters\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"According to the linked documentation, how many parameters does the [string.split()][2] function take?\\n\\n   [2]: https://python-sneks.github.io/pages/v3_0/references/strings.html#split\"\n    },\n    \"MethodCallResults\": {\n      \"type\": \"fill_in_multiple_blanks_question\",\n      \"points\": 1,\n      \"body\": \"According to the [linked documentation](https://python-sneks.github.io/pages/v3_0/references/strings.html), what is the result of each of the following expression involving a method call?\\n\\n```python\\n> \\\"To be Or not to be, that is the question.\\\".count(\\\"o\\\")\\n```\\n\\n [count]\\n\\n```python\\n> \\\"You should remember how to use subscripts\\\"[[5:10]].count(\\\"o\\\")\\n```\\n\\n[countsubscripts]\\n\\n```python\\n> \\\"Where's waldo?\\\".find(\\\"w\\\")\\n```\\n\\n[findw]\\n\\n```python\\n> \\\"To be or not to be, that is the question.\\\".upper().count(\\\"TO\\\")\\n```\\n\\n[countupper]\\n\\n```python\\n> \\\"eeeeee\\\".replace(\\\"ee\\\", \\\"e\\\").count(\\\"e\\\")\\n```\\n\\n[doublee]\"\n    },\n    \"MethodComponents\": {\n      \"type\": \"matching_question\",\n      \"points\": 1,\n      \"body\": \"Given the method call below, identify each component.\\n```python\\n\\\"Open the pod bay doors, Hal!\\\".replace(\\\"Open\\\", \\\"Close\\\")\\n```\",\n      \"answers\": [\n        \"The calling value\",\n        \"Method name\",\n        \"Argument\",\n        \"Parentheses\"\n      ],\n      \"statements\": [\n        \"\\\"Open the pod bay doors, Hal!\\\"\",\n        \"replace\",\n        \"\\\"Open\\\"\",\n        \"\\\"Close\\\"\",\n        \"(\"\n      ]\n    },\n    \"DefineFunctionTerms\": {\n      \"type\": \"matching_question\",\n      \"points\": 3,\n      \"body\": \"Match each word to the best definition.\",\n      \"answers\": [\n        \"Method\",\n        \"Replace\",\n        \"Print\",\n        \"Parameter\",\n        \"Parentheses\",\n        \"Function\",\n        \"Argument\",\n        \"Documentation\",\n        \"Call\"\n      ],\n      \"statements\": [\n        \"The names given to the values that will be passed into a function.\",\n        \"The curved symbols that go after a function name to ensure that it is called.\",\n        \"A reusable chunk of code that can be called using its name and parentheses.\",\n        \"The values passed into a function.\",\n        \"The extra information about a function supplied to help other programmers understand how to use the function.\",\n        \"The act of using a function via its name and parentheses.\"\n      ]\n    }\n  }\n}","ip_ranges":"","name":"2A2) Built-in Functions","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_functions_builtins_quiz","version":1},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":975,"assignment_version":1,"attempts":0,"code":"","correct":false,"course_id":37,"date_created":"2026-05-20T12:51:54.589925+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T12:51:54.589925+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2036884,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-dbf385f7-7ab7-49b1-ba2e-7af4185ae229","user_id":2044663,"user_id__email":"","version":0},"success":true}
