QTI is a standard format for the representation of assessment content and results. QTI offers different interactions for answering a question (see IMS Global Learning Consortium). These interactions are single-Choice and Multiple-Choice (simple), input fields (textbased) and Drag’n’Drop or order/sort elements (graphical).
The QTI standard supports additional information like description of pictures in its specification. Furthermore there is no definition in which way the assessment content will be rendered and presented to its user. But often HTML and JavaScript is used for this. And this is the main problem, because the interactive responses are not accessible for assistive technologies.
2.2 Accessible interactive Responses
Different studies show that interactive response can be accessible, if they fulfill current guidelines and specification like Web Content Accessibility Guideline 2.0 (WCAG 2.0), Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA) and HTML5. Responses like Drag’n’Drop and sort elements can be accessible. Therefore just HTML5, ARIA, CSS and JavaScript is required.
In our current project it is the main goal to enhance the accessibility of such interactive response. Based on QTI, HTML5, CSS and WAI-ARIA different kind of interactions are developed and tested with blind and visually impaired users. Blind users were asked what kind of interaction they prefer when asked to sort a list of multiple items. The result are two kind of interaction: select’n’move and select’n’paste. Select’n’move is performed by
selecting/grabbing an element and moving it via the arrows keys. Select’n’paste after is performed by selecting an element and moving the focus. With second selection the selected element is pasted at the focussed position. Both techniques were tested with blind users successfully.
Another concept of accessible Drag’n’Drop is using a popup menu for selecting the drop target (see [HEIMER]). In the same way the users can adjust the ordering of the dropped elements by select’n’move or select’n’paste. Additional information about the visual changes after moving/pasting a element will present in an hidden live-region. We modify an existing QTI-Player by adding these accessible features and make the interactions accessible for assistive technologies.
3 Conslusion
By using technologies like HTML5, CSS and JavaScript dynamic web pages and particular Drag’n’Drop accessible for assistive technology. All three proposed accessible interaction techniques are subject to preferences of an individual user.
References
Books
HEIMER, Andrea. Usability assistiver Technologien in dynamischen Webinhalten, 2011. Diplomarbeit, TU Dresden; Dresden.
PRESCHER, Denise. Nichtvisuelle Benutzungsoberfl¨chen im E-Learning, 2008. Großer a Beleg, TU Dresden; Dresden.
Electronic articles
IMS Global Learning Consortium. IMS Question and Test Interoperability Assessment Test, Section, and Item Information Model. Available in
URL http://www.imsglobal.org/specifications.html
1more information https://bildungsportal.sachsen.de/opal/dmz/
2https://moodle.org/
3A pilot study has shown that mouse-based quizz techniques as described above can be mastered by
blind students. Results will be reported in the full paper.