Interface | osid.grading.calculation.GradingCalculationProfile | ||
---|---|---|---|
Implements | osid.OsidProfile | ||
Description |
The | ||
Method | supportsVisibleFederation | ||
Description |
Tests if federation is visible. | ||
Return | boolean | true if visible federation is supported ,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradebookColumnCalculationLookup | ||
Description |
Tests if a gradebook column calculation lookup service is supported. | ||
Return | boolean | true if gradebook column calculation lookup is supported,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradebookColumnCalculationAdmin | ||
Description |
Tests if a gradebook column calculation administrative service is supported. | ||
Return | boolean | true if gradebook column calculation admin is supported,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnCalculationRecordTypes | ||
Description |
Gets the supported | ||
Return | osid.type.TypeList | a list containing the supported GradebookColumnCalculation
record types | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsGradebookColumnCalculationRecordType | ||
Description |
Tests if the given | ||
Parameters | osid.type.Type | gradebookColumnCalculationRecordType | a Type indicating a GradebookColumnCalculation
type |
Return | boolean | true if the given gradebook column calculation record
Type is supported, false otherwise | |
Errors | NULL_ARGUMENT | gradebookColumnCalculationRecordType is null | |
Compliance | mandatory | This method must be implemented. |