# 태스크 제작하기

<figure><img src="/files/V3QhkuZPYxxEhYqcVZem" alt=""><figcaption><p>[ 태스크 생성 화면 ]</p></figcaption></figure>

메이커 페이지의 상단 Task 버튼을통해 태스크 제작이 가능합니다. 제작된 태스크는 해당 웹사이트에서시작이  가능합니다. 태스크 결과는 오른쪽 상단에 있는 Result 버튼을 통해 유저별 확인이 가능합니다.

태스크 완료는 4가지 방법으로 가능합니다.

1. 태스크 완료 URL 설정

테스터가 해당 URL로 진입 시 현재 태스크가 완료됩니다. 또한 동적 라우팅의 경우에는 Path            parameter를 이용해서 표시가 가능합니다. ex) earningibrds.com/projects/:id

2. 태스크 완료 HTML 설정

테스터가 특정 URL에서 해당 xpath, class, id를 통해 요소로 진입 시 현재 태스크가 완료됩니다. 또한 동적 라우팅의 경우에는 Path parameter를 이용해서 표시가 가능합니다. ex) earningbirds.com/projects/:id

class 또는 id의 경우에는 ","를 통해 여러 개로 구분이 가능합니다.

3. 태스크 완료 시간 설정

해당 태스크가 시작된 후 설정된 시간(분)이 경과 후 현재 태스크가 완료됩니다.

4. API를 이용한 태스크 완료

블록의 순서대로 태스크가 진행이 되며, 드래그 앤 드롭을 이용하여 태스크의 순서 변경이 가능하며, 제작이 완료된 설문은 오른쪽 상단의 Task 버튼을 통해 미리 보기를 할 수 있습니다.


---

# 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.earningbirds.com/maker-guide/undefined-1.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.
