# About; Question Title, Header, Prompt & Tips

{% hint style="info" %}
This article relates to **Common Problem types** only and covers the various text levels and formats that can be used.&#x20;
{% endhint %}

![Common problem are accessible within a Unit > Problem Component. ](/files/-MBVXm1_vj-PpEWK_XjD)

## Question title, prompt, header and text

Your questions may include several levels of text which will be visible to learners: Title, header, question text, question prompt, and question tip. Only 2 of these are required: \
\
**Question Title** is the title of the component and is a required field.\
**Question prompt** is also a required field.&#x20;

This is how a question looks in learner view with all of the text fields:&#x20;

![4 levels of text available in Problem components](/files/-MBVX2DEzXeR28jiuJYW)

### Modify the Question Title (component display name)

1. Select ***Edit***
2. Click on ***Settings*** tab
3. Modify the ***Display Name*** to the title you wish to be displayed

![Edit the Display name of your problem component](/files/-MBVgIIhCzAHXBCVLqy8)

###

### Add or Modify a Question Header

{% hint style="info" %}
Question Header are optional. You can use Question header to add different sections in you exercise, in the case you add multiple questions into the same problem component.&#x20;
{% endhint %}

#### Too add a question header:

1. Select **Edit**&#x20;
2. Select '**\<H>'**&#x20;
3. Replace the word '*Header'* with the text of your choice&#x20;

![](/files/-MBVU8Cfq3xU1li9ptZI)

#### To modify a question header:

1. Select **Edit**
2. Locate the text above the 5 equal signs (`=====`)
3. Replace the text with your header text

![](/files/-MBVUcoiiocR5gvdVn_q)

{% hint style="info" %}
Anything written below the header will appear as 'regular' question text. This text will appear above the shaded area of the question.&#x20;
{% endhint %}

### Add or modify a Question Prompt

{% hint style="info" %}
Question prompts are required - you can use this for the question text or for instructions on how to answer the question.
{% endhint %}

*Question prompt* and *optional tip or note* appear between 2 greater than and 2 lesser than signs \
(`>> <<`).

To add an *optional tip*, add 2 vertical lines (`||`) followed by the optional tip text.&#x20;

**Example:**&#x20;

`>>Question prompt. || Optional tip or note <<`

![Markdown view of problem header, text and question prompt](/files/-MBVVYHmT-P0mEdAkVTk)

{% hint style="info" %}
Anything within the Question prompt (`>> <<`) will appear in the shaded area of the question.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.moocit.fr/english/course-components/common-problem-types/common-problem-question-text.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
