1EdTech Logo

1EdTech Question and Test Interoperability Overview

Version 2.0 Final Specification

 

Copyright © 2005 1EdTech Consortium, Inc. All Rights Reserved.
The 1EdTech Logo is a registered trademark of 1EdTech/GLC.
Document Name: 1EdTech Question and Test Interoperability Overview
Revision: 24 January 2005


 

 

Date Issued: 24 January 2005

IPR and Distribution Notices

Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the specification set forth in this document, and to provide supporting documentation.

1EdTech takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on 1EdTech's procedures with respect to rights in 1EdTech specifications can be found at the 1EdTech Intellectual Property Rights web page: http://www.imsglobal.org/ipr/imsipr_policyFinal.pdf.

Copyright © 2005 1EdTech Consortium. All Rights Reserved.

Permission is granted to all parties to use excerpts from this document as needed in producing requests for proposals.

Use of this specification to develop products or services is governed by the license with 1EdTech found on the 1EdTech website: http://www.imsglobal.org/license.html.

The limited permissions granted above are perpetual and will not be revoked by 1EdTech or its successors or assigns.

THIS SPECIFICATION IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR, ANY WARRANTY OF NONINFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY USE OF THIS SPECIFICATION SHALL BE MADE ENTIRELY AT THE IMPLEMENTER'S OWN RISK, AND NEITHER THE CONSORTIUM, NOR ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER, DIRECTLY OR INDIRECTLY, ARISING FROM THE USE OF THIS SPECIFICATION.

Table of Contents

1. Question and Test Interoperability
1.1. History of this Specification
1.2. Scope
2. Specification Use Cases
2.1. Use Case Actors
3. Structure of this Specification
4. References

1. Question and Test Interoperability

The 1EdTech Question & Test Interoperability (QTI) specification describes a data model for the representation of question (assessmentItem) and test (assessment) data and their corresponding results reports. Therefore, the specification enables the exchange of this item, assessment and results data between authoring tools, item banks, learning systems and assessment delivery systems. The data model is described abstractly, using [UML] to facilitate binding to a wide range of data-modeling tools and programming languages, however, for interchange between systems a binding is provided to the industry standard eXtensible Markup Language [XML] and use of this binding is strongly recommended. The 1EdTech QTI specification has been designed to support both interoperability and innovation through the provision of well-defined extension points. These extension points can be used to wrap specialized or proprietary data in ways that allows it to be used alongside items that can be represented directly.

1.1. History of this Specification

An initial V0.5 specification was released for discussion in March 1999 and in November it was agreed to develop 1EdTech Question & Test Interoperability v1.0 which was released as a public draft in February 2000 and as a final specification in May that year. The specification was extended and updated twice, in March 2001 and January 2002. By February of that year in excess of 6000 copies of the 1EdTech QTI 1.x specifications had been downloaded from the 1EdTech web-site.

Since then, a number of issues of have been raised by implementers and reviewed by the QTI project team. Many of them were dealt with in an addendum, which defined version 1.2.1 of the specification and was released in March 2003. Some of the issues could not be dealt with this way as they required changes to the specification that would not be backwardly compatible or because they uncovered more fundamental issues that would require extensive clarification or significant extension of the specification to resolve.

Since the QTI specification was first conceived, the breadth of 1EdTech specifications has grown and work on Content Packaging, Simple Sequencing and most recently Learning Design created the need for a cross-specification review. This review took place during 2003 and a number of harmonization issues affecting QTI were identified. In September that year a project charter was agreed to address both the collected issues from 1.x and the harmonization issues and to draft QTI V2.0. In order to make the work manageable and ensure that results were returned to the community at the earliest opportunity some restrictions were placed on the scope of the recommended work. Therefore, this release of the specification concentrates only on the individual assessmentItem and does not update those parts of the specification that dealt with the aggregation of item's into sections and assessments or the reporting of results.

1.2. Scope

The 1EdTech QTI work specifically relates to content providers (that is, question and test authors and publishers), developers of authoring and content management tools, assessment delivery systems and learning systems. The data model for representing question-based content is suitable for targeting users in learning, education and training across all age ranges and national contexts.

2. Specification Use Cases

QTI is designed to facilitate interoperability between a number of systems that are described here in relation to the actors that use them.

Specifically, QTI is designed to:

  • Provide a well documented content format for storing items independent of the authoring tool used to create them.
  • Support the deployment of item banks across a wide range of learning and assessment delivery systems.
  • Support the deployment of items and item banks from diverse sources in a single learning or assessment delivery system.
  • Provide systems with the ability to report test results in a consistent manner.

The Role of Assessments and Assessment Items

authoringTool

A system used by an author for creating or modifying an assessment item.

itemBank

A system for collecting and managing collections of assessment items.

assessmentDeliverySystem

A system for managing the delivery of assessments to candidates. The system contains a delivery engine for delivering the items to the candidates and scores the responses automatically (where applicable) or by distributing them to scorers.

learningSystem

A system that enables or directs learners in learning activities, possibly coordinated with a tutor. For the purposes of this specification a learner exposed to an assessment item as part of an interaction with a learning system (i.e., through formative assessment) is still described as a candidate as no formal distinction between formative and summative assessment is made. A learning system is also considered to contain a delivery engine though the administration and security model is likely to be very different from that employed by an assessmentDeliverySystem.

2.1. Use Case Actors

The set of roles identified in this specification have been reduced to a small set of abstract actors for simplicity. Typically roles in real learning and assessment systems are more complex but, for the purposes of this specification, it is assumed that they can be generalized by one or more of the roles defined here.

author

The author of an assessment item. In simple situations an item may have a single author, in more complex situations an item may go through a creation and quality control process involving many people. In this specification we identify all of these people with the role of author. An author is concerned with the content of an item, which distinguishes them from the role of an itemBankManager. An author interacts with an item through an authoringTool.

itemBankManager

An actor with responsibility for managing a collection of assessment items with an itemBank.

proctor

A person charged with overseeing the delivery of an assessment. Often referred to as an invigilator. For the purposes of this specification a proctor is anyone (other than the candidate) who is involved in the delivery process but who does not have a role in assessing the candidate's responses.

scorer

A person or external system responsible for assessing the candidate's responses during assessment delivery. Scorers are optional, for example, many assessment items can be scored automatically using response processing rules defined in the item itself.

tutor

Someone involved in managing, directing or supporting the learning process for a learner but who is not subject to (the same) assessment.

candidate

The person being assessed by an assessment or assessment item.

3. Structure of this Specification

The specification is spread over a number of documents:

  • Implementation Guide: A document that takes you through the data model for assessment items by example. The best starting point for readers who are new to QTI and want to get an idea of what it can do.
  • Information Model: The reference guide to the main data model for assessment items. The document provides detailed information about the model and specifies the requirements of delivery engines and authoring systems.
  • Meta-data and Usage Data: A document that describes a profile of the IEEE Standard for Learning Object Metadata [LOM] data model suitable for use with assessment items and a separate data model for representing usage data (i.e., item statistics). This document will be of particular interest to developers and managers of item banks and other content repositories, and to those who construct assessments from item banks.
  • Integration Guide: A document that describes the relationship between this specification other related specifications such as 1EdTech Content Packaging [IMS_CP], 1EdTech Simple Sequencing [IMS_SS] and 1EdTech Learning Design [IMS_LD].
  • XML Binding: A document describing the way the data models have been bound to [XML].
  • Conformance Guide: A document that describes conformance requirements and provides a data model for the construction of QTI profiles including a predefined profile that replaces the QTI Lite specification [QTI_LITE] released as part of version 1.
  • Migration Guide: A document aimed at people familiar with version 1.x. It takes you through the main changes that have been made to the data model and includes an alphabetical listing of version 1 elements providing detailed information about how the same information is represented in version 2.

This specification updates version 1 however, in its current form, it does not yet replace it entirely. The following documents were released with version 1.2:

  • ASI Information Model [ASI_INFO], XML Binding [ASI_BIND] and Best Practice Guide [ASI_BP]: these documents describe the Assessment, Section and Item data-models with associated bindings and examples. The item data-model defined by this specification obsoletes the one in these documents but the assessment and section data models are still current. See Migration Guide for advice on using these structures together with the updated new data-model.
  • QTILite Specification [QTI_LITE]: this document is now obsolete. It has been replaced with a profile of the new data-model described in Conformance Guide and the packaging recommendations given in Integration Guide.
  • ASI Selection & Ordering [QTI_SAO]: this document describes methods of determining the sequence of items within assessments and sections and is still current. This part of the specification has not been widely deployed and the suggested solutions given in Integration Guide should be considered as an alternative until an updated version becomes available (or it is made obsolete).
  • ASI Outcomes Processing [QTI_OUT]: this document describes methods of aggregating the outcomes from individual items and sections to create a set of section or assessment level outcomes. This specification is still current.
  • Results Reporting Information Model [RR_INFO], XML Binding [RR_BIND] and Best Practice Guide [RR_BP]: these documents are still current. Developers are encourage, however, to look also at the itemSession data-model defined in this specification.

4. References

ASI_BIND
1EdTech Question & Test Interoperability: ASI XML Binding Specification, Version 1.2
Published: 2002-02
ASI_BP
1EdTech Question & Test Interoperability: ASI Best Practice & Implementation Guide, Version 1.2
Published: 2002-02
ASI_INFO
1EdTech Question & Test Interoperability: ASI Information Model Specification, Version 1.2
Published: 2002-02
IMS_CP
1EdTech Content Packaging Specification, Version 1.3.1
IMS_LD
1EdTech Learning Design Specification, Version 1.0
Published: 2003-01
IMS_SS
1EdTech Simple Sequencing Specification, Version 1.0
Published: 2003-03
LOM
IEEE 1484.12.1-2002 Standard for Learning Object Meta-data (LOM)
QTI_LITE
QTI Lite
QTI_OUT
1EdTech Question & Test Interoperability: ASI Outcomes Processing, Version 1.2
Published: 2002-02
QTI_SAO
1EdTech Question & Test Interoperability: ASI Selection & Ordering, Version 1.2
Published: 2002-02
RR_BIND
1EdTech Question & Test Interoperability: Results Reporting XML Binding, Version 1.2
Published: 2002-02
RR_BP
1EdTech Question & Test Interoperability: Results Reporting Best Practice & Implementation Guide, Version 1.2
Published: 2002-02
RR_INFO
1EdTech Question & Test Interoperability: Results Reporting Information Model, Version 1.2
Published: 2002-02
UML
OMG Unified Modeling Language Specification, Version 1.4
Published: 2001-09
XML
Extensible Markup Language (XML), Version 1.0 (second edition)
Published: 2000-10


About This Document

 

Title 1EdTech Question and Test Interoperability Overview
Editor Steve Lay (University of Cambridge)
Version 2.0
Version Date 24 January 2005
Status Final Specification
Summary This document describes the QTI specification Overview.
Revision Information 24 January 2005
Purpose This document has been approved by the 1EdTech Technical Board and is made available for adoption.
Document Location http://www.imsglobal.org/question/qti_v2p0/imsqti_oviewv2p0.html

 

 

 

To register any comments or questions about this specification please visit: http://www.imsglobal.org/developers/ims/imsforum/categories.cfm?catid=23

 

 

List of Contributors

The following individuals contributed to the development of this document:

 

Name Organization Name Organization
Niall Barr CETIS Joshua Marks McGraw-Hill
Sam Easterby-Smith Canvas Learning David Poor McGraw-Hill
Jeanne Ferrante ETS Greg Quirus ETS
Pierre Gorissen SURF Niall Sclater CETIS
Regina Hoag ETS Colin Smythe 1EdTech
Christian Kaefer McGraw-Hill GT Springer Texas Instruments
John Kleeman Question Mark Colin Tattersall OUNL
Steve Lay UCLES Rowin Young CETIS
Jez Lord Canvas Learning    

Revision History

 

Version No. Release Date Comments
Base Document 2.0 09 March 2004 The first version of the QTI Item v2.0 specification.
Public Draft 2.0 07 June 2004 The Public Draft version 2.0 of the QTI Item Specification.
Final 2.0 24 January 2005 The Final version 2.0 of the QTI specification.

 

 

 

1EdTech Consortium, Inc. ("1EdTech/GLC") is publishing the information contained in this 1EdTech Question and Test Interoperability Overview ("Specification") for purposes of scientific, experimental, and scholarly collaboration only.

1EdTech/GLC makes no warranty or representation regarding the accuracy or completeness of the Specification.
This material is provided on an "As Is" and "As Available" basis.

The Specification is at all times subject to change and revision without notice.

It is your sole responsibility to evaluate the usefulness, accuracy, and completeness of the Specification as it relates to you.

1EdTech/GLC would appreciate receiving your comments and suggestions.

Please contact 1EdTech/GLC through our website at http://www.imsglobal.org

Please refer to Document Name:
1EdTech Question and Test Interoperability Overview Revision: 24 January 2005