Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Calculated Objects question type.

Calculated Objects question type: Difference between revisions

From MoodleDocs
No edit summary
(Added image, removed excess heading)
Line 1: Line 1:
== Calculated Objects question type ==
This a Moodle question type which extends the [[Calculated question type|Calculated]] question type.
This a Moodle question type which extends the [[Calculated question type|Calculated]] question type.
Teachers can create questions like,  
Teachers can create questions like,  
   How much is {apples} + {oranges}?
   How much is {apples} + {oranges}?


- where the {wildcards} become M and N x images of apples and oranges respectively. It is aimed at pre/primary-school students (approximately age 3-9).
- where the {wildcards} become M and N × images of apples and oranges respectively. It is aimed at pre/primary-school students (approximately age 3-9).


Tested with Moodle 1.9.7.
Tested with Moodle 1.9.7.
Line 11: Line 9:
(Author N.D.Freear, 14 August 2010.)
(Author N.D.Freear, 14 August 2010.)


Currently supported wildcards:  apple, orange, pear, pineapple, walnut, coffee, cookie (each with or without an 's', eg. {cookies} and with an optional differentiator). For example,
Currently supported wildcards:  apple, orange, pear, pineapple, walnut, cookie (each with or without an 's', eg. {cookies} and with an optional differentiator). For example,
   {apples_1} + {apples_2}
   {apples_1} - {apples_2}
 
<p align="center">http://tracker.moodle.org/secure/attachment/21302/mdl-q-calcobjects-5-sub-like.png</p>


* Initial discussion: [http://moodle.org/mod/forum/discuss.php?d=156605 Using Moodle, Quiz forum]
* Initial discussion: [http://moodle.org/mod/forum/discuss.php?d=156605 Using Moodle, Quiz forum]

Revision as of 10:51, 4 September 2010

This a Moodle question type which extends the Calculated question type. Teachers can create questions like,

  How much is {apples} + {oranges}?

- where the {wildcards} become M and N × images of apples and oranges respectively. It is aimed at pre/primary-school students (approximately age 3-9).

Tested with Moodle 1.9.7.

(Author N.D.Freear, 14 August 2010.)

Currently supported wildcards: apple, orange, pear, pineapple, walnut, cookie (each with or without an 's', eg. {cookies} and with an optional differentiator). For example,

  {apples_1} - {apples_2}

http://tracker.moodle.org/secure/attachment/21302/mdl-q-calcobjects-5-sub-like.png