Skip to content

CTATHintWindow

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

CTATHintWindow

A special component used to provide text feedback to users from the tutoring service. This is a component that should be included in every tutor.

Code

<div id="hintWindow" class="CTATHintWindow"></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 CTATHintWindow.

Modify the Language Pack to change the labels on the buttons which are labelled "Previous" and "Next" by default.

Clone this wiki locally