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
(Improved image)
m (Added link to spanish translation of page)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
This a Moodle question type which extends the [[Calculated question type|Calculated]] question type.
This a contributed Moodle question type which extends the [[Calculated question type|Calculated]] question type.
 
== Wild cards ==
Teachers can create questions like,  
Teachers can create questions like,  
   How much is {apples} + {oranges}?
   How much is {apples} + {oranges}?
Line 18: Line 20:


== Change log ==
== Change log ==
(No changes yet.)
 
* 2 September 2010/ Pre-"release" - [http://tracker.moodle.org/browse/CONTRIB-2308#action_91778 CONTRIB-2308].
* 8 September 2010 - Added new clip art ('greenapple', 'tomato', 'cake', 'pencil', 'car'). Aliases: 'apple'=>'greenapple'. And, added all objects to language pack - CONTRIB-2334.
 
== Acknowledgements ==
 
Thank you to:
* [http://commons.wikimedia.org/wiki/Main_Page Wikimedia Commons] and [http://commons.wikimedia.org/w/index.php?title=Special%3ASearch&redirs=0&search=fruit+icon contributors] for clip art/images.
* [http://www.openclipart.org/ Open Clip Art Library] and contributors for clip art/images.
* [http://moodle.org/mod/forum/discuss.php?d=156605 Quiz forum] contributors and [http://tracker.moodle.org/browse/CONTRIB-2308 developers] on Moodle.org, for valuable feedback.
 


== See also ==
== See also ==
Line 29: Line 41:
[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Questions]]
[[es:Tipo de pregunta Objetos calculados]]

Latest revision as of 18:01, 20 March 2016

This a contributed Moodle question type which extends the Calculated question type.

Wild cards

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-10).

http://moodle.org/file.php/1/moddata/data/13/48/4143/mdl-q-calcobjects-5a-sub-green.png

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}

Tested with Moodle 1.9.7.

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

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

Acknowledgements

Thank you to:


See also