|
@@ -125,11 +125,11 @@ What follows are some additional details and examples for the criteria of **addi
|
125
|
125
|
|
126
|
126
|
Each of the items listed in part b. count as one individual criteria. For example,
|
127
|
127
|
|
128
|
|
- i. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
|
|
128
|
+ i. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
|
129
|
129
|
|
130
|
|
- ii. the score for `"abABCDEF"` would be $$0$$ because, despite the fact that the length criteria is met, only 2 of the 4 other criteria are met (uppercase and lowercase letters).
|
|
130
|
+ ii. the score for `"abABCDEF"` would be $$0$$ because, despite the fact that the length criteria is met, only 2 of the 4 other criteria are met (uppercase and lowercase letters).
|
131
|
131
|
|
132
|
|
- iii. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
|
|
132
|
+ iii. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
|
133
|
133
|
|
134
|
134
|
|
135
|
135
|
#### Subtracting points
|