summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoYanZh <32470225+BoYanZh@users.noreply.github.com>2020-10-02 14:11:46 +0800
committerBoYanZh <32470225+BoYanZh@users.noreply.github.com>2020-10-02 14:11:46 +0800
commitf0d2b5074d7b75c8feb604055b8d0c0c39cedd5f (patch)
tree52285367d364ec584449815c8268676215c8eebd
parent718ebd6ec0b517e7357640fad912ff184d543242 (diff)
update: check review will not be supported
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0f9728d..e44a912 100644
--- a/README.md
+++ b/README.md
@@ -48,9 +48,9 @@ Please modify `JOJ_INFO` for different homework.
## Features
-- [x] At least two days before the group deadline, all students should individually complete all the mandatory tasks and push their work to their personal branch of their group git repository and issue a pull request. Students late for the individual submission must open an issue featuring: (i) apologies to the reviewer, (ii) clear explanations on why the work is late, and (iii) a request for a new deadline fitting the reviewer. The reviewer is allowed to reject the request and should set the deadline based on his/her own schedule. (-0.5 mark)
-- [ ] A student should provide feedbacks to at least one teammate for each mandatory exercise. Low quality reviews will be ignored. Each student should receive feedbacks on his individual submission. e.g. for a three students group: student1 → student2 → student3 → student1. (-1 mark)
-- [x] The final group submission, done on the master branch of the group repository, should successfully compile or be interpreted. (-1 mark)
-- [x] Any group submission that is more than 24 hours late will be rejected. (-2.5 marks)
-- [x] For each exercise, the final submission must pass at least 25% of the test cases. (-0.25 mark per exercise, up to -0.5)
-- [x] For a homework the final submission must pass at least 50% of all the test cases. (-0.5 mark) \ No newline at end of file
+- [x] At least two days before the group deadline, all students should individually complete all the mandatory tasks and push their work to their personal branch of their group git repository and issue a pull request. Students late for the individual submission must open an issue featuring: (i) apologies to the reviewer, (ii) clear explanations on why the work is late, and (iii) a request for a new deadline fitting the reviewer. The reviewer is allowed to reject the request and should set the deadline based on his/her own schedule. **(-0.5 mark)**
+- [ ] ~~A student should provide feedbacks to at least one teammate for each mandatory exercise. Low quality reviews will be ignored. Each student should receive feedbacks on his individual submission. e.g. for a three students group: student1 → student2 → student3 → student1. **(-1 mark)**~~
+- [x] The final group submission, done on the master branch of the group repository, should successfully compile or be interpreted. **(-1 mark)**
+- [x] Any group submission that is more than 24 hours late will be rejected. **(-2.5 marks)**
+- [x] For each exercise, the final submission must pass at least 25% of the test cases. **(-0.25 mark per exercise, up to -0.5)**
+- [x] For a homework the final submission must pass at least 50% of all the test cases. **(-0.5 mark)** \ No newline at end of file