Uses of Class
com.mypurecloud.sdk.v2.model.EvaluationQuestionGroupScore
Packages that use EvaluationQuestionGroupScore
-
Uses of EvaluationQuestionGroupScore in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationQuestionGroupScoreModifier and TypeMethodDescriptionTrue when the evaluation is submitted with a question group that does not have any answers.EvaluationQuestionGroupScore.maxTotalCriticalScore(Float maxTotalCriticalScore) Maximum possible score of only the critical questions in the groupEvaluationQuestionGroupScore.maxTotalCriticalScoreUnweighted(Float maxTotalCriticalScoreUnweighted) Maximum possible unweighted score of only the critical questions in the groupEvaluationQuestionGroupScore.maxTotalNonCriticalScore(Float maxTotalNonCriticalScore) Maximum possible score of only the non critical questions in the groupEvaluationQuestionGroupScore.maxTotalNonCriticalScoreUnweighted(Float maxTotalNonCriticalScoreUnweighted) Maximum possible unweighted score of only the non critical questions in the groupEvaluationQuestionGroupScore.maxTotalScore(Float maxTotalScore) Maximum possible score of all questions in the groupEvaluationQuestionGroupScore.maxTotalScoreUnweighted(Float maxTotalScoreUnweighted) Maximum possible unweighted score of all questions in the groupEvaluationQuestionGroupScore.questionGroupId(String questionGroupId) EvaluationQuestionGroupScore.questionScores(List<EvaluationQuestionScore> questionScores) EvaluationQuestionGroupScore.systemMarkedNA(Boolean systemMarkedNA) If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions.EvaluationQuestionGroupScore.totalCriticalScore(Float totalCriticalScore) Score of only the critical questions in the groupEvaluationQuestionGroupScore.totalCriticalScoreUnweighted(Float totalCriticalScoreUnweighted) Unweighted score of only the critical questions in the groupEvaluationQuestionGroupScore.totalNonCriticalScore(Float totalNonCriticalScore) Score of only the non critical questions in the groupEvaluationQuestionGroupScore.totalNonCriticalScoreUnweighted(Float totalNonCriticalScoreUnweighted) Unweighted score of only the non critical questions in the groupEvaluationQuestionGroupScore.totalScore(Float totalScore) Score of all questions in the groupEvaluationQuestionGroupScore.totalScoreUnweighted(Float totalScoreUnweighted) Unweighted score of all questions in the groupMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type EvaluationQuestionGroupScoreMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EvaluationQuestionGroupScoreModifier and TypeMethodDescriptionEvaluationScoringSet.questionGroupScores(List<EvaluationQuestionGroupScore> questionGroupScores) voidEvaluationScoringSet.setQuestionGroupScores(List<EvaluationQuestionGroupScore> questionGroupScores)