diff --git a/p1/README.md b/p1/README.md index 4f7726eaa4cdd304aeee32a48d49c8d7ac8bb5e4..542f03c261202be7061f5547a6132e5fca6fc711 100644 --- a/p1/README.md +++ b/p1/README.md @@ -15,6 +15,9 @@ In this project, you will learn to: * Run otter tests, * Turn in your project using Gradescope. +## Note on Academic Misconduct: +P1 is the first project of CS220, and is the **only** project where you are **not** allowed to partner with anyone else. You **must** work on this project by yourself, and turn in your submission individually. Now may be a good time to review our [course policies](https://cs220.cs.wisc.edu/s23/syllabus.html). + ## Step 1: Setup You should have a folder `cs220` that you created for lab-p1 under `Documents`. We're assuming you did the lab and know how to do all the Tasks we mentioned. If you're confused about any of the following steps, refer back to your lab. @@ -36,5 +39,8 @@ Make sure to follow the directions provided in `p1.ipynb`. ## Submission instructions - Create a [Gradescope](https://www.gradescope.com/) login, if you haven't already created it. Invite should be available via your wisc email. **You must use your wisc email to create the Gradescope login**. +- Login to [Gradescope](https://www.gradescope.com/) and upload the zip file into the P1 assignment. - Upload the zip file into P1 assignment. -- *Make sure to check otter auto-grader results as soon as you can*. +- It is **your responsibility** to make sure that your project clears auto-grader tests on the Gradescope test system. Otter test results should be available in a few minutes after your submission. You should be able to see both PASS / FAIL results for the 2 test cases and your total score, which is accessible via Gradescope Dashboard (as in the image below): + + <img src="images/gradescope.png" width="400"> diff --git a/p1/images/README.md b/p1/images/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0d6c72054c397299b2327866a2fb95d938c23a8e --- /dev/null +++ b/p1/images/README.md @@ -0,0 +1,3 @@ +# Images + +Images from p1 are stored here. diff --git a/p1/images/gradescope.png b/p1/images/gradescope.png new file mode 100644 index 0000000000000000000000000000000000000000..a46c44d2a9b9b8d4b76a9721809d2e81754e946a Binary files /dev/null and b/p1/images/gradescope.png differ