> For the complete documentation index, see [llms.txt](https://docs.spacetree.org/spacetree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacetree.org/spacetree/quizzes/quiz-types/writing.md).

# Writing

Create an IELTS Writing test for your users in a few simple steps:

1. **Select a Quiz**:
   * Go to the ‘My Quizzes’ tab on your ProQyz dashboard.
   * Click ‘New Quiz’ and select the ‘Writing’ quiz type.

<figure><img src="/files/x0b5Nr8vv3D1gMUbKSso" alt=""><figcaption><p>Select the Type of Quiz</p></figcaption></figure>

1. **Quiz Details**:
   * Enter a descriptive title for the writing test.
   * Optionally, provide a short description.
2. **Add Writing Tasks**:
   * Click ‘Add Part’ to include individual writing tasks. (You can add as many parts as you like. IELTS usually has two, Task 1 and Task 2.)
   * Insert prompts for each task in the content area.
   * Set a time limit for each task.
3. **Publish**:
   * Once all details are set, click ‘Add Quiz’ or ‘Add Essay’ to finalize and publish the test.

With these steps, you'll quickly have a Writing test ready for IELTS preparation on your site.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.spacetree.org/spacetree/quizzes/quiz-types/writing.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.
