Annotations API Methods
enterHighlightMode()
Enters keyboard highlight mode.
You would want to use this so that learners can select text with the keyboard and apply highlighting without using a mouse.
Keyboard highlight mode displays a caret and allows learners to move through text using the arrow keys. Learners can hold shift to select text, and then use tab to move into the popover and highlight the selected text.
Examples
itemsApp.assessApp().annotationsApp().module('texthighlight').enterHighlightMode();
Arguments
None.
Return value
None (undefined).
Versioning
Version added: v2026.2.LTS (now live in developer)