ScoringGroup - A class that represents a scoring group.

Constructors

  • Parameters

    • listValueId: string

      The id of the list value.

    • name: string

      The name of the scoring group.

    • score: number

      The score of the scoring group.

    • maximumScore: number

      The maximum score of the scoring group.

    Returns ScoringGroup

    • A new instance of ScoringGroup.

Properties

listValueId: string
maximumScore: number
name: string
score: number