Homework submission and peer grading
We will use a website for submission and peer grading. Here is how it will work:
- Each one of you will get a password to use a web service running at
- http://spl2.cs.berkeley.edu:5000/
- If the website is down, please let me know via email.
- You can use curl (or wget) or any other tool that allows you to issue GET and POST requests using Basic Authentication.
- You will use a HTTP POST command to submit the homework before the due date. When you submit your homework, only ZIP files will be accepted.
- After the due date, we will post the solutions (and rubric for grading). You will run a HTTP command to get the homework you have been assigned to score
- You write the comments, and assign a numeric score, then use another HTTP command to submit your comments and the score. There will be a deadline for this step.
- Finally, you can run an HTTP command to read your comments and the score.
- To find the actual syntax of the commands for performing these steps open http:/spl2.cs.berkeley.edu:5000/ with a web browser
- If you have any concerns about the grade or the comments, please let me know and I will look into it. I may also grade some of the homeworks myself even if there are no complaints.