---
title: score
framework: classkit
role: symbol
role_heading: Instance Property
path: classkit/clsscoreitem/score
---

# score

The score earned by a user in completing the task.

## Declaration

```swift
var score: Double { get set }
```

## Discussion

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

- [maxScore](classkit/clsscoreitem/maxscore.md)
