allowsSpellCheck
A Boolean value that indicates whether to allow spell check during an assessment.
Declaration
var allowsSpellCheck: Bool { get set }Discussion
Users can activate the spell checker by turning on the Check Spelling feature in the Settings app (General > Keyboard). An assessment session disables spell checking by default, but you can allow it by setting allowsSpellCheck to true in the AEAssessmentConfiguration instance that you use to initialize a session.