---
title: allowsPredictiveKeyboard
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowspredictivekeyboard
---

# allowsPredictiveKeyboard

A Boolean value that indicates whether to enable the predictive keyboard during an assessment.

## Declaration

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

## Discussion

Discussion Users can turn on the Predictive Keyboard feature in the Settings app (General > Keyboard). An assessment session disables this feature by default, but you can allow it by setting allowsPredictiveKeyboard to true in the AEAssessmentConfiguration instance that you use to initialize a session.

## See Also

### Allowing typing assistance

- [allowsContinuousPathKeyboard](automaticassessmentconfiguration/aeassessmentconfiguration/allowscontinuouspathkeyboard.md)
- [allowsKeyboardShortcuts](automaticassessmentconfiguration/aeassessmentconfiguration/allowskeyboardshortcuts.md)
- [allowsPasswordAutoFill](automaticassessmentconfiguration/aeassessmentconfiguration/allowspasswordautofill.md)
