Upload the resulting a7.zip to your platform (e.g., Moodle).
When unzipped, it must immediately create the a7/ folder, not dump files into the current directory. How to Properly Create the Zip File (via Command Line): Ensure all your files are inside a directory named a7 . Navigate to the directory containing the a7 folder. Run the command: zip -r a7.zip a7
Based on typical computing course assignments (such as CS 221 or CSE 143E), a "proper" submission involving a file named usually requires a specific, organized structure to ensure it passes automated testing. Standard Requirements for a7.zip:
Upload the resulting a7.zip to your platform (e.g., Moodle).
When unzipped, it must immediately create the a7/ folder, not dump files into the current directory. How to Properly Create the Zip File (via Command Line): Ensure all your files are inside a directory named a7 . Navigate to the directory containing the a7 folder. Run the command: zip -r a7.zip a7
Based on typical computing course assignments (such as CS 221 or CSE 143E), a "proper" submission involving a file named usually requires a specific, organized structure to ensure it passes automated testing. Standard Requirements for a7.zip: