From 3b240ac180c0c513d336547dbebc0aca46d6fe19 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Mon, 3 Feb 2020 08:17:17 -0600 Subject: [PATCH] updated rubric --- assignment/socket_chat--patterns-and-testing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assignment/socket_chat--patterns-and-testing.md b/assignment/socket_chat--patterns-and-testing.md index d2b565b..a18a09f 100644 --- a/assignment/socket_chat--patterns-and-testing.md +++ b/assignment/socket_chat--patterns-and-testing.md @@ -418,7 +418,7 @@ the correct repository, or that we cannot access, will not be graded.* ## Rubric -The assignment is worth **22 points**: +The assignment is worth **24 points**: - **4 points** for internationalization - 1 points for creating the properties file for the other language @@ -432,10 +432,10 @@ The assignment is worth **22 points**: - 1 point for delegating `encipher` and `decipher` - 3 points for writing the code to change cipher algorithms -- **3 points** for tests - - 1 point for testing `encipher` and `decipher` for your two classical +- **5 points** for tests + - 2 point for testing `encipher` and `decipher` for your two classical cipher algorithms - - 2 points for writing sufficient tests to attain statement coverage of + - 3 points for writing sufficient tests to attain statement coverage of `CipherFactory.createCipher(String, String[])` - **1 point** for making regular commits; *i.e.*, not waiting until the end -- GitLab