diff --git a/week1/02-grading-and-submission.md b/week1/02-grading-and-submission.md
index 903241018503ecde2cd7e54eb8a9521c56cbf2fd..7fa9a689f678ff1e5c0317d98360632a5a7179c4 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:
 
 ![](images/pipeline-logs.png)
 
+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