---
title: allowsContinuousPathKeyboard
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowscontinuouspathkeyboard
---

# allowsContinuousPathKeyboard

A Boolean value that indicates whether to allow Slide to Type to operate during an assessment.

## Declaration

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

## Discussion

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

## See Also

### Allowing typing assistance

- [allowsKeyboardShortcuts](automaticassessmentconfiguration/aeassessmentconfiguration/allowskeyboardshortcuts.md)
- [allowsPredictiveKeyboard](automaticassessmentconfiguration/aeassessmentconfiguration/allowspredictivekeyboard.md)
- [allowsPasswordAutoFill](automaticassessmentconfiguration/aeassessmentconfiguration/allowspasswordautofill.md)
