Class ScaleQuestion

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

public class ScaleQuestion extends Question
A question asking for a rating on a linear scale.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • ScaleQuestion

      public ScaleQuestion(String text, int min, int max)
  • Method Details

    • getMin

      public int getMin()
    • setMin

      public void setMin(int min)
    • getMax

      public int getMax()
    • setMax

      public void setMax(int max)
    • getMinLabel

      public String getMinLabel()
    • setMinLabel

      public void setMinLabel(String minLabel)
    • getMaxLabel

      public String getMaxLabel()
    • setMaxLabel

      public void setMaxLabel(String maxLabel)