Tipo de Pregunta Calculada de opción múltiple

De MoodleDocs
Revisión del 13:59 12 nov 2015 de German Valero (discusión | contribs.) (updated as in English Doc page 2.9)

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

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 {=...}.

For example the teacher enters the question as: "Calculate the area of a rectangle where l = {A} cm and h = {B}cm."

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

The Choice text for the correct answer would be: The rectangle's area is {={A}*{B}} cm2.

The correct answer's choice will display as: The rectangle area is 10.0 cm2

When {A} = 4,0 , {B} = 2,5 and the Correct answer shows a score of at least 1 and the Format is in decimals.

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