Uses of Class
org.problets.lib.io.input.AbstractInput

Packages that use AbstractInput
org.problets.domain.model.output.dialog   
org.problets.lib.io.input   
org.problets.lib.io.output.state   
org.problets.tutor.reflection   
 

Uses of AbstractInput in org.problets.domain.model.output.dialog
 

Subclasses of AbstractInput in org.problets.domain.model.output.dialog
 class LineInput
          Extends lib.io.input.ComboBoxInputAsNeeded to 1) provide error-flagging; 2) provide question; 3) obtain answer as just a number.
 

Uses of AbstractInput in org.problets.lib.io.input
 

Subclasses of AbstractInput in org.problets.lib.io.input
 class CheckBoxInput
          Displays a checkbox question, one where the user is provided multiple answering options and may select one or more of them
 class ComboBoxInput
          Displays a combobox question, one where the user is provided multiple answering options in a drop-down box, and can select only one of them
 class ComboBoxInputAsNeeded
          Extends ComboBoxInput to display the option without a drop-down box if there is only one option.
 class DateInput
          Widget to have the user enter a date
 class LabelInsert
          A pseudo-input, to be used to present titles, subtitles and instructions
 class LikertInput
          Specialization of RadioButtonInput class to create a Likert question
 class PasswordInput
          To present a question for which student enters one line of text
 class RadioButtonInput
          Display a question and get a response on Likert scale
 class RankedChoice
          Display a stem, select the order of ALL the options
 class ReactiveCheckBoxInput
          CheckBox input wherein checkboxes immediately react to user input by indicating whether the choice was correct or incorrect
 class TextAreaInput
          To present a question for which student enters several lines of text
 class TextFieldInput
          To present a question for which student enters one line of text
 class TextFieldInsert
          To present titles, subtitles and instructions
 

Uses of AbstractInput in org.problets.lib.io.output.state
 

Subclasses of AbstractInput in org.problets.lib.io.output.state
 class ReentrantRadioButtonInput
          Extends RadioButton to be re-entrant, and allow external listeners
 

Uses of AbstractInput in org.problets.tutor.reflection
 

Subclasses of AbstractInput in org.problets.tutor.reflection
 class ReflectionView
          Displays a reflection question, waits till user enters the correct answer, logs student's every choice, and adds the sequence of options selected by the user to the log.