Contents

score

The score earned by a user in completing the task.

Declaration

var score: Double { get set }

Discussion

Judge the value given against the activity item’s maxScore. For example, if a quiz has eight questions, the maximum score might be 8, and the score might be an integer in the range [0, 8].

See Also

Managing the Score