Interface AssessmentBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
AssessmentBatchManager, AssessmentBatchProxyManager

public interface AssessmentBatchProfile extends OsidProfile

The AssessmentBatchProfile describes the interoperability among batch assessment services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsItemBatchAdmin

      boolean supportsItemBatchAdmin()
      Tests if bulk administration of items is available.
      Returns:
      true if an item bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAssessmentBatchAdmin

      boolean supportsAssessmentBatchAdmin()
      Tests if bulk administration of assessments is available.
      Returns:
      true if an assessment bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAssessmentOfferedBatchAdmin

      boolean supportsAssessmentOfferedBatchAdmin()
      Tests if bulk administration of assessments offered is available.
      Returns:
      true if an assessment offered bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAssessmentTakenBatchAdmin

      boolean supportsAssessmentTakenBatchAdmin()
      Tests if bulk administration of assessments taken is available.
      Returns:
      true if anassessment taken bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBankBatchAdmin

      boolean supportsBankBatchAdmin()
      Tests if bulk administration of banks is available.
      Returns:
      true if a bank bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.