> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MultipleChoiceQuestion

> A multiple-choice question and its answer on a return item.

<ResponseField name="answer" type="String!" required>
  The chosen answer.
</ResponseField>

<ResponseField name="question" type="String!" required>
  The question.
</ResponseField>
