using open source assessment and feedback tools

51
Using open source assessment and feedback tools

Upload: jisc-elearning

Post on 06-May-2015

1.759 views

Category:

Education


8 download

DESCRIPTION

Slides from webinar in using open source assessment and feedback tools 15 Feb 2013

TRANSCRIPT

Page 1: Using open source assessment and feedback tools

Using open source assessment and feedback tools

Page 2: Using open source assessment and feedback tools

2

Introduction

• JISC's Assessment & Feedback programme strand C: Technology transfer

• Open source• Embed use in third party institutions Lessons learned: http://tinyurl.com/afstrandc

• The Tools: Rogō

Full assessment suite Uniqurate

Item and Test Editor, QTI compliant QTIDI project:

QTIWorks• Item and Test renderer, QTI and LTI compliant

LTIConnector and LTIQuizzes• IMS Learning Tool Interoperability demonstrators

Page 3: Using open source assessment and feedback tools

3

Questions?

Wilbert Kraan [email protected]

Page 4: Using open source assessment and feedback tools

Dr Simon WilkinsonUniversity of Nottingham

Rogō OSS

R RogōOpen Source Software

Page 5: Using open source assessment and feedback tools

AimThe Rogō OSS project aimed to take software developed at the University of Nottingham and package it up and create a vibrant open source development community.

Rogō OSS

Page 6: Using open source assessment and feedback tools

Enterprise-level e-Assessment

Rogō OSS

• 7 paper types (inc formative, summative)• 15 question types• Searchable – content, keywords, Bloom’s Taxonomy• QTI 1.2 and LTI 1.0• Feedback

– questions– learning objectives

Page 7: Using open source assessment and feedback tools

Open Source

Rogō OSS

• Released under GPL 3.0

• Server: Linux, Apache, MySQL, PHP

• Clients:– PC or Mac – IE 8/9, Firefox, Chrome– JavaScript and Flash

• Languages: English, Polish

Page 8: Using open source assessment and feedback tools

Partners

De Montfort University

University of Bedfordshire

University of East Anglia

University of Oxford

University of the West of Scotland

Rogō OSS

Page 9: Using open source assessment and feedback tools

Challenges

• OSS – raising awareness

• How best to operate?

• Legacy code-base

• Local idiosyncrasies/procedures

Rogō OSS

Page 10: Using open source assessment and feedback tools

Timeline

Basic Housekeeping• Name change – TouchStoneRogō• Website• Blog• Mailing list• TRAC – ticketing system• Installation script

Rogō OSS

Page 11: Using open source assessment and feedback tools

Timeline

Planned Development• Upgrade script• QTI 1.2 import improved• LTI 1.0 support added

Rogō OSS

Page 12: Using open source assessment and feedback tools

Timeline

Further Development• Sub-directory support• UI styling – CSS rewrite• Language abstraction layer

External Consultation• Testing procedures• Openness and sustainability

Rogō OSS

Page 13: Using open source assessment and feedback tools

Lessons Learnt

• Installation– Project start time– PHP versions– Sub-directory support– Bugs

Rogō OSS

Page 14: Using open source assessment and feedback tools

Lessons Learnt

• Testing– Manual (test plan in TRAC)– Selenium– Unit Testing– PHP scripts

• Modular Design– Language– Authentication

Rogō OSS

Page 15: Using open source assessment and feedback tools

Future – Community

• Improved documentation– UI, code and database

• GitHub – access to code in development• Support packages

Rogō OSS

Page 16: Using open source assessment and feedback tools

Future – Design

• OO rewrite• Modular design

– Questions

Rogō OSS

Page 17: Using open source assessment and feedback tools

UniqurateOnline

Demo Webinar

Sue Milne, University of Glasgow & ELandWeb LtdPaul Neve, Kingston University

Page 18: Using open source assessment and feedback tools

Project Aims

The Uniqurate project seeks to

increase the number of open e-assessment content authors,

and as a result, increase the richness of assessment content available to students

by

delivering QTI authoring tools that can be used by a novice user

embedding these tools into several “client” institutions

Page 19: Using open source assessment and feedback tools

QTI – what’s that?Question and Test Interoperability specification

Version 2.1 is becoming final about now

Standard for representing questions and tests

Many implementations worldwide: UK, France, Netherlands, Germany, Spain USA, Mexico Korea

Used by Educational institutions for internal assessments Examination authorities (Scotland, Netherlands,

Germany, Korea) Publishers for online content associated with textbooks

Page 20: Using open source assessment and feedback tools

Why use QTI?Interoperability:

Share assessment resources with colleagues in same or other institutions Efficiency, less reinvention of wheels Economical – costly to produce good resources, so share and

repurpose

Preserve materials to prevent loss when changing systemsEnsure content separate from softwareAll these contribute to SUSTAINABILITY

Flexibility:20 or so input types – and extendable, e.g. MathsSeveral inputs in one question – engaging resourcesTargeted, individualised feedback, related directly to input

Page 21: Using open source assessment and feedback tools

Uniqurate – user-led design

Uniqurate project: JISC Assessment and Feedback programme

Objective: increase usage of QTI in HE by transferring technology from existing tools into "client" institutions

Client partners describe what they need for teaching

Uniqurate derived from user-experience driven Aqurate and multiple interaction power of Mathqurate

Result – hopefully –a useful tool for authoring QTI content accessible to any user

Page 22: Using open source assessment and feedback tools

Uniqurate - Question components

Constituent parts providing functionality between question/exercise and student

May map onto QTI elements – but may not! – hence the term question component “What do you want the question to do?”

Questions typically composed of several componentsSeveral inputs in one question

Identify components that provide optimal benefit

Page 23: Using open source assessment and feedback tools

Uniqurate - Modes

Friendly Mode drag & drop components

Intermediate Mode edit HTML parts of existing files: ideal for

contextualising

Expert Mode XML editor: customise questions when more control

needed also for packaging non-Uniqurate questions with

media

Page 24: Using open source assessment and feedback tools

Uniqurate - output

As QTI XML file

As packaged QTI XML file

As package containing QTI XML file and media: images, stylesheets, etc.

Page 25: Using open source assessment and feedback tools

Links...Uniqurate – web application – no installation, just go to

http://uniqurate.kingston.ac.uk/Uniqurate/startup

QTI Support Site (examples, tools, resources...) http://qti-support.gla.ac.uk

Contacts...Graham Alsop (Project Leader)

[email protected]

Paul Neve (Uniqurate Developer) [email protected]

Sue Milne (Consultant) [email protected]

Page 26: Using open source assessment and feedback tools

Hands-on Time

Please type any questions or comments in the chat box...

Page 27: Using open source assessment and feedback tools

Just in Case...

The following slides are provided in case the live demo is not available...

The questions are quite mathematical in flavour, but authoring resources for other disciplines works in just the same way!

Page 28: Using open source assessment and feedback tools

Uniqurate Questions 1: Friendly Mode

Add more components

if needed

One question can have several

(different) inputs

Page 29: Using open source assessment and feedback tools

Uniqurate Questions 2: Intermediate Mode

Only HTML content is

visible

Click on MathML to edit

it

Click here to add

MathML

Use \qv{variable-name} in LaTeX to display variables in

MathML

Page 30: Using open source assessment and feedback tools

Uniqurate Questions 2: Expert Mode

Files in package QTI XML for this question

Page 31: Using open source assessment and feedback tools

Packaging Tests (Uniqurate editor)

Page 32: Using open source assessment and feedback tools

QTIDIOnline

Demo Webinar

Sue Milne, University of Glasgow & ELandWeb LtdNiall Barr, University of Glasgow

Page 33: Using open source assessment and feedback tools

Project AimsThe project will provide a documented and packaged

version of standards-compliant assessment delivery toolsLearning Tools Interoperability (LTI) connection between

popular VLEs and delivery softwareQTIWorks rendering and responding engine

The tools will be distributed to the project’s client partners Kingston University, Harper Adams University College University of Strathclyde.

Page 34: Using open source assessment and feedback tools

Tools

LTI Connector – connect VLE with delivery software

Delivery software:

LTIQuizzes – deliver basic question types

QTIWorks – all-singing, all-dancing delivery – includes facilities for Maths

Page 35: Using open source assessment and feedback tools

LTI Connector for VLEs

Learning System

Our simple QTI 2.1 Assessment Tool -

LTIQuizzes

Connecty thing

(LTI)Our fancy QTI 2.1

Assessment Tool – QTI Works

Page 36: Using open source assessment and feedback tools

QTIWorks – QTIv2.1 delivery software

Validates questions and tests – reports problems

Supports all QTIv2.1 UK HE profile

Supports input and manipulation of Maths expressions

Full randomisation, including Maths expressions

Feedback may be targeted on analysis of input

Connects to VLE through LTI Connector

… available late summer 2012

Page 37: Using open source assessment and feedback tools

Installation?

LTI – Moodle 2, newer versions of Blackboard and Sakai VLEs are already LTI-enabled.

LTIQuizzes – a single .war file needs to be copied to a Tomcat server, then an XML configuration file is edited to add the LTI details (server names and shared secrets).

QTIWorks – online demo at https://www2.ph.ed.ac.uk/qtiworks/ , .war file expected soon for institutional installation on Tomcat server

Page 38: Using open source assessment and feedback tools

Links...QTIWorks – online demo at

https://www2.ph.ed.ac.uk/qtiworks/

QTI Support Site (examples, tools, resources...) http://qti-support.gla.ac.uk

Contacts...Niall Barr (Project Leader) [email protected]

Sue Milne (Project Manager) [email protected]

David McKain (QTIWorks Developer) [email protected]

Page 39: Using open source assessment and feedback tools

Hands-on Time

Please type any questions or comments in the chat box...

Page 40: Using open source assessment and feedback tools

Just in Case...

The following slides are provided in case the live demo is not available...

They are quite mathematical in flavour, but resources from other disciplines work just the same!

Page 41: Using open source assessment and feedback tools

QTI WorksQTI Works https://www2.ph.ed.ac.uk/qtiworks/

Use the Demo section to try out questions and tests

Log in to set up LTI delivery data

Page 42: Using open source assessment and feedback tools

QTI Works – Demos

Upload questions or

tests to check operation

Validate questions and

tests

Try out and download example

questions and tests from collections

Page 43: Using open source assessment and feedback tools

QTI Works – VLE Setup

Upload questions or

tests to use in VLEs

Generate LTI data for setting up questions and tests in VLEs

Page 44: Using open source assessment and feedback tools

Uploading an AssessmentContent of uploaded assessments –question or

test – can be changed (e.g. fix a bug)

Date of last change is displayed

Page 45: Using open source assessment and feedback tools

Setting Up Assessment Launch DataSaving a delivery with LTI enabled creates launch

data

Data is pasted into Moodle 2 External Tool dialog or equivalent in other VLEs

Page 46: Using open source assessment and feedback tools

QTI in Moodle 2 – Question

Page 47: Using open source assessment and feedback tools

QTI in Moodle 2 – Question with Solution

Page 48: Using open source assessment and feedback tools

QTI in Moodle 2 – Maths Input

Page 49: Using open source assessment and feedback tools

Test: Algebra 1

This test is the one used in the Maths T1 topic Algebra 1. It is also in the demo course.

Page 50: Using open source assessment and feedback tools

Question in a Test

The indicator at top right shows the question status. No feedback is visible during the test – students have been using these randomised questions in formative mode for several weeks. Candidates return to the list of questions to select another question.

Page 51: Using open source assessment and feedback tools

Test feedback & review

These are the two parts of the feedback and review page; the scores for the questions are displayed and the candidate may return to see the questions and their input.