Note: This documentation is for Moodle 2.7. For up-to-date documentation see Calculated Objects question type.

Calculated Objects question type: Difference between revisions

From MoodleDocs
(Added image, removed excess heading)
(Added 'Change log' place-holder, for plugins DB entry)
Line 13: Line 13:


<p align="center">http://tracker.moodle.org/secure/attachment/21302/mdl-q-calcobjects-5-sub-like.png</p>
<p align="center">http://tracker.moodle.org/secure/attachment/21302/mdl-q-calcobjects-5-sub-like.png</p>
== Installation ==
# Download and unzip the archive. Copy the directory 'calculatedobjects' into the directory {MOODLE}/question/type/ on your server.
# Visit the administrator 'notifications' page, <nowiki>http://my.school/moodle/admin/</nowiki> - there are no database changes for this question type.
== Change log ==
(No changes yet.)
== See also ==


* 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]
* Initial issue: CONTRIB-2308
* Initial bug/issue: CONTRIB-2308


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

Revision as of 12:50, 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