> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/fr/form-management/form-designer/questions/question-types.md).

# Types de questions

Vous pouvez utiliser un ou plusieurs des types de questions suivants dans n’importe quelle page pour constituer vos formulaires.

* [Choix unique](/fr/form-management/form-designer/questions/question-types/standard/single-choice.md)
* [Choix multiples](/fr/form-management/form-designer/questions/question-types/standard/multiple-choice.md)
* [Choix par images](/fr/form-management/form-designer/questions/question-types/standard/image-choices.md)
* [Liste déroulante](/fr/form-management/form-designer/questions/question-types/standard/dropdown-list.md)
* [Saisie semi-automatique](/fr/form-management/form-designer/questions/question-types/standard/autocomplete.md)
* [Champ texte / commentaire](/fr/form-management/form-designer/questions/question-types/standard/text-comment-field.md)
* [Matrice simple](/fr/form-management/form-designer/questions/question-types/matrix-questions/single-matrix.md)
* [Matrice multiple](/fr/form-management/form-designer/questions/question-types/matrix-questions/multi-matrix.md)
* [Notation par étoiles](/fr/form-management/form-designer/questions/question-types/satisfaction-questions/star-rating.md)
* [Pouce levé / pouce baissé](/fr/form-management/form-designer/questions/question-types/satisfaction-questions/thumbs-up-down.md)
* [Score CSAT](/fr/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md)
* [Conjoint Choice](/fr/form-management/form-designer/questions/question-types/analyse-conjointe-basee-sur-les-choix-cbc.md)
* [Smileys](/fr/form-management/form-designer/questions/question-types/satisfaction-questions/smileys.md)
* [Net Promoter Score®](/fr/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md)
* [Coordonnées](/fr/form-management/form-designer/questions/question-types/advanced-types/untitled-1.md)
* [Somme constante](/fr/form-management/form-designer/questions/question-types/advanced-types/untitled.md)
* [Échelle à curseur](/fr/form-management/form-designer/questions/question-types/advanced-types/slider-scale.md)
* [Classement des réponses](/fr/form-management/form-designer/questions/question-types/advanced-types/answer-ranking.md)
* [Téléversement de fichier](/fr/form-management/form-designer/questions/question-types/advanced-types/file-upload.md)

{% hint style="info" %}
Pour améliorer davantage vos questions et ajouter des fonctionnalités supplémentaires, vous pouvez également utiliser l’un des [types de réponses](/fr/form-management/form-designer/answers/answer-types.md) widgets.
{% endhint %}

&#x20;&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/fr/form-management/form-designer/questions/question-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
