Contains the calculated score for a component. Each component has one calculated score per scorecard.
Property Name | Type | Description |
---|---|---|
__typename | Literal | |
criteriaScores | Maybe<Array<CompassScorecardCriteriaScore>> | Returns the scores for individual criterion. |
maxTotalScore | Number | The maximum possible total score value. |
points | Maybe<CompassScorecardScorePoints> | The point totals when using the point-based scoring strategy. |
status | Maybe<CompassScorecardScoreStatus> | Returns status of scorecard based on score and threshold config |
statusDuration | Maybe<CompassScorecardScoreStatusDuration> | Returns the date time the current status was updated. |
totalScore | Number | The total calculated score value. |
type | Maybe<String> | Scoring strategy used when calculating the total score and max total score. |
Rate this page: