help logoLON-CAPA Help


This group of tags implements a mechanism for getting data for students. They will usually be used by a response tag.

Both the textfield and textline input tags support a spellcheck attribute. If present, the text the user types is spellchecked when focus leaves the input field. The value of this attribute specifies the language in which the spellcheck is performed. e.g. < textfield spellcheck='en' / > creates a text field that is spellchecked in English while < textline spellcheck='de' / > creates a text line that is spellchecked in German.