---
title: allowsSpellCheck
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsspellcheck
---

# allowsSpellCheck

A Boolean value that indicates whether to allow spell check during an assessment.

## Declaration

```swift
var allowsSpellCheck: Bool { get set }
```

## Discussion

Discussion Users can activate the spell checker by turning on the Check Spelling feature in the Settings app (General > Keyboard). An assessment session disables spell checking by default, but you can allow it by setting allowsSpellCheck to true in the AEAssessmentConfiguration instance that you use to initialize a session.

## See Also

### Allowing corrections

- [autocorrectMode](automaticassessmentconfiguration/aeassessmentconfiguration/autocorrectmode-swift.property.md)
- [AEAssessmentConfiguration.AutocorrectMode](automaticassessmentconfiguration/aeassessmentconfiguration/autocorrectmode-swift.struct.md)
