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

Packages that use CheckBoxInput
org.problets.lib.io.input   
org.problets.tutor.reflection   
 

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

Subclasses of CheckBoxInput in org.problets.lib.io.input
 class ReactiveCheckBoxInput
          CheckBox input wherein checkboxes immediately react to user input by indicating whether the choice was correct or incorrect
 

Uses of CheckBoxInput in org.problets.tutor.reflection
 

Subclasses of CheckBoxInput 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.