Class ChoiceQuestion

java.lang.Object
org.episteme.social.sociology.survey.Question
org.episteme.social.sociology.survey.ChoiceQuestion
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named

public class ChoiceQuestion extends Question
A question with a set of predefined options.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

  • Method Details

    • getOptions

      public List<String> getOptions()
    • addOption

      public void addOption(String option)
    • setOptions

      public void setOptions(List<String> options)
    • isAllowOther

      public boolean isAllowOther()
    • setAllowOther

      public void setAllowOther(boolean allowOther)