Constructors
constructor
- new ScoringGroup(listValueId, name, score, maximumScore): ScoringGroup
Parameters
- listValueId: string
- name: string
- score: number
- maximumScore: number
- A new instance of ScoringGroup.
Properties
listValueId
listValueId: string
maximumScore
maximumScore: number
name
name: string
score
score: number
ScoringGroup - A class that represents a scoring group.