Package org.osid.assessment


package org.osid.assessment

The Open Service Interface Definitions for the org.osid.assessment service.

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 an 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 of first defining assessment items and then authoring assessments based on those items. They are:

  • Item : a question and answer pair
  • Response : a response to an Item question
  • Assessment : a set of Items
  • AssessmentSection : A grouped set of Items
  • AssessmentOffering : An Assessment available for taking
  • AssessmentTaken : An AssessmentOffering that has been completed or in progress

Taking Assessments

The AssessmentSession is used to take an assessment. It captures various ways an assessment can be taken which may include time constraints, the ability to suspend and resume, and the availability of an answer.

Taking an Assessment involves first navigating through AssessmentSections . An AssessmentSection is an advanced authoring construct used to both visually divide an Assessment and impose additional constraints. Basic assessments are assumed to always have one AssessmentSection even if not explicitly created.

Authoring

A basic authoring session is available in this package to map Items to Assessments . More sophisticated authoring using AssessmentParts and sequencing is available in the Assessment Authoring OSID.

Bank Cataloging

Assessments , AssessmentsOffered , AssessmentsTaken , and Items may be organized into federateable catalogs called Banks .

Sub Packages

The Assessment OSID includes an Assessment Authoring OSID for more advanced authoring and sequencing options.




Copyright © 2002-2004 Massachusetts Institute of Technology.

Copyright © 2008-2010 Ingenescus. All Rights Reserved.

This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.

Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.

You may nodify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.

This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.

The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.

  • Interfaces
    Class
    Description
    An Answer represents the question portion of an assessment item.
    This is the form for creating and updating Answers .
    Like all OsidLists , AnswerList provides a means for accessing Answer elements sequentially either one at a time or many at a time.
    This is the query for searching answers.
    The query inspectors provide a means of accessing the match terms of a query.
    An interface for specifying the ordering of search results.
    An Assessment represents a sequence of assessment items.
    This session creates, updates, and deletes Assessments .
    This session provides methods to re-assign Assessments to Banks .
    This session provides methods to retrieve Assessment to Bank mappings.
    This session defines methods to manage assessment items in an assessment.
    This is the form for creating and updating Assessments .
    Like all OsidLists , AssessmentList provides a means for accessing Assessment elements sequentially either one at a time or many at a time.
    This session defines methods for retrieving assessments.
    The assessment manager provides access to assessment sessions and provides interoperability tests for various aspects of this service.
    This session defines methods to receive notifications on adds/changes to Assessment objects in this Bank .
    An AssessmentOffered represents a sequence of assessment items.
    This session creates, updates, and deletes AssessmentsOffered .
    This session provides methods to re-assign AssessmentOffered objects to Banks .
    This session provides methods to retrieve AssessmentOffered to Bank mappings.
    This is the form for creating and updating an AssessmentOffered .
    Like all OsidLists , AssessmentOfferedList provides a means for accessing AssessmentTaken elements sequentially either one at a time or many at a time.
    This session defines methods for retrieving assessments offered.
    This session defines methods to receive notifications on adds/changes to AssessmentOffered objects in this Bank .
    This is the query for searching assessments.
    The query inspectors provide a means of accessing the match terms of a query.
    This session provides methods for querying AssessmentOffered objects.
    The assessment receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted AssessmentOffered objects.
    AssessmentOfferedSearch defines the interface for specifying assessment search options.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among AssessmentOffered objects.
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    The AssessmentProfile describes the interoperability among assessment services.
    The assessment manager provides access to assessment sessions and provides interoperability tests for various aspects of this service.
    This is the query for searching assessments.
    The query inspectors provide a means of accessing the match terms of a query.
    This session provides methods for querying Assessment objects.
    The assessment receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Assessment objects.
    This session is used to access the tested assessment items and their associated responses.
    AssessmentSearch defines the interface for specifying assessment search options.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Assessment objects.
    Represents an assessment section.
    Like all OsidLists , AssessmentSectionList provides a means for accessing AssessmentSection elements sequentially either one at a time or many at a time.
    This session is used to take an assessment.
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    Represents a taken assessment or an assessment in progress.
    This session creates, updates, and deletes AssessmentsTaken .
    This session provides methods to re-assign AssessmentTaken objects to Banks .
    This session provides methods to retrieve AssessmentTaken to Bank mappings.
    This is the form for creating and updating an AssessmentTaken .
    Like all OsidLists , AssessmentTakenList provides a means for accessing AssessmentTaken elements sequentially either one at a time or many at a time.
    This session defines methods for retrieving assessments taken.
    This session defines methods to receive notifications on adds/changes to AssessmentTaken objects in this Bank .
    This is the query for searching assessments.
    The query inspectors provide a means of accessing the match terms of a query.
    This session provides methods for searching among AssessmentTaken objects.
    The assessment receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted AssessmentTaken objects.
    AssessmentTakenSearch defines the interface for specifying assessment search options.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among AssessmentTaken objects.
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    A bank defines a collection of assessments and items.
    This session creates, updates, and deletes Banks .
    This is the form for creating and updating banks.
    This session defines methods for managing a hierarchy of Bank objects.
    This session defines methods for traversing a hierarchy of Bank objects.
    Like all OsidLists , BankList provides a means for accessing Bank elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Bank objects.
    This interface is a container for a partial hierarchy retrieval.
    Like all OsidLists , BankNodeList provides a means for accessing BankNode elements sequentially either one at a time or many at a time.
    This session defines methods to receive notifications on adds/changes to Bank objects.
    This is the query for searching banks Each method specifies an AND term while multiple invocations of the same method produce a nested OR .
    The query inspectors provide a means of accessing the match terms of a query.
    This session provides methods for searching among Bank objects.
    The bank receiver is the consumer supplied interface for receiving notifications pertaining to new, updated, or deleted Bank objects.
    The interface for governing bank searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching among Bank objects.
    An Item represents an individual assessment item such as a question.
    This session creates, updates, and deletes Items .
    This session provides methods to re-assign Items to Banks .
    This session provides methods to retrieve Item to Bank mappings.
    This is the form for creating and updating Items .Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the ItemAdminSession .
    Like all OsidLists , ItemList provides a means for accessing Item elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Item objects.
    This session defines methods to receive asynchronous notifications on adds/changes to Item objects.
    This is the query for searching items.
    The query inspectors provide a means of accessing the match terms of a query.
    This session provides methods for searching Item objects.
    The item receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Items .
    ItemSearch defines the interface for specifying item search options.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching Item objects.
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    This session defines methods for retrieving assessments taken by the authenticated agent.
    A Question represents the question portion of an assessment item.
    This is the form for creating and updating Questions .
    Like all OsidLists , QuestionList provides a means for accessing Question elements sequentially either one at a time or many at a time.
    This is the query for searching questions.
    The query inspectors provide a means of accessing the match terms of a query.
    An interface for specifying the ordering of search results.
    A response to an assessment item.
    Like all OsidLists , ResponseList provides a means for accessing Response elements sequentially either one at a time or many at a time.