Variable numeric

Question types ::: qtype_varnumeric
Maintained by TimTim Hunt, at the OU (Perry building)Mahmoud Kassaei
Part of set Open University.
A calculated numeric question type with variable and expression evaluation. Random values are generated for each student attempting the quiz.

Variable numeric 1.0

Moodle 2.2
Released: Saturday, 11 February 2012, 2:37 AM
Variable Numeric Question Type

The question type was created by Jamie Pratt (http://jamiep.org/) for
the Open University (http://www.open.ac.uk/).

This question type is compatible with Moodle 2.1+.

This question type requires the varnumericset question type to be installed. See:

https://github.com/moodleou/moodle-qtype_varnumericset/

To install using git for a 2.2+ Moodle installation, type this command in the root of your Moodle
install :

git clone git://github.com/moodleou/moodle-qtype_varnumeric.git question/type/varnumeric

To install using git for a 2.1+ Moodle installation, type this command in the root of your Moodle
install :

git clone -b MOODLE_21_STABLE git://github.com/moodleou/moodle-qtype_varnumeric.git question/type/varnumeric

Then add question/type/varnumeric to your git ignore.

Alternatively, download the zip from
Moodle 2.1+ - https://github.com/moodleou/moodle-qtype_varnumeric/zipball/MOODLE_21_STABLE
Moodle 2.2+ - https://github.com/moodleou/moodle-qtype_varnumeric/zipball/master
unzip it into the question/type folder, and then rename the new folder to varnumeric.

You may want to install Tim's stripped down tinymce editor that only allows the
use of superscript and subscript see
https://github.com/moodleou/moodle-editor_supsub. To install this editor using
git, type this command in the root of your Moodle install:

git clone git://github.com/moodleou/moodle-editor_supsub.git lib/editor/supsub

Then add lib/editor/supsub to your git ignore.

If the editor is not installed the question type can still be used but if it is
installed when you make a question that requires scientific notation then this
editor will be shown and a student can either enter an answer with the notation
1x10^5 where the ^5 is expressed with super script.

Version information

Version build number
2011082701
Version release name
1.0
Can be updated to
1.1 for Moodle 2.2 (2012081600), 1.1 for Moodle 2.3+ (2012081600), 1.2 for Moodle 2.3+ (2013031400), 1.3 for Moodle 2.5+ (2013070100), 1.4 for Moodle 2.5+ (2014010800), 1.5 for Moodle 2.5+ (2014042800), 1.6 for Moodle 2.6+ (2014111200)
Maturity
Stable version
MD5 Sum
ed0ebaf3f8453becdfd5da124d1cfab6
Supported software
Moodle 2.2

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v1.0

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