# Common Problem Settings

Common problem configuration is done within **Studio > Unit > Question Component.**&#x20;

This article relates to **common problem types** only.&#x20;

#### 1) Select to '***Edit*** ' your problem component.&#x20;

![](/files/-MBYWpM3nj-2aQQvi2cx)

#### 2) Select '*Settings*' to access the parameters.&#x20;

![](/files/-MBYyrCt8u8GH8BCEfIA)

#### 3) Modify the parameters as desired.&#x20;

Common changes include:&#x20;

* **Display Name** - changes the Title of the Problem Component (visible to learners)
* **Maximum Attempts** - Defines the number of times a student can try to answer this problem. If the value is not set, infinite attempts are allowed.
* **Problem Weight** - Defines the number of points each problem is worth. If the value is not set, each response field in the problem is worth one point.
* **Randomization** - Defines when to randomize the variables specified in the associated Python script. For problems that do not randomize values, specify "Never".
* [**Show Answer**](/english/course-components/common-problem-types/show-answer-to-common-problems.md#show-answer-available-values) - Defines when to show the answer to the problem. Options include: Always, Answered, Attempted, Closed, Finished, Correct or Past Due, Past Due or Never. (further details below)
* **Show Reset Button** - Determines whether a 'Reset' button is shown so the user may reset their answer.
* **Timer Between Attempt** - Seconds a student must wait between submissions for a problem with multiple attempts.

#### 4) Save


---

# 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-settings.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.
