|
@@ -115,21 +115,21 @@ What follows are some additional details and examples for the criteria of **addi
|
115
|
115
|
|
116
|
116
|
b. Contain:
|
117
|
117
|
|
118
|
|
- - Uppercase letters
|
|
118
|
+ - Uppercase letters
|
119
|
119
|
|
120
|
|
- - Lowercase letters
|
|
120
|
+ - Lowercase letters
|
121
|
121
|
|
122
|
|
- - Numbers
|
|
122
|
+ - Numbers
|
123
|
123
|
|
124
|
|
- - Symbols
|
|
124
|
+ - Symbols
|
125
|
125
|
|
126
|
|
- Each of the items listed in part b. count as one individual criteria. For example,
|
|
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
|