Skip to content
Snippets Groups Projects
Commit 3b240ac1 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

updated rubric

parent 75dba432
No related branches found
No related tags found
No related merge requests found
...@@ -418,7 +418,7 @@ the correct repository, or that we cannot access, will not be graded.* ...@@ -418,7 +418,7 @@ the correct repository, or that we cannot access, will not be graded.*
## Rubric ## Rubric
The assignment is worth **22 points**: The assignment is worth **24 points**:
- **4 points** for internationalization - **4 points** for internationalization
- 1 points for creating the properties file for the other language - 1 points for creating the properties file for the other language
...@@ -432,10 +432,10 @@ The assignment is worth **22 points**: ...@@ -432,10 +432,10 @@ The assignment is worth **22 points**:
- 1 point for delegating `encipher` and `decipher` - 1 point for delegating `encipher` and `decipher`
- 3 points for writing the code to change cipher algorithms - 3 points for writing the code to change cipher algorithms
- **3 points** for tests - **5 points** for tests
- 1 point for testing `encipher` and `decipher` for your two classical - 2 point for testing `encipher` and `decipher` for your two classical
cipher algorithms 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[])` `CipherFactory.createCipher(String, String[])`
- **1 point** for making regular commits; *i.e.*, not waiting until the end - **1 point** for making regular commits; *i.e.*, not waiting until the end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment