| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
CourseGrade |
GradebookService.getCourseGradeForStudent(String gradebookUid,
String userUuid)
Get the course grade for a student
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CourseGrade> |
GradebookService.getCourseGradeForStudents(String gradebookUid,
List<String> userUuids)
Get the course grade for a list of students
|
Map<String,CourseGrade> |
GradebookService.getCourseGradeForStudents(String gradebookUid,
List<String> userUuids,
Map<String,Double> schema)
Get the course grade for a list of students using the given grading schema
|
Copyright © 2003–2019 Sakai Project. All rights reserved.