-
Notifications
You must be signed in to change notification settings - Fork 31
CTATHintButton
Michael Ringenberg edited this page May 5, 2016
·
12 revisions
This is a special component and should always be included in a CTAT tutor. A user clicks on it to request a hint. Generally works in conjunction with a CTATHintWindow to provide text feedback in addition to hint highlighting.
<div id="hint" class="CTATHintButton"></div>TBD
-
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.
Getting Started
Using CTAT
HTML Components
- HTML Examples
- CTATAudioButton
- CTATButton
- CTATChatPanel
- CTATCheckBox
- CTATComboBox
- CTATDoneButton
- CTATDragNDrop
- CTATFractionBar
- CTATGroupingComponent
- CTATHintButton
- CTATHintWindow
- CTATImageButton
- CTATJumble
- CTATNumberLine
- CTATNumericStepper
- CTATPieChart
- CTATRadioButton
- CTATSkillWindow
- CTATSubmitButton
- CTATTable
- CTATTextArea
- CTATTextField
- CTATTextInput
- CTATVideo