Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Calculated multichoice question type: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(DE-Link)
(copied from 2.3 docs)
 
Línia 21: Línia 21:


[[de:Berechnete Multiple-Choice-Fragen]]
[[de:Berechnete Multiple-Choice-Fragen]]
[[fr:Question calculée à choix multiple]]

Revisió de 08:58, 22 abr 2013


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 is similar to the calculated question type.