> For the complete documentation index, see [llms.txt](https://docs.moocit.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moocit.fr/english/course-components/common-problem-types/checkboxes-dropdown-mulitplechoices.md).

# Checkboxes, Dropdown, Numerical & Text input

This article covers the 5 common problem type components; checkboxes (multiple choice with multiple answers), multiple choice (single answer), numerical input, text input and dropdown question.

{% embed url="<https://youtu.be/-F-TJNT-lsI>" %}

There are 5 common problem types: ***Checkboxes, Dropdown, Multiple Choice, Numerical Input*** and ***Text Input***. You may also create a problem from scratch by selecting '***Blank Common Problem*** '.&#x20;

![List of Common Problem Types in Studio](https://670111484-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4y57zV2xVTpLls44ok%2F-MBVGq1JJmA5DDkdg7Xl%2F-MBVXm1_vj-PpEWK_XjD%2FScreen%20Shot%202020-07-05%20at%2021.54.10.png?alt=media\&token=e659c74c-6dd3-425d-8c7b-0cd84800d154)

*These question types are also available with* [*Hints + Feedback (see tutorial)*](/english/course-components/common-problem-types/hints-and-feedback.md)*.*&#x20;

### Checkboxes

Checkboxes are a multiple choice question with more than one correct answer. To create a checkbox question, write each possible answer on a separate line using square brackets before each option (`[ ]`). \
`[x]` indicates a correct answer\
`[ ]` indicates an incorrect answer

{% hint style="info" %}
You can add as many or as little `'[x]`*`answers`*' as you want!&#x20;
{% endhint %}

![Markdown for a multiple choice question](https://670111484-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4y57zV2xVTpLls44ok%2F-MBVGq1JJmA5DDkdg7Xl%2F-MBVZclarcD0jMYCzPfk%2FScreen%20Shot%202020-07-05%20at%2022.02.18.png?alt=media\&token=5d396421-cb65-4aa2-a82d-e36f93d48988)

### Dropdown

Dropdown question is a droppable menu with 2 or more possible answers and the learner can select only one.\
To create a dropdown question:\
\- Start with 2 opening square brackets  (`[[` ) \
\- Add each possible answer on a separate line \
\- Indicate the correct answer using regular brackets (`()`).\
\- End with 2 closing square brackets (`]]` ).&#x20;

![Markdown for a dropdown question](https://670111484-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4y57zV2xVTpLls44ok%2F-MBVGq1JJmA5DDkdg7Xl%2F-MBVaD4huVT_k7vAjx2e%2FScreen%20Shot%202020-07-05%20at%2022.09.13.png?alt=media\&token=485dbefb-4e79-4ba0-b94e-bf5a9b623c06)

### Multiple Choice&#x20;

To create a multiple choice question, write each possible answer on a separate line using regular brackets before each option ( `( )` )\
`(x)` indicates the correct answer\
`( )` indicates an incorrect answer

{% hint style="info" %}
Multiple choice questions can only have ONE correct answer.&#x20;
{% endhint %}

![](https://670111484-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4y57zV2xVTpLls44ok%2F-MBVGq1JJmA5DDkdg7Xl%2F-MBVbcbFK99AP5SJtOpr%2FScreen%20Shot%202020-07-05%20at%2022.15.23.png?alt=media\&token=bb96906a-384d-4bd0-acac-2cd77ae8406a)

### Text Input

For a text input question, enter ' `=` ' with the correct answer directly after. You may also add variations of the correct answer (different spelling, etc.) by adding, on a new line, '`or=`' with the optional acceptable variant directly after.&#x20;

![](https://670111484-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4y57zV2xVTpLls44ok%2F-MBVGq1JJmA5DDkdg7Xl%2F-MBVfd4IitgvtmrohGX6%2FScreen%20Shot%202020-07-05%20at%2022.32.52.png?alt=media\&token=de34659d-546d-4ae5-85c0-7e91f6174b9b)

{% hint style="info" %}
You can add as many `or= options acceptable variant(s)` as you want!&#x20;
{% endhint %}

### Numerical Input

For a numerical input question, enter ' `=` ' with the numerical answer directly after. If you wish, you can add an approximate answer by adding plus / minus and number or percentage. To do this, add  '`+-`' directly after the answer, followed by a number or percentage.&#x20;

For example, for the following question, any numerical answer between 95 - 100 would be considered as correct:&#x20;

![](https://670111484-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4y57zV2xVTpLls44ok%2F-MBVGq1JJmA5DDkdg7Xl%2F-MBVdEV67NZHbFIglUNz%2FScreen%20Shot%202020-07-05%20at%2022.22.24.png?alt=media\&token=4850cac5-12ba-4981-a7b8-6df1178ba5f9)

###

####
