Skip to content

Commit 41702a5

Browse files
committed
Minor tweaks to scoring documentation
1 parent 5b22898 commit 41702a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/scoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Scoring is decided as follows:
2424
max score, in that category, with possible weight differences per subtest.
2525
* Aggregated categories (like TLS, which can have multiple tests per IP) will use the lowest/worst score of all the relevant IPs.
2626
* 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%.
2929
* Note in particular that the weight in points of a particular subtests influences its weight compared to
3030
other subtests in the same category - not to subtests in other categories.
3131

0 commit comments

Comments
 (0)