Package version:

Interface SecureScoreControlScore

Calculation result data

Hierarchy

  • SecureScoreControlScore

Properties

current?: number

Actual score for the control = (achieved points / total points) * max score. if total points is zeroed, the return number is 0.00 NOTE: This property will not be serialized. It can only be populated by the server.

max?: number

Maximum control score (0..10) NOTE: This property will not be serialized. It can only be populated by the server.

percentage?: number

Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc