| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
Optional<CategoryScoreData> |
GradebookService.calculateCategoryScore(Long gradebookId,
String studentUuid,
Long categoryId)
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)
Calculate the category score for the given gradebook, category, assignments in the category and grade map.
|
Copyright © 2003–2018 Sakai Project. All rights reserved.