# Creating a challenge

{% embed url="<https://www.youtube.com/watch?index=10&list=PLoYDVIXTXpVjaAiun-_q0v4zu8sC-nEus&v=Jfx4WhlYfD4>" %}

Admins can create a challenge using the Add challenge button. While creating a challenge, the admin can add maximum and minimum points which will be awarded to the member on his answer.&#x20;

The question can be chosen from the existing questions in the question bank.&#x20;

The admin can configure the point award setting. **There are 3 choices ⬇️**

1. No deduction will result in no point deduction on incorrect answer
2. Absolute deduction
3. Relative deduction

{% tabs %}
{% tab title="No deduction will result in no point deduction on incorrect answer" %}

<figure><img src="/files/atDviFbBcot1QsmnxxkY" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Absolute deduction" %}
With time, users will give correct answers to the challenge question. The first user to give the correct answer will be given full points. The second user to be correct will receive points as “Award points - deduction value”.The third user will receive the “last awarded points - deduction value” and so on till it reaches defined “Minimum points”.

<figure><img src="https://lh5.googleusercontent.com/SGth9hVANl69hjFhEQS5jYXvLxoz2vgKhQOTE9jO9oWet8Igx9UIQUZnB-YAFGnpb0p19ITxABqLprWqqNtOt3xxexGWPrlCE8rTu-iDky927bTfwdvunvtXlFYTYKK6a-a_qiUAia3yzl1zv2x9AZ06vBuZh7FcpPfTjcUUfgZw5CYDl45U9vr2NA" alt=""><figcaption></figcaption></figure>

{% endtab %}

{% tab title="Relative deduction" %}
Works the same as Absolute deduction just the deduction with each correct answer takes place with deduction percentage not deduction value.

<figure><img src="https://lh5.googleusercontent.com/Tk8AXU3JvKdi94Pw17terqk7bfMcWM_YSl3TKq5zMYPubJdZwbjQprR61fyBBkxPJfntQW8pxGct6LHvLrBiBBsv5WaYds6CpFbd9vZNrhX3aIY4rrsDu_IB3wMrOVwjNxVNtrm4-2XIiIcXt2DSpONm2qsNX0dfr1n73JtRLiRBS_0JKwbBO4PMhw" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.edredo.com/edredo-classrooms/challenges/creating-a-challenge.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.
