Assessment Authoring Open Service Interface Definitions assessment.authoring version 3.0.0
The Assessment OSID provides the means to create, access, and take
assessments. An Assessment may represent a quiz, survey, or other
evaluation that includes assessment Items. The OSID defines methods
to describe the flow of control and the relationships among the objects.
Assessment Items are extensible objects to capture various types of
questions, such as a multiple choice or asset submission.
The Assessment service can br broken down into several distinct services:
- Assessment Taking
- Assessment and Item authoring
- Accessing and managing banks of assessments and items
Each of these service areas are covered by different session and object interfaces. The object interfaces describe both the structure of the assessment and follow an assessment management workflow. They are:
Item: a question and answer pairResponse:a response to anItemquestionAssessment: a set ofItemsAssessmentPart:A grouped set ofItemsfor fancier assessment sequencingAssessmentOffering:AnAssessmentavailable for takingAssessmentTaken:AnAssessmentOfferingthat has been completed or in progress
The AssessmentSession is used to take an assessment and review the
results. It captures various ways an assessment can be taken which may
include time constraints, the ability to suspend and resume,
availability of an answer key, or access to a score or other evaluation.
Care should be taken to understand the various interoperability issues
in using this interface.
An AssessmentSession may be created using an AssessmentOffered
or AssessmentTaken Id. If instantiated with an
AssessmentOffered Id, an AssessmentTaken is implicitly
created and further references to its state should be performed using
the AssessmentTaken Id.
An AssessmentSession is a mapping of an AssessmentOffered to an
Agent at a point in time. The resulting AssessmentTaken is an
identifier representing this relationship.
On the authoring side, Items map to Assessments. An Item may
appear in more than one Assessment. Item banks may be used to
catalog sets of Items and/or sets of Assessments.
Service Managers¶
Assessment Authoring Profile¶
Bases:
dlkit.osid.managers.OsidProfileThe
AssessmentAuthoringProfiledescribes the interoperability among assessment authoring services.Tests if looking up assessment part is supported.
Returns: trueif assessment part lookup is supported,falseotherwiseReturn type: booleancompliance: mandatory – This method must be implemented.
Tests if querying assessment part is supported.
Returns: trueif assessment part query is supported,falseotherwiseReturn type: booleancompliance: mandatory – This method must be implemented.
Tests if an assessment part administrative service is supported.
Returns: trueif assessment part administration is supported,falseotherwiseReturn type: booleancompliance: mandatory – This method must be implemented.
Tests if an assessment part item service is supported for looking up assessment part and item mappings.
Returns: trueif assessment part item service is supported,falseotherwiseReturn type: booleancompliance: mandatory – This method must be implemented.
Tests if an assessment part item design session is supported.
Returns: trueif an assessment part item design service is supported,falseotherwiseReturn type: booleancompliance: mandatory – This method must be implemented.
Tests if looking up sequence rule is supported.
Returns: trueif sequence rule lookup is supported,falseotherwiseReturn type: booleancompliance: mandatory – This method must be implemented.
Tests if a sequence rule administrative service is supported.
Returns: trueif sequence rule administration is supported,falseotherwiseReturn type: booleancompliance: mandatory – This method must be implemented.
Gets the supported
AssessmentPartrecord types.Returns: a list containing the supported AssessmentPartrecord typesReturn type: osid.type.TypeListcompliance: mandatory – This method must be implemented.
Gets the supported
AssessmentPartsearch record types.Returns: a list containing the supported AssessmentPartsearch record typesReturn type: osid.type.TypeListcompliance: mandatory – This method must be implemented.
Gets the supported
SequenceRulerecord types.Returns: a list containing the supported SequenceRulerecord typesReturn type: osid.type.TypeListcompliance: mandatory – This method must be implemented.
Gets the supported
SequenceRulesearch record types.Returns: a list containing the supported SequenceRulesearch record typesReturn type: osid.type.TypeListcompliance: mandatory – This method must be implemented.
Gets the supported
SequenceRuleEnablerrecord types.Returns: a list containing the supported SequenceRuleEnablerrecord typesReturn type: osid.type.TypeListcompliance: mandatory – This method must be implemented.
Gets the supported
SequenceRuleEnablersearch record types.Returns: a list containing the supported SequenceRuleEnablersearch record typesReturn type: osid.type.TypeListcompliance: mandatory – This method must be implemented.
Assessment Authoring Manager¶
Bases:
dlkit.osid.managers.OsidManager,dlkit.osid.sessions.OsidSession,dlkit.services.assessment_authoring.AssessmentAuthoringProfileThe assessment authoring manager provides access to assessment authoring sessions and provides interoperability tests for various aspects of this service.
The sessions included in this manager are:
AssessmentPartLookupSession:a session to retrieve assessment partAssessmentPartQuerySession:a session to query for assessment partAssessmentPartSearchSession:a session to search for assessment partAssessmentPartAdminSession:a session to create and delete assessment partAssessmentPartNotificationSession:a session to receive notifications pertaining to assessment part changesAssessmentPartBankSession:a session to look up assessment part bank mappingsAssessmentPartBankAssignmentSession:a session to manage assessment part to bank mappingsAssessmentPartSmartBankSession:a session to manage dynamic bank of assessment partAssessmentPartItemSession:a session to look up assessment part to item mappingsAssessmentPartItemDesignSession:a session to map items to assessment partsSequenceRuleLookupSession:a session to retrieve sequence ruleSequenceRuleQuerySession:a session to query for sequence ruleSequenceRuleSearchSession:a session to search for sequence ruleSequenceRuleAdminSession:a session to create and delete sequence ruleSequenceRuleNotificationSession:a session to receive notifications pertaining to sequence rule changesSequenceRuleBankSession:a session to look up sequence rule bank mappingsSequenceRuleBankAssignmentSession:a session to manage sequence rule to bank mappingsSequenceRuleSmartBankSession:a session to manage dynamic bank of sequence ruleSequenceRuleEnablerLookupSession:a session to retrieve sequence rule enablersSequenceRuleEnablerQuerySession:a session to query for sequence rule enablersSequenceRuleEnablerSearchSession:a session to search for sequence rule enablersSequenceRuleEnablerAdminSession:a session to create and delete sequence rule enablersSequenceRuleEnablerNotificationSession:a session to receive notifications pertaining to sequence rule enabler changesSequenceRuleEnablerBankSession:a session to look up sequence rule enabler bank mappingsSequenceRuleEnablerBankAssignmentSession:a session to manage sequence rule enabler to bank mappingsSequenceRuleEnablerSmartBankSession:a session to manage dynamic bank of sequence rule enablersSequenceRuleEnableRuleLookupSession:a session to look up sequence rule enabler mappingsSequenceRuleEnablerRuleApplicationSession:a session to apply sequence rule enablers