---
title: allowsAccessibilityHoverText
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsaccessibilityhovertext
---

# allowsAccessibilityHoverText

A Boolean value that indicates whether to allow Hover Text during an assessment.

## Declaration

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

## Discussion

Discussion Users can enable Hover Text in the Settings app (Accessibility > Zoom > Hover Text) to magnify text under the pointer. An assessment session does not disable Hover Text by default, but you can disable it by setting allowsAccessibilityHoverText to NO in the AEAssessmentConfiguration instance that you use to initialize a session.
