Extensions/Assessment/blockGrammarChecks

Extensions add specific functionality to Items API. They rely on modules within LT being available.

--

This script blocks the Grammarly plugin and browser spellcheck, autocorrect, autocapitalize and autocomplete for:

  • Plain text and Essay question types
  • Annotations API notepad and sticky notes

Methods

run()

Looks for relevent question types and annotations to add grammar blocking attributes to.

Since
0.3.0
Example
import { LT } from '@caspingus/lt/src/assessment/index';

LT.init(itemsApp); // Set up LT with the Items API application instance variable
LT.extensions.blockGrammarChecks.run();