Uses of Class
com.mypurecloud.sdk.v2.model.AssessmentFormQuestion
Packages that use AssessmentFormQuestion
-
Uses of AssessmentFormQuestion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssessmentFormQuestionModifier and TypeMethodDescriptionAssessmentFormQuestion.answerOptions(List<AnswerOption> answerOptions) Options from which to choose an answer for this question.AssessmentFormQuestion.commentsRequired(Boolean commentsRequired) AssessmentFormQuestion.isCritical(Boolean isCritical) Does this question contribute to the critical score.Does an incorrect answer to this question mark the form as having a failed kill question.AssessmentFormQuestion.maxResponseCharacters(Integer maxResponseCharacters) How many characters are allowed in the text response to this question.The question textAssessmentFormQuestion.type(AssessmentFormQuestion.TypeEnum type) AssessmentFormQuestion.visibilityCondition(VisibilityCondition visibilityCondition) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AssessmentFormQuestionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AssessmentFormQuestionModifier and TypeMethodDescriptionAssessmentFormQuestionGroup.questions(List<AssessmentFormQuestion> questions) The list of questions for this question groupvoidAssessmentFormQuestionGroup.setQuestions(List<AssessmentFormQuestion> questions)