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

Calculated multichoice question type: Difference between revisions

From MoodleDocs
(New page: Calculated multichoice questions are like multichoice questions with the additonal property that the elements to select can include formula results from numeric values that are selected ra...)
 
(Added link to spanish translation of page)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Questions}}
Calculated multichoice questions are like multichoice questions with the additonal property that the elements to select can include formula results from numeric values that are selected randomly from a set when the quiz is taken.
Calculated multichoice questions are like multichoice questions with the additonal property that the elements to select can include formula results from numeric values that are selected randomly from a set when the quiz is taken.
They use the same wildcards than Calculated questions and there wildcards can be shared with other Calculated multichoice or regular Calculated questions.
They use the same wildcards than Calculated questions and their wildcards can be shared with other Calculated multichoice or regular Calculated questions.


more to follow [[User:Pierre Pichet|Pierre Pichet]] 23:52, 9 May 2010 (UTC)
The main difference is that the formula is included in the answer choice as {=...} i.e if you calculate the surface of a rectangle {={l}*{w}}.
 
The value will be displayed as set by the '''Correct answer shows''' (0,1,2 etc) and '''Format''' (decimals, significant figures).
 
So a Choice text could be
 
The rectangle surface is {={l}*{w}} cm<sup>2</sup>.
 
If {l} = 4,0 ,  {w} = 2,5 , '''Correct answer shows''' 1 and '''Format''' decimals
 
The choice will display as
 
The rectangle surface is 10.0 cm<sup>2</sup>
 
[[Calculated_question_type#Wildcards_and_datasets|Handling of the wild cards]], and the [[Calculated_question_type#Available_functions|available functions]] is similar to the calculated question type.
 
[[Category:Mathematics]]
 
[[de:Berechnete Multiple-Choice-Fragen]]
[[es:Tipo de Pregunta Calculada mutiopción]]
[[fr:Question calculée à choix multiple]]

Latest revision as of 14:59, 22 July 2015


Calculated multichoice questions are like multichoice questions with the additonal property that the elements to select can include formula results from numeric values that are selected randomly from a set when the quiz is taken. They use the same wildcards than Calculated questions and their wildcards can be shared with other Calculated multichoice or regular Calculated questions.

The main difference is that the formula is included in the answer choice as {=...} i.e if you calculate the surface of a rectangle {={l}*{w}}.

The value will be displayed as set by the Correct answer shows (0,1,2 etc) and Format (decimals, significant figures).

So a Choice text could be

The rectangle surface is {={l}*{w}} cm2.

If {l} = 4,0 , {w} = 2,5 , Correct answer shows 1 and Format decimals

The choice will display as

The rectangle surface is 10.0 cm2

Handling of the wild cards, and the available functions is similar to the calculated question type.