Interface SurveyChoiceOption


public interface SurveyChoiceOption
  • Method Summary

    Modifier and Type
    Method
    Description
    The label shown to the user when the option is presented in a multiple choice question
    The value the answer will be set to when the user selects this option in a multiple choice question
  • Method Details

    • getName

      String getName()
      The label shown to the user when the option is presented in a multiple choice question
    • getValue

      String getValue()
      The value the answer will be set to when the user selects this option in a multiple choice question