Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecureScoreControlScore

Package version

Calculation result data

Hierarchy

  • SecureScoreControlScore

Index

Properties

Properties

Optional current

current: undefined | 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.

Optional max

max: undefined | number

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

Optional percentage

percentage: undefined | 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