|
@@ -115,17 +115,20 @@ What follows are some additional details and examples for the criteria of **addi
|
115
|
115
|
|
116
|
116
|
b. Contain:
|
117
|
117
|
- Uppercase letters
|
|
118
|
+
|
118
|
119
|
- Lowercase letters
|
|
120
|
+
|
119
|
121
|
- Numbers
|
|
122
|
+
|
120
|
123
|
- Symbols
|
121
|
124
|
|
122
|
|
-Each of the items listed in part b. count as one individual criteria. For example,
|
|
125
|
+ Each of the items listed in part b. count as one individual criteria. For example,
|
123
|
126
|
|
124
|
|
- a. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
|
|
127
|
+ i. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
|
125
|
128
|
|
126
|
|
- b. 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).
|
|
129
|
+ 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).
|
127
|
130
|
|
128
|
|
- c. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
|
|
131
|
+ iii. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
|
129
|
132
|
|
130
|
133
|
|
131
|
134
|
#### Subtracting points
|