From 0f79dc190179b3c534308dd6f2c2abad3e18ae21 Mon Sep 17 00:00:00 2001 From: Michail Chatzimanolakis Date: Mon, 6 Apr 2020 14:48:57 +0200 Subject: [PATCH] One more fix to grade.py for hw3 --- hw3/grade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw3/grade.py b/hw3/grade.py index 96bb233..264d4f7 100644 --- a/hw3/grade.py +++ b/hw3/grade.py @@ -15,8 +15,8 @@ exercise_conf = { 'Questions' : { 'Question 1': {'Total Points': 20}, 'Question 2': {'Total Points': 40}, - 'Question 3': {'Total Points': 20} - 'Question 3': {'Total Points': 20} + 'Question 3': {'Total Points': 20}, + 'Question 4': {'Total Points': 20} } } -- GitLab