Skip to content

CTATHintButton

Michael Ringenberg edited this page May 5, 2016 · 12 revisions

CTATHintButton

This is a special component and should always be included in a CTAT tutor. A user clicks on it to request a hint.

Code

<div id="hint" class="CTATHintButton"></div>

Running Example

TBD

Attributes and Settings

  • id: Required. The name of the component, must be a valid html id name.
  • class: Required. The class list, must include CTATHintButton.

The label text can be modified by changing the text in the Language Pack. Do not add anything to the content of the CTATHintButton <div> entity.

Clone this wiki locally