{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2022-06-28T19:00:00+00:00","date_modified":"2022-08-20T16:09:19.306077+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":1097,"instructions":"{\n  \"settings\": {\n    \"readingId\": \"bakery_sequences_filesystems_read\"\n  },\n  \"questions\": {\n    \"ExplanatoryTextForThonny\": {\n      \"type\": \"text_only_question\",\n      \"points\": 0,\n      \"body\": \"In the lessons, you are shown how to run a number of commands. The exclamation marks (`!`) shown in the lesson are only\\nthere because Thonny requires them; most command line systems would not require them. Please do not use `!` in any of\\nthe following questions.\\n\\nAs a helpful reminder, here are the commands from the lesson:\\n\\nCommand | Description  \\n---|---  \\npwd | Print current working directory  \\nls | List files in current working directory  \\nls \\\"path\\\" | List files in the directory of the path  \\ncd \\\"path\\\" | Change the current working directory\"\n    },\n    \"CdUp\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"Write the command for moving up a directory.\"\n    },\n    \"CdFolder\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"Write the command for moving to a folder named `\\\"homework\\\"` that is in the current directory.\"\n    },\n    \"Pwd\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"Write the command for printing the current directory.\"\n    },\n    \"Ls\": {\n      \"type\": \"short_answer_question\",\n      \"points\": 1,\n      \"body\": \"Write the command for listing files in the current directory.\"\n    },\n    \"FindLocations\": {\n      \"type\": \"multiple_dropdowns_question\",\n      \"points\": 2,\n      \"body\": \"Given the following map of a filesystem...\\n```python\\n/root/\\n    python/\\n        readme.rst\\n        python.exe\\n        qt.conf\\n    classes/\\n        cs1064/\\n            adventure_game.py\\n            assignment2.txt\\n            ethics_submission.pdf\\n        dog1223/\\n            readings.pdf\\n            project1.docx\\n            DCIM-1221.jpg\\n    data/\\n        survey_results.csv\\n        state_names.json\\n        f15_student_logs.txt\\n```\\n\\nAnswer the following:\\n\\n  * What is the full path to the folder \\\"data/\\\"? [data-full]\\n  * What is the full path to the file \\\"DCIM-1221.jpg\\\"? [dcim-full]\\n  * If you are currently in directory `data/`, which of the following is NOT a path to the `readings.pdf` file? [readings-relative]\\n  * If you are currently in directory `cs1064/`, which of the following is NOT a path to the `survey_results.csv` file? [survey-relative]\",\n      \"answers\": {\n        \"dcim-full\": [\n          \"DCIM-1221.jpg\",\n          \"/root/classes/dog1223/DCIM-1221.jpg\",\n          \"dog1223/DCIM-1221.jpg\",\n          \"/root/python/classes/dog1223/DCIM-1221.jpg\"\n        ],\n        \"data-full\": [\n          \"/root/data/\",\n          \"data/\",\n          \"survey_results.csv, state_names.json, f15_student_logs.txt\"\n        ],\n        \"readings-relative\": [\n          \"../classes/dog1223/readings.pdf\",\n          \"/root/classes/dog1223/readings.pdf\",\n          \"dog1223/readings.pdf\"\n        ],\n        \"survey-relative\": [\n          \"../data/survey_results.csv\",\n          \"/root/data/survey_results.csv\",\n          \"../../data/survey_results.csv\"\n        ]\n      }\n    },\n    \"WhyForward\": {\n      \"type\": \"multiple_answers_question\",\n      \"points\": 1,\n      \"body\": \"Why should you tend to use forward slashes in Python?\",\n      \"answers\": [\n        \"Back slashes in string literals represent escape characters, which can mess up the path.\",\n        \"Back slashes are backwards, which means that only backwards people use them.\",\n        \"Forward slashes look prettier to everyone.\",\n        \"Forward slashes tend to work in both Mac and Windows.\"\n      ]\n    },\n    \"TerminalCommands\": {\n      \"type\": \"true_false_question\",\n      \"points\": 1,\n      \"body\": \"The `pwd` command works in every Python environment, including ones like Thonny and BlockPy.\"\n    }\n  }\n}","ip_ranges":"","name":"7B1) Filesystems","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_sequences_filesystems_quiz","version":3},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":1097,"assignment_version":3,"attempts":0,"code":"","correct":false,"course_id":37,"date_created":"2026-05-20T14:01:55.714444+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T14:01:55.714444+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2036933,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-8ada2cf7-4fc1-42c2-be16-30a8efcdae79","user_id":2044668,"user_id__email":"","version":0},"success":true}
