38
CMA in Moodle: Past, Present and Future Tim Hunt Leading Technical Developer The Open University

2012 Computer-Assisted Assessment

Embed Size (px)

DESCRIPTION

My presentation at the 2012 CAA conference.An attempt to summarise how all the Moodle computer-marked assessment components fit together.

Citation preview

Page 1: 2012 Computer-Assisted Assessment

CMA in Moodle:Past, Present and Future

Tim HuntLeading Technical DeveloperThe Open University

Page 2: 2012 Computer-Assisted Assessment

Overview of this talkThis talk will focus on the ‘Present’

1 Overview

2 Questions

3 Activities

4 Conclusions

Page 3: 2012 Computer-Assisted Assessment

What are we trying to achieve?A CMA system must address• pedagogic• administrative• technical

considerations

Page 4: 2012 Computer-Assisted Assessment

Overview

Page 5: 2012 Computer-Assisted Assessment

Demonstration

http://v.gd/quizexampleou

http://v.gd/quizexample

Page 6: 2012 Computer-Assisted Assessment

Map of Moodle’s CMA tools

Page 7: 2012 Computer-Assisted Assessment

Questions

Page 8: 2012 Computer-Assisted Assessment

The quiz activity

Page 9: 2012 Computer-Assisted Assessment

The question engine

Page 10: 2012 Computer-Assisted Assessment

The question bank

Page 11: 2012 Computer-Assisted Assessment

The quiz activity

Page 12: 2012 Computer-Assisted Assessment

Administrative parts of Moodle

Page 13: 2012 Computer-Assisted Assessment

Other graded activities

Page 14: 2012 Computer-Assisted Assessment

Plugins• The various conceptual parts of Moodle are made up of -plugins-core Moodle functionality

• Plugins make it easy to add custom functionality• They break down the functionality into units that can be

combined in different ways

Page 15: 2012 Computer-Assisted Assessment

Questions

Page 16: 2012 Computer-Assisted Assessment

Question behaviours• How the student interacts with a question• For example

1 The Student gives a response and clicks ‘Check’

2 They immediately get told if they were right, with feedback

3 If they were wrong, the can click ‘Try again’

4 If they get it right on a later try, they get less marks

5 After 3 incorrect tries, they are just told the answer• Some parts of this are configurable

Page 17: 2012 Computer-Assisted Assessment

Question behaviours (to date)• Interactive with multiple tries – as on last slide• Deferred feedback• Immediate feedback• Deferred feedback with CBM• Immediate feedback with CBM• Adaptive mode• Adaptive mode (no penalties)• Manually graded

Page 18: 2012 Computer-Assisted Assessment

Question types – run-time• I described the behaviour without giving any details of

the question

• Question types say what the question is-what is shown-how the student responds-how it is graded-how the feedback is generated

Page 19: 2012 Computer-Assisted Assessment

Question types – authoring• Moodle questions are authored using web forms• Teachers can define the question, within the template

provided by the question type

• Questions are stored in Moodle’s question bank-an area for each course / quiz-hierarchical categories in each area

Page 20: 2012 Computer-Assisted Assessment

Question types (to date)• All question types combine a few basic interactions-entering words-entering numbers / symbolic notations-selection-positioning things – points, molecules, parts of a diagram

• Moodle now has question types for all of these separately-… but what about combinations?

Page 21: 2012 Computer-Assisted Assessment

Question import/export formats• A way to get questions-in to Moodle from other systems-out of Moodle

• Also useful for bulk authoring

Page 22: 2012 Computer-Assisted Assessment

Question display options• Information should, or should not, be visible at given times-marks-right/wrong-different types of feedback

• There are settings for this• and natural limits-e.g. no feedback until an answer is submitted

Page 23: 2012 Computer-Assisted Assessment

Putting questions together• In principle, any question can use with any behaviour• In practice, it is not that simple-e.g. essays can only be manually graded

• Still, many interactive questions can be assembled

Page 24: 2012 Computer-Assisted Assessment

Activities

Page 25: 2012 Computer-Assisted Assessment

The quiz – set up• Sequence of questions to be answered-specific question or random selection-fixed order or shuffled-answered in sequence, or freely

• Which students should have access• When and where attempts can be made

Page 26: 2012 Computer-Assisted Assessment

Quiz access rulesAll the different ways students may, or may not, be restricted from accessing the quiz• Open / close dates• Time limit• Number of attempts• IP address• Secure browser• Enforced delays between attempts• Acknowledge academic honesty statement first

Page 27: 2012 Computer-Assisted Assessment

The quiz – results• Question outcomes combined to give overall results• Results reported• Final grades sent to the grade-book

Page 28: 2012 Computer-Assisted Assessment

Quiz reportsAllow the outcomes to be viewed, analysed and downloaded• Grades• Responses• Statistics – standard test psychometrics – CTT• Efficient manual grading

Page 29: 2012 Computer-Assisted Assessment

Lesson activity• Like a “choose your own adventure” book• Since Moodle 1.2 – not yet using the question

bank/question engine

Page 30: 2012 Computer-Assisted Assessment

Other possibilities• Could be built in Moodle• Or IMS LTI could be used to connect to external tools

Page 31: 2012 Computer-Assisted Assessment

Summary

Page 32: 2012 Computer-Assisted Assessment

How does Moodle measure up?A CMA system must address• pedagogic• administrative• technical

considerations

Page 33: 2012 Computer-Assisted Assessment

Pedagogy• Behaviours allow a range of learning tasks-Gibbs and Simpson conditions for feedback to promote

learning → Interactive behaviour-Certainty Based Marking

• Question types-designed to allow detailed feedback

• Options for constructing quizzes• Quiz reports

Page 34: 2012 Computer-Assisted Assessment

Administration• Moodle provides a lot of this-courses, users, groups, authentication, enrolment-course as an sequence of activities-gradebook, event calendar, notifications

• Question bank• Quiz set-up UI• Quiz access rules• Quiz reports

Page 35: 2012 Computer-Assisted Assessment

Technical design• Small core + plugins• Moodle as a framework-runs on Windows/Linux/Mac, Mysql/Postgres/...-concepts of courses, users, groups, uploaded files...

• Simple but flexible database design for questions• Open source project-software as as a way to capture the learning of a

community of practice

Page 36: 2012 Computer-Assisted Assessment

Where should Moodle do more?• More different activities using questions-lesson should use question bank / engine-question practice-question authoring / peer review as a learning task

• Better facilities for collaborative authoring of questions-sharing between quizzes / courses / sites-versioning

• More flexibility for building quizzes out of questions

Page 37: 2012 Computer-Assisted Assessment

Three things to remember• Question = behaviour + type• Plugins to organise software with lots of functionality• Moodle quiz comes from 10 years of community of practice-Future contributions to the open source project welcome

Documentationhttp://docs.moodle.org/en/Quiz_module

eAssessment at the OU with open source software

http://v.gd/oueassessment

Page 38: 2012 Computer-Assisted Assessment

Map of Moodle’s CMA tools