allowsAccessibilityVoiceOver
A Boolean value that indicates whether to allow VoiceOver during an assessment.
Declaration
var allowsAccessibilityVoiceOver: Bool { get set }Discussion
Users can enable VoiceOver in the Settings app (Accessibility > VoiceOver) to receive spoken descriptions of on-screen elements and gestures for navigating the interface. An assessment session does not disable VoiceOver by default, but you can disable it by setting allowsAccessibilityVoiceOver to NO in the AEAssessmentConfiguration instance that you use to initialize a session.