Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Multinumerical question type.

Multinumerical question type: Difference between revisions

From MoodleDocs
(added page)
 
(copied from 3.1 page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Questions}}
{{Infobox plugin
|type = question type
|entry = https://moodle.org/plugins/qtype_multinumerical
|tracker = https://github.com/ndunand/moodle-qtype_multinumerical/issues
|discussion = https://moodle.org/plugins/qtype_multinumerical
|maintainer = [[user:Nicolas Dunand|Nicolas Dunand]]
|float = right
}}{{Questions}}
The Multinumerical question type allows asking questions such as : Please enter X, Y, and Z, such as : X + Y + Z > 12
The Multinumerical question type allows asking questions such as : Please enter X, Y, and Z, such as : X + Y + Z > 12


Line 26: Line 33:
* [https://github.com/ndunand/moodle-qtype_multinumerical Source control URL]
* [https://github.com/ndunand/moodle-qtype_multinumerical Source control URL]
* [https://github.com/ndunand/moodle-qtype_multinumerical/issues Bug tracker]
* [https://github.com/ndunand/moodle-qtype_multinumerical/issues Bug tracker]
[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Mathematics]]
[[es:Tipo de pregunta multinumérica]]

Latest revision as of 18:35, 16 September 2016


The Multinumerical question type allows asking questions such as : Please enter X, Y, and Z, such as : X + Y + Z > 12

Overview

This question type allows asking questions such as :


Please enter X, Y, and Z, such as : X + Y + Z > 12 X - Y <= 3 Z = [0;100] (Z is between 0 and 100, included) For each constraint, a feedback can be generated, displaying some text for a condition being fulfilled, and some other text if not.

The grading can be set to be one of the following :

100% (all constraints fulfilled) or 0% grade = (amount of constraints fulfilled) / (total amount of constraints)

Installation

Download the Zip file from the Moodle Plugins database Place the folder in the "question/type" subdirectory Visit the Admin/Notifications page to finish the installation

See also