---
title: allowsEmojiKeyboard
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsemojikeyboard
---

# allowsEmojiKeyboard

A Boolean value that indicates whether to allow the emoji keyboard during an assessment.

## Declaration

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

## Discussion

Discussion Users can access the emoji keyboard by tapping the emoji button on the keyboard (iOS) or through the Edit menu and keyboard shortcuts (macOS). An assessment session disables access to the emoji keyboard by default, but you can allow it by setting allowsEmojiKeyboard to true in the AEAssessmentConfiguration instance that you use to initialize a session.
