allowsAccessibilityTypingFeedback
A Boolean value that indicates whether to allow accessibility typing feedback during an assessment.
Declaration
var allowsAccessibilityTypingFeedback: Bool { get set }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.