Accessibility Issues in Two Specifications for E-Learning Tests: IMS QTI 1.2 and IMS QTI 2.0

ICCHP Conference, Linz, Austria, 13 July 2006

Author: Christophe Strobbe (Katholieke Universiteit Leuven).

(This XHTML page can be displayed as a slideshow with Opera 6 or higher in “full screen mode”. To switch between full screen mode and normal view, press F11.)

Introduction

Web accessibility concentrates on issues such as

Another issue is the accessibility of content formats:
Accessibility features in user agents and authoring tools build on accessibility features in content format.

Accessibility of Content Formats

Reviewing specifications for content formats and add accessibility features:

Reviewing can take several forms:

Work on W3C's XML Accessibility Guidelines (XAG) has stopped.

Example: Question and Test Interoperability (QTI) by the IMS Global Learning Consortium.

IMS in Ten Seconds

IMS mission statement:

To promote the development of global distributed learning through the cooperative and collaborative efforts of universities, non-profit organizations, agencies of governments, companies and other organizations that make a definitive, substantial and continuing commitment to the development, evolution and/or use of advanced distributed learning environments.

Global distributed learning requires interoperability in many areas. XML-based specifications.

IMS Specifications

Question and Test Interoperability (QTI)

XML-based format for

Items can be used for

QTI Item Types

Items are categorized according to type of answer (identifier, string, number, order).

Rendering QTI Items

 

Example Issue: Alternative Text

Item type “standard multiple choice (images)”:

Code sample:
<response_label ident="A"> <material> <matimage imagtype="image/gif" uri="mchc_ir_002_image1.gif"/> <altmaterial> <mattext> Round sign with white background, a red border… </mattext> </altmaterial> </material> </response_label>

Problems:

The same problems also apply to item types with other media (audio, video, …).

Accessibility and Test Validity

Equivalent versus Alternative Access

equivalent access
provides the disabled user with content identical to that used by the nondisabled user
alternative access
provides the disabled user with a learning activity that differs from the activity used by the non-disabled user

(IMS Guidelines for Developing Accessible Learning Applications)

Equivalent versus Alternative Assessment

QTI Example: Connect the Points

Connect the appropriate number of points to create a single right-angled triangle.

QTI example: Connect the appropriate points on the circle to create a right-angled triangle

(Image copyright IMS Global Learning Consortium)

Blind users: “What circle? What points?”

Provide alternative assessment.

QTI Example: Drag and Drop

Place the text markers inside the relevant boxes to identify the planets of our solar system.
A point will be awarded for every correct answer.

Drag and Drop example: solar system and text markers

(Image copyright IMS Global Learning Consortium)

What are we testing?

The objectives determine equivalent or alternative assessment should be provided.

QTI and Voice Interaction

In VISUAL: efforts to adapt several interaction types to a voice user interface.

Interaction with a voice user interface (VUI) is different from the interaction of sighted users with a Web interface.

QTI only considers visual renderings.

QTI and Voice Interaction: Example: Order Objects

QTI 2.0

Conclusions