MCQ

MCQ

Multiuple correct answers are required to choose.

Sample quiz with MCQ

Sample quiz

  • text
  • Excel

Describe the question text, correct answers, wrong answers, etc., one element per line. Insert a blank line between each question.

Sample

In the following example, the first question is "Choose the capital city of Japan." The correct answer is "Tokyo," and the wrong choices are "Osaka," "Kobe," and "Kyoto."

#title:Specify Language
#messages_intro:Click on the Start button to start!

Choose the capital city of Japan.
true-false:
Tokyo
Osaka
Kobe
Kyoto

Choose the capital city of Mexico.
true-false:
Carbon dioxide
Nitrogen
State of Mexico
Guanajuato

Choose the capital city of Italy.
true-false:
Rome
Milan
Naples
Turin

  • #question_count:10 in the first line is the number of questions to be submitted. If this is not specified, all questions will be submitted.
  • The second line is the message that will be displayed before the quiz starts.
  • The third and subsequent lines are the definition. It is divided into several blocks separated by blank lines. In each block, the quiz sentence is placed on the first line, the correct answer choice on the second line, and the incorrect choices on the third and subsequent lines.
  • Some options require a question type. In that case, the second line of each block should be 'sa:', the third line should be the correct answer choice, and the fourth and subsequent lines should be the incorrect answer choices.

Commentary settings in a text format

Commentary can be displayed in response to member's answers. There are three ways to set commentaries.

  • A Uniform Commentary
    The same message is displayed regardless of the correct or wrong answer.
  • Commentary for Correctness
    Different messages are displayed for correct and wrong answers.
  • Commentary for each choice
    A different message is displayed for each choice.

Sample quiz

If you write a sentence at the end of the first choice separated by "|", it will be shown as an commentary after answering.

#messages_intro:Click on the Start button to start!
Choose the capital city of Japan.
true-false:
Tokyo|Tokyo is the capital city of Japan.
Osaka
Kobe
Kyoto

Sample quiz

If you write sentences separated by "|" at the end of the first and second choice, the first sentence will be displayed as a commentary when you answer correctly, and the second one will be displayed when choosing an incorrect answer.

#messages_intro:Click on the Start button to start!
Choose the capital city of Japan.
true-false:
Tokyo|Correct!
Osaka|Tokyo is the capital city of Japan.
Kobe
Kyoto

Sample quiz

If you write a sentence at the end of every choice, separated by "|", a different commentary will be shown for each choice.

#messages_intro:Click on the Start button to start!
Choose the capital city of Japan.
true-false:
Tokyo|Correct!
Osaka|Osaka is the second largest city in Japan.
Kobe|Kobe has one of the biggest ports in Japan.
Kyoto|Kyoto is famous for traditional Japanese culture.

To create questions in tabular format, write "#format:table" at the beginning of the file. 1 question corresponds to 1 line. Each row contains a tab-delimited list of questions, correct answers and wrong answers.
In the first question of the following example, the question text is "What is the provincial capital of Hokkaido? The correct answer is "Sapporo City", and the incorrect answers are "Hakodate City", "Obihiro City" and "Tomakomai City".
Click here to see samples

A b C d e f
1 #format:table
2 #title:Specify Language
3 #messages_intro:Click on the Start button to start!
4 What is the provincial capital of Hokkaido? true-false: Tokyo Osaka Kobe Kyoto
5 What is the capital of Aomori Prefecture? true-false: Carbon dioxide Nitrogen State of Mexico Guanajuato
6 What is the prefectural capital of Iwate Prefecture? true-false: Rome Milan Naples Turin
7 What is the prefectural capital of Miyagi Prefecture? true-false: Canberra Sydney Rome Brisbane
8 What is the capital of Akita Prefecture? true-false: Bangkok Nonthaburi Songkhla Chonburi
9 What is the capital of Yamagata Prefecture? true-false: Ankara Istanbul  Adana Bursa

 

Description settings

You can specify explanations in a table format in the same way as in a text format. In the following example, the explanation is displayed for each choice.

A b C d e f
1 #format:table
2 #title:Specify Language
3 What is the provincial capital of Hokkaido? true-false: Tokyo|Correct! Osaka|Osaka is the second largest city in Japan. Kobe|Kobe has one of the biggest ports in Japan.  Kyoto|Kyoto is famous for traditional Japanese culture.