3 Quiz
This page demonstrates the setup of a naquiz
multiple-choice quiz. The advantage of this extension is that we donβt need to use a Shiny server.
3.1 Basic MCQ
The MCQ below is coded as:
:::::{.question}
Bill Gates was the founder of:
::::{.choices}
:::{.choice}
Apple
:::
:::{.choice .correct-choice}
Microsoft
:::
:::{.choice}
Facebook
:::
:::{.choice}
Google
:::
:::: :::::
Bill Gates was the founder of:
βApple
βMicrosoft
βFacebook
βGoogle
3.2 MCQ in callout
We can use the callout-question
callout to make the MCQ stand out a bit more.
:::::{.question}
Bill Gates was the founder of:
::::{.choices}
:::{.choice}
Apple
:::
:::{.choice .correct-choice}
Microsoft
:::
:::{.choice}
Facebook
:::
:::{.choice}
Google
:::
:::{.button-clear title="Clear answer" button-class="btn btn-light btn-xs"}
:::
::::
:::::
::::{.btn-group}
:::{.button-hint title="Show hint" button-class="btn btn-danger btn-xs"}
The company name starts with an 'M'...
:::
:::{.button-answer title="Show Answer" button-class="btn btn-info btn-xs"}
Bill Gates and Paul Allen founded Microsoft on April 4, 1975.
:::
::::
Question
Bill Gates was the founder of:
βApple
βMicrosoft
βFacebook
βGoogle