SecureScoreControlScore Class

Calculation result data.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

SecureScoreControlScore(**kwargs: Any)

Variables

Name Description
max
int

Maximum control score (0..10).

current

Actual score for the control = (achieved points / total points) * max score. if total points is zeroed, the return number is 0.00.

percentage

Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.