Matrix question

Question types ::: qtype_matrix
Maintained by Laurent Opprecht, Nicolas Dunand
Matrix question type.

Matrix question 2011120100

Moodle 2.2
Released: Wednesday, 7 March 2012, 6:20 PM
******* Matrix question type *******

Original work

Question type written by Penny Leach at Liip

Current work

laurent.opprecht@unige.ch
copyright 2011 University of Geneva

CHANGE LOG:

Moodle 2.2

1 Make question compatible with the new question engine - keeping the db structure
2 Change form layout to be more user friendly
3 Added tests
4 Added import backup from Moodle 1.x
5 Removed dependencies to patches
6 Removed permission info in question edit
7 Added css rule to add icons to buttons

Backport from Moodle 2.0 to Moodle 1.9

1 make the 1.9 version compatible with the 2.0 version - i.e. uses the same name for db columns
2 remove the need to patch moodle 1.9
3 incorporate changes made for 2.0

Move to Moodle 2.0

1 Changed the name "longtext" to description in the "column" and "row" tables. Name clashes with MySQL longtext reserved name.
2 Upgraded DB to Moodle 2.0
3 Added support for fill in correct responses
5 Bug correction: submit question in preview mode does not take the last entered values
6 Added style.css to page
7 Changed header description html to work in other navigators than ie -
8 Added feedback for rows
9 Updgraded backup/restore system to Moodle 2.0
10 Added French translations
11 Looks like the patches are not needed anymore for Moodle 2.0.2, removing them
12 Todo: 'save format in the database'. Still not seeing the point to change the text format. Cancelling this until someone comes with a good reason to support it.
13 Defaulted values to type KPrime: four rows, two cols (true, false), eval method kprime.
14 Added k' grading type
15 Bug: general feedback was displayed twice
16 Bug: display correct answer when reviewing

Version information

Version build number
2011120100
Maturity
Release candidate
MD5 Sum
a16733c40bafb5fcb09274d5ced6462a
Supported software
Moodle 2.2
  • Latest release for Moodle 2.2

Version control information

Version control system (VCS)
Mercurial
VCS repository URL

Default installation instructions for plugins of the type Question types

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation