Calculated multichoice question type: Skillnad mellan sidversioner

Från MoodleDocs
Hoppa till:navigering, sök
Ingen redigeringssammanfattning
Ingen redigeringssammanfattning
Rad 4: Rad 4:
They use the same wildcards than Calculated questions and their 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>.
 
Handling of the wild cards is similar to the calculated question type.

Versionen från 15 juni 2010 kl. 01.56


Mall:Moodle 2.0 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.

Handling of the wild cards is similar to the calculated question type.