| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
void |
GradebookExternalAssessmentService.addExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
Double points,
Date dueDate,
String externalServiceDescription,
String externalData,
Boolean ungraded,
Long categoryId)
This method is identical to
GradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, String, Boolean) but
allows you to also specify the associated Category for this assignment. |
Copyright © 2003–2019 Sakai Project. All rights reserved.