Diferencia entre revisiones de «Plantilla:Quiz Multiple Choice/doc»

De WikiEducator
Saltar a: navegación, buscar
m (See also: add numeric aliases for body and title in templatedata)
 
m (1 revisión)
 
(Sin diferencias)

Última revisión de 19:09 28 jun 2016

Error en widget JQuery

This is the documentation for Template:Quiz Multiple Choice.


This template is used to create multiple choice quiz questions. One or more questions may be included for each implementation of the template.

This is an experimental feature, with functionality and format subject to change based on user feedback.

Usage

Parameters

The Quiz_Multiple_Choice template requires one parameter:

body
the quiz in the form of a nested un-ordered list. The top level items in the list are questions, the next level are the answers, and the lowest level contains the feedback to be displayed when the student selects that particular answer. This formatting makes it easy to edit and print the teacher's resource that shows the questions and answer. (Note: The unordered list must start on the next line so that the standard wikitext list formatting is recognized.)

Optional parameters include:

title
the title for the quiz (if not supplied, defaults to ***Multi Choice Questions***)
theme
the iDevice theme to use (defaults to ***WikiEducator***)
mix
if set to the string ***true*** the answers are randomized within each question when the page is displayed/refreshed
hint
provides a tip for the entire set of questions

Wiki Syntax

Copy and paste the following code. Be sure that each set of asterisks, which occur prior to the question, answer and feedback text, begins on the left margin of a new line.

{{Quiz_Multiple_Choice
|title=A Multiple Choice Quiz
|body=
* Question 1
** Answer 1
*** Feedback 1
** Answer 2
*** Feedback 2
** Answer 3
*** Feedback 3
* Question 2
** Answer 1
*** Feedback 1
** Answer 2
*** Feedback 2
|mix=
|hint=
}}

Examples

A basic example which does not include the mix and hint options:

Icon qmark.gif
A Multiple Choice Quiz
  • Question 1
    • Answer 1
      • Feedback 1
    • Answer 2
      • Feedback 2
    • Answer 3
      • Feedback 3
  • Question 2
    • Answer 1
      • Feedback 1
    • Answer 2
      • Feedback 2



An example which includes the mix and hint options:

Icon qmark.gif
A Multiple Choice Quiz
  • Question 1
    • Answer 1
      • Feedback 1
    • Answer 2
      • Feedback 2
    • Answer 3
      • Feedback 3
    • Answer 4
      • Feedback 4
  • Question 2
    • Answer 1
      • Feedback 1
    • Answer 2
      • Feedback 2


Icon present.gif
Tip: The hint text displays here.


See also

Template Data for VisualEditor

Multi choice quiz

Parámetros de la plantilla
ParámetroDescripciónTipoPredeterminadoEstado
Bodybody3Unordered list representing quiz (on a new line)stringemptyoptional
Themethemestyle family (e.g. WikiEducator, OP, Line, Blue, etc.)stringWikiEducatoroptional
Titletitle2title, if other than the iDevice typestringemptyoptional
HinthintTip string for the quizstringemptyoptional
Classesclassesadditional HTML classes to apply to iDevice (advanced use only)stringemptyoptional