Uses of Class
com.mypurecloud.sdk.v2.model.AssessmentQuestionScore
Packages that use AssessmentQuestionScore
-
Uses of AssessmentQuestionScore in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssessmentQuestionScoreModifier and TypeMethodDescriptionThe ID of the selected answerComments provided for the answerAssessmentQuestionScore.freeTextAnswer(String freeTextAnswer) Answer for free text answer typeTrue if this question was marked as NAAssessmentQuestionScore.questionId(String questionId) The ID of the questionAssessmentQuestionScore.systemMarkedNA(Boolean systemMarkedNA) If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AssessmentQuestionScoreMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AssessmentQuestionScoreModifier and TypeMethodDescriptionAssessmentQuestionGroupScore.questionScores(List<AssessmentQuestionScore> questionScores) The individual question scoresvoidAssessmentQuestionGroupScore.setQuestionScores(List<AssessmentQuestionScore> questionScores)