File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Scoring is decided as follows:
24
24
max score, in that category, with possible weight differences per subtest.
25
25
* Aggregated categories (like TLS, which can have multiple tests per IP) will use the lowest/worst score of all the relevant IPs.
26
26
* In the total score, each qualifying category's score counts for an equal part. E.g. if there are two categories, with
27
- category X scoring 30/40 points, and Y 100/100 points, the score is (30/40 * 50%) (100/100 * 50%) = 87.5%.
28
- (the 50% deriving from there being two categories).
27
+ category X scoring 30/40 points, and Y 100/100 points, the score is (30/40 * 50%) + (100/100 * 50%) = 87.5%.
28
+ (the 50% deriving from there being two categories). Notably, the score is _ not _ 130/140 i.e. 92%.
29
29
* Note in particular that the weight in points of a particular subtests influences its weight compared to
30
30
other subtests in the same category - not to subtests in other categories.
31
31
You can’t perform that action at this time.
0 commit comments