From 0ed175f9c901bc0a9d177e975cc5d9d2231898ef Mon Sep 17 00:00:00 2001 From: Guillaume Martres <smarter@ubuntu.com> Date: Wed, 18 Sep 2019 19:33:20 +0200 Subject: [PATCH] Clarifications on submission --- week1/02-grading-and-submission.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/week1/02-grading-and-submission.md b/week1/02-grading-and-submission.md index 9032410..7fa9a68 100644 --- a/week1/02-grading-and-submission.md +++ b/week1/02-grading-and-submission.md @@ -16,6 +16,8 @@ Each assignment is shipped with two sets of tests: ```shell runGradingTests ``` + Your grade is determined by the number of these tests that pass, see the + next section to see how to actually get a grade. (remember that you can always put `~` before an sbt command to automatically re-run it when you save a file) @@ -76,6 +78,12 @@ You can click on the jobs to see the logs:  +Your grade is given on the line that starts with `Your overall score for this +assignment is` + +**If you push to gitlab multiple times, your final grade will be based on the +last commit you pushed before the deadline.** + ## Troubleshooting ### Wrong remote address -- GitLab