Closed frozenfrank closed 4 months ago
@jerodw We had meant to bring this up the TA meeting on Monday. Since we didn't, I wrote up an issue and hopefully we'll remember to talk about it next week 📆
@prattnj What do you think about this idea?
We finally discussed it. A slight changed was made to only require and verify that the student provided a valid and public github url. Verifying the chess starter code is not required as the assignment is due extremely early in the term/semester, leaving students with not enough time in case they get errors
Overview
Currently, the GitHub repo instructions just have students create a repo and submit the URL for manual grading. The assignment walks them through making a commit, but the TA's don't dock any points for that. The overall attitude is that the autograder is the source of truth, and if they don't set it up properly, they won't get points in the future.
Without any validation, students end up running into the repo setup & project clone issues on Phase 0. It may be helpful to do all the starter-code cloning and pushing into GitHub as part of the setup, and we can even have them do an initial commit from inside Intelli-J. Then they can:
From the source:
Credit
@Fiwafoofa