{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2022-06-28T19:00:00+00:00","date_modified":"2022-07-12T14:55:21.836955+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":940,"instructions":"{\n  \"settings\": {\n    \"readingId\": \"bakery_intro_import_read\"\n  },\n  \"questions\": {\n    \"ImportFunction\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"`import` is a function that takes in the name of a module and loads the functions, variables, and other definitions.\"\n    },\n    \"MathModuleContents\": {\n      \"type\": \"multiple_answers_question\",\n      \"points\": 1,\n      \"body\": \"Review the [documentation][9] for the built-in `math` module. Which of the following are functions available from it?\\n\\n   [9]: https://docs.python.org/3/library/math.html\",\n      \"answers\": [\n        \"sqrt\",\n        \"log\",\n        \"log4\",\n        \"log10\",\n        \"exponent\",\n        \"add\"\n      ]\n    },\n    \"ExplainImport\": {\n      \"type\": \"multiple_choice_question\",\n      \"points\": 1,\n      \"body\": \"Which of the following is the best description of this line of code?\\n```python\\nfrom math import sqrt as square_root\\n```\",\n      \"answers\": [\n        \"Loads the sqrt function in the math module but renames it square_root\",\n        \"Loads the math function from the sqrt module but renames it sqrt\",\n        \"Loads the square_root function from the math module but renames it sqrt\",\n        \"Loads the sqrt and square_root functions from the math module\"\n      ]\n    },\n    \"ModulePackageVariablesDefinitions\": {\n      \"type\": \"matching_question\",\n      \"points\": 1,\n      \"body\": \"A _1 ___ contains _2_, which in turn can provide functions, _3_, and more after being imported\",\n      \"answers\": [\n        \"package\",\n        \"module\",\n        \"variables\",\n        \"for loops\",\n        \"if statements\"\n      ],\n      \"statements\": [\n        \"1\",\n        \"2\",\n        \"3\"\n      ]\n    }\n  }\n}","ip_ranges":"","name":"1B5) Importing","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_import_quiz","version":1},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":940,"assignment_version":1,"attempts":0,"code":"","correct":false,"course_id":37,"date_created":"2026-05-20T18:20:12.349603+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T18:20:12.349603+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2037060,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-3547f61a-f073-4223-b72a-0f62cc7b7f8a","user_id":2044723,"user_id__email":"","version":0},"success":true}
