Skip to content

Commit

Permalink
Merge pull request #292 from manics/eval-scoring-clarify
Browse files Browse the repository at this point in the history
Scoring: Use N/A for recommended/optional, 0 is only a failure for Mandatory
  • Loading branch information
manics authored Oct 11, 2023
2 parents d84d81f + 4abea11 commit 57e6f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ For more info see: {ref}`is_standard`

You should score your TRE against each statement in the SATRE specification using this scoring system:

:0 Not met: The TRE does not meet this requirement (the TRE is not SATRE compliant)
:0 Not met: The TRE does not meet this requirement (if this is **Mandatory** this means the TRE is not SATRE compliant)
:1 Sufficient: The TRE meets this requirement met but there is substantial scope for improvement
:2 Satisfied: The TRE meets this requirement met but there may still be scope for improvement
:N/A: Not applicable: The statement is not relevant to a TRE, may apply to **Recommended** or **Optional** statements

A score of **1** or above means you have met the requirement.
Optionally you can use **1** and **2** to indicate potential areas of improvement in your TRE.
Expand Down

0 comments on commit 57e6f22

Please sign in to comment.