Uses of Package
org.problets.lib.io.input

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

Classes in org.problets.lib.io.input used by org.problets.domain.model.output.dialog
AbstractInput
          Serves as base class for all the types of questions asked in a form, so that the form can be considered to consist of many AbstractInput objects
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
ComboBoxInputAsNeeded
          Extends ComboBoxInput to display the option without a drop-down box if there is only one option.
 

Classes in org.problets.lib.io.input used by org.problets.lib.io.input
AbstractInput
          Serves as base class for all the types of questions asked in a form, so that the form can be considered to consist of many AbstractInput objects
CheckBoxInput
          Displays a checkbox question, one where the user is provided multiple answering options and may select one or more of them
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
DataInputManager
          Has DataInputModel process the specified input file, creates a form for it, collates the answers of the various questions upon STAGE_ENDED event, determines whether the answers are acceptable or not, logs the answers if they are acceptable and redresses if they are not, and records demographic data in SessionState.
RadioButtonInput
          Display a question and get a response on Likert scale
 

Classes in org.problets.lib.io.input used by org.problets.lib.io.output.state
AbstractInput
          Serves as base class for all the types of questions asked in a form, so that the form can be considered to consist of many AbstractInput objects
RadioButtonInput
          Display a question and get a response on Likert scale
 

Classes in org.problets.lib.io.input used by org.problets.tutor.reflection
AbstractInput
          Serves as base class for all the types of questions asked in a form, so that the form can be considered to consist of many AbstractInput objects
CheckBoxInput
          Displays a checkbox question, one where the user is provided multiple answering options and may select one or more of them
ReactiveCheckBoxInput
          CheckBox input wherein checkboxes immediately react to user input by indicating whether the choice was correct or incorrect