Uses of Class
org.sakaiproject.service.gradebook.shared.CategoryScoreData
-
Packages that use CategoryScoreData Package Description org.sakaiproject.service.gradebook.shared -
-
Uses of CategoryScoreData in org.sakaiproject.service.gradebook.shared
Methods in org.sakaiproject.service.gradebook.shared that return types with arguments of type CategoryScoreData Modifier and Type Method Description Optional<CategoryScoreData>GradebookService. calculateCategoryScore(Long gradebookId, String studentUuid, Long categoryId, boolean includeNonReleasedItems, int categoryType, Boolean equalWeightAssignments)Calculate the category score for the given gradebook, student and category, looking up the grades.Optional<CategoryScoreData>GradebookService. calculateCategoryScore(Object gradebook, String studentUuid, CategoryDefinition category, List<Assignment> categoryAssignments, Map<Long,String> gradeMap, boolean includeNonReleasedItems)Calculate the category score for the given gradebook, category, assignments in the category and grade map.
-