SecureScoreControlScore interface
Calculation result data
Properties
current | 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 | Maximum control score (0..10) NOTE: This property will not be serialized. It can only be populated by the server. |
percentage | 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. |
Property Details
current
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.
current?: number
Property Value
number
max
Maximum control score (0..10) NOTE: This property will not be serialized. It can only be populated by the server.
max?: number
Property Value
number
percentage
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.
percentage?: number
Property Value
number
Azure SDK for JavaScript