Note: You are currently viewing documentation for Moodle 2.2. 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
(Added 'Change log' place-holder, for plugins DB entry)
(→‎See also: , links)
Line 23: Line 23:
== See also ==
== See also ==


* Initial discussion: [http://moodle.org/mod/forum/discuss.php?d=156605 Using Moodle, Quiz forum]
* [http://moodle.org/mod/data/view.php?d=13&rid=4143 Calculated objects, in the plugins database]
* Initial bug/issue: CONTRIB-2308
* [http://moodle.org/mod/forum/discuss.php?d=156605 Initial discussion, in the Quiz forum] (Using Moodle)
* [http://tracker.moodle.org/browse/CONTRIB/component/10720 Report bugs & make suggestions]
* (Initial bug/issue: CONTRIB-2308)


[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Questions]]

Revision as of 13:04, 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

Installation

  1. Download and unzip the archive. Copy the directory 'calculatedobjects' into the directory {MOODLE}/question/type/ on your server.
  2. Visit the administrator 'notifications' page, http://my.school/moodle/admin/ - there are no database changes for this question type.

Change log

(No changes yet.)

See also