SecureScoreControlScore Class

Calculation result data.

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

Inheritance
SecureScoreControlScore

Constructor

SecureScoreControlScore(**kwargs)

Variables

max
int

Maximum control score (0..10).

current
float

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

percentage
float

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