Multiple choice
A <devsite-multiple-choice>
widget lets users guess the answer to a question
related to the page content.
General usage
The following <devsite-multiple-choice>
element is wrapped in a <div>
element. Its first child is the question text, and the subsequent children
contain the answer text and the explanation that appears once the user makes a
selection. It also specifies Blue as the correct answer by adding a
correct
attribute.
What color is the sky?
Blue
But do you know why?
Indigo
Close, but not quite.
Green
What planet are you from?
Answer order
The following example adds the preserve-order
attribute to the
<devsite-multiple-choice>
custom element to preserve the answer order as
specified in the source.
What color is the sky?
Blue
But do you know why?
Indigo
Close, but not quite.
Green
What planet are you from?
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-21 UTC."],[],[]]