summaryrefslogtreecommitdiff
path: root/settings.example.py
diff options
context:
space:
mode:
authorBoYanZh <32470225+BoYanZh@users.noreply.github.com>2020-10-06 00:25:54 +0800
committerBoYanZh <32470225+BoYanZh@users.noreply.github.com>2020-10-06 00:25:54 +0800
commit3b2797463a1de480e9ccc8591898c3441d52ad02 (patch)
tree65192ba8cb7308beafdd0d99de13a78b5319378e /settings.example.py
parent77cba18687f227b105f25e5f8797199867cc7f85 (diff)
update: rubric expression
Diffstat (limited to 'settings.example.py')
-rw-r--r--settings.example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.example.py b/settings.example.py
index 486e188..100a7f6 100644
--- a/settings.example.py
+++ b/settings.example.py
@@ -10,7 +10,7 @@ RUBRIC = {
"indvFailSubmit": [-0.5, 'individual submit absence, -0.5'],
"indvUntidy": [-0.25, 'individual branch untidy, -0.25'],
"groupFailSubmit": [-2.5, 'group submit absence, -2.5'],
- "groupUntidy": [-0.25, 'master branch untidy, -0.25'],
+ "groupUntidy": [-0.25, 'group submit untidy, -0.25'],
"jojFailHomework": [-0.5, 'JOJ homework not passed, -0.5'],
"jojFailExercise": [-0.25, 'JOJ exercise not passed, -0.25'],
"jojFailCompile": [-1, 'JOJ fail to compile, -1'],