Uses of Class
com.mypurecloud.sdk.v2.model.SurveyQuestionGroupScore
Packages that use SurveyQuestionGroupScore
-
Uses of SurveyQuestionGroupScore in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyQuestionGroupScoreModifier and TypeMethodDescriptionTrue when the evaluation is submitted with a question group that does not have any answers.SurveyQuestionGroupScore.maxTotalScore(Float maxTotalScore) Maximum possible score of all questions in the groupSurveyQuestionGroupScore.questionGroupId(String questionGroupId) SurveyQuestionGroupScore.questionScores(List<SurveyQuestionScore> questionScores) SurveyQuestionGroupScore.systemMarkedNA(Boolean systemMarkedNA) If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions.SurveyQuestionGroupScore.totalScore(Float totalScore) Score of all questions in the groupMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SurveyQuestionGroupScoreMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SurveyQuestionGroupScoreModifier and TypeMethodDescriptionSurveyScoringSet.questionGroupScores(List<SurveyQuestionGroupScore> questionGroupScores) voidSurveyScoringSet.setQuestionGroupScores(List<SurveyQuestionGroupScore> questionGroupScores)