---
title: allowsAccessibilityTypingFeedback
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsaccessibilitytypingfeedback
---

# allowsAccessibilityTypingFeedback

A Boolean value that indicates whether to allow accessibility typing feedback during an assessment.

## Declaration

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

## Discussion

Discussion Users can enable typing feedback features in the Settings app (Accessibility > Keyboards & Typing > Typing Feedback)  to receive audio feedback when typing. An assessment session disables these accessibility typing feedback features by default, but you can allow them by setting allowsAccessibilityTypingFeedback to true in the AEAssessmentConfiguration instance that you use to initialize a session.
