Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Question Engine 2:Testing.

Development:Question Engine 2:Testing

From MoodleDocs
Revision as of 07:45, 21 May 2011 by Tim Hunt (talk | contribs) (Created page with "{{Template:Question_engine_2}} This page gives some notes of what parts of the system most need to be tested, and what has been done already. Previous section: [[Development:Que...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page gives some notes of what parts of the system most need to be tested, and what has been done already.

Previous section: Implementation plan


Overview

First note that an earlier version of this code (based on Moodle 1.9) has been running on the Open University's live servers since December 2010, and processing 30000+ quiz attempts each month, with very few problems.

Therefore, the following parts have already been well tested:

  • All the basics of building and running quizzes
  • The quiz reports (although we don't use manual grading much)
  • Deferred feedback behaviour
  • Interactive behaviour

The bits that particularly need more testing are:

  • The upgrade from Moodle 2.0 to 2.1
    • Especially if your Moodle site was originally upgraded from Moodle 1.x, and contains a lot of old data.
  • Adaptive behaviour (and Adaptive, no penalty)
  • Manual grading report in the quiz

Details to follow.


Testing the upgrade

Testing adaptive behaviours

Testing manual grading

See also