OSID Logo
OSID Specifications
grading package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.GradingProfile
Implementsosid.OsidProfile
Description

The GradingProfile describes the interoperability among grading services.

MethodsupportsVisibleFederation
Description

Tests if federation is visible.

Returnboolean true if visible federation is supported , false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemLookup
Description

Tests if a grade system lookup service is supported.

Returnbooleantrue if grade system lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemQuery
Description

Tests if a grade system query service is supported.

Returnboolean true if grade system query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemSearch
Description

Tests if a grade system search service is supported.

Returnboolean true if grade system search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemAdmin
Description

Tests if a grade system administrative service is supported.

Returnboolean true if grade system admin is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemNotification
Description

Tests if grade system notification is supported. Messages may be sent when grade entries are created, modified, or deleted.

Returnboolean true if grade system notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemGradebook
Description

Tests if a grade system to gradebook lookup session is available.

Returnboolean true if grade system gradebook lookup session is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemGradebookAssignment
Description

Tests if a grade system to gradebook assignment session is available.

Returnboolean true if grade system gradebook assignment is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemSmartGradebook
Description

Tests if a grade system smart gradebook session is available.

Returnboolean true if grade system smart gradebook is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeEntryLookup
Description

Tests if a grade entry lookup service is supported.

Returnbooleantrue if grade entry lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeEntryQuery
Description

Tests if a grade entry query service is supported.

Returnbooleantrue if grade entry query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeEntrySearch
Description

Tests if a grade entry search service is supported.

Returnboolean true if grade entry search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeEntryAdmin
Description

Tests if a grade entry administrative service is supported.

Returnboolean true if grade entry admin is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeEntryNotification
Description

Tests if grade entry notification is supported.

Returnboolean true if grade entry notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnLookup
Description

Tests if a gradebook column lookup service is supported.

Returnbooleantrue if gradebook column lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnQuery
Description

Tests if a gradebook column query service is supported.

Returnboolean true if grade system query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnSearch
Description

Tests if a gradebook column search service is supported.

Returnboolean true if grade system search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnAdmin
Description

Tests if a gradebook column administrative service is supported.

Returnboolean true if gradebook column admin is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnNotification
Description

Tests if gradebook column notification is supported. Messages may be sent when grade entries are created, modified, or deleted.

Returnboolean true if gradebook column notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnGradebook
Description

Tests if a gradebook column to gradebook lookup session is available.

Returnboolean true if gradebook column gradebook lookup session is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnGradebookAssignment
Description

Tests if a gradebook column to gradebook assignment session is available.

Returnboolean true if gradebook column gradebook assignment is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnSmartGradebook
Description

Tests if a gradebook column smart gradebookt session is available.

Returnboolean true if gradebook column amsrt gradebook is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookLookup
Description

Tests if a gradebook lookup service is supported.

Returnboolean true if gradebook lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookQuery
Description

Tests if a gradebook query service is supported.

Returnboolean true if gradebook query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookSearch
Description

Tests if a gradebook search service is supported.

Returnboolean true if gradebook search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookAdmin
Description

Tests if a gradebook administrative service is supported.

Returnboolean true if gradebook admin is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookNotification
Description

Tests if gradebook notification is supported. Messages may be sent when gradebooks are created, modified, or deleted.

Returnboolean true if gradebook notification is supported , false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookHierarchy
Description

Tests if a gradebook hierarchy traversal is supported.

Returnboolean true if a gradebook hierarchy traversal is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookHierarchyDesign
Description

Tests if gradebook hierarchy design is supported.

Returnboolean true if a gradebook hierarchy design is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradingBatch
Description

Tests if a grading batch service is supported.

Returnboolean true if a grading batch service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradingCalculation
Description

Tests if a grading calculation service is supported.

Returnboolean true if a grading calculation service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsGradingTransform
Description

Tests if a grade system transform service is supported.

Returnboolean true if a grading transform service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetGradeRecordTypes
Description

Gets the supported Grade record types.

Returnosid.type.TypeLista list containing the supported Grade record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeRecordType
Description

Tests if the given Grade record type is supported.

Parametersosid.type.TypegradeRecordTypea Type indicating a Grade record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradeRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradeSystemRecordTypes
Description

Gets the supported GradeSystem record types.

Returnosid.type.TypeLista list containing the supported GradeSystem record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemRecordType
Description

Tests if the given GradeSystem record type is supported.

Parametersosid.type.TypegradeSystemRecordTypea Type indicating a GradeSystem record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradeSystemRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradeSystemSearchRecordTypes
Description

Gets the supported GradeSystem search record types.

Returnosid.type.TypeLista list containing the supported GradeSystem search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeSystemSearchRecordType
Description

Tests if the given GradeSystem search record type is supported.

Parametersosid.type.TypegradeSystemSearchRecordTypea Type indicating a GradeSystem search record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradeSystemSearchRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradeEntryRecordTypes
Description

Gets the supported GradeEntry record types.

Returnosid.type.TypeLista list containing the supported GradeEntry record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeEntryRecordType
Description

Tests if the given GradeEntry record type is supported.

Parametersosid.type.TypegradeEntryRecordTypea Type indicating a GradeEntry record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradeEntryRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradeEntrySearchRecordTypes
Description

Gets the supported GradeEntry search record types.

Returnosid.type.TypeLista list containing the supported GradeEntry search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradeEntrySearchRecordType
Description

Tests if the given GradeEntry search record type is supported.

Parametersosid.type.TypegradeEntrySearchRecordTypea Type indicating a GradeEntry search record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradeEntrySearchRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradebookColumnRecordTypes
Description

Gets the supported GradebookColumn record types.

Returnosid.type.TypeLista list containing the supported GradebookColumn record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnRecordType
Description

Tests if the given GradebookColumn record type is supported.

Parametersosid.type.TypegradebookColumnRecordTypea Type indicating a GradebookColumn type
Returnboolean true if the given gradebook column record Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradebookColumnRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradebookColumnSearchRecordTypes
Description

Gets the supported gradebook column search record types.

Returnosid.type.TypeLista list containing the supported GradebookColumn search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnSearchRecordType
Description

Tests if the given gradebook column search record type is supported.

Parametersosid.type.TypegradebookColumnSearchRecordTypea Type indicating a GradebookColumn search record type
Returnboolean true if the given search record Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradebookColumnSearchRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradebookColumnSummaryRecordTypes
Description

Gets the supported GradebookColumnSummary record types.

Returnosid.type.TypeLista list containing the supported GradebookColumnSummary record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookColumnSummaryRecordType
Description

Tests if the given GradebookColumnSummary record type is supported.

Parametersosid.type.TypegradebookColumnSummaryRecordTypea Type indicating a GradebookColumnSummary type
Returnboolean true if the given gradebook column summary record Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradebookColumnRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradebookRecordTypes
Description

Gets the supported Gradebook record types.

Returnosid.type.TypeLista list containing the supported Gradebook record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookRecordType
Description

Tests if the given Gradebook record type is supported.

Parametersosid.type.TypegradebookRecordTypea Type indicating a Gradebook type
Returnboolean true if the given gradebook record Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradebookRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetGradebookSearchRecordTypes
Description

Gets the supported gradebook search record types.

Returnosid.type.TypeLista list containing the supported Gradebook search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsGradebookSearchRecordType
Description

Tests if the given gradebook search record type is supported.

Parametersosid.type.TypegradebookSearchRecordTypea Type indicating a Gradebook search record type
Returnboolean true if the given search record Type is supported, false otherwise
ErrorsNULL_ARGUMENT gradebookSearchRecordType is null
CompliancemandatoryThis method must be implemented.