> 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/competitive-exams.md).

# Competitive Exams

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

   * **Add title:** Enter a title for the test.
   * **Description**: Provide a brief overview of the quiz’s content and objectives.
   * **Time (minutes)**: Set the total duration of the quiz in minutes.
   * S**core:** Add the points awarded for each correct and incorrect option.
   * **Status**: Choose 'Published' to make the quiz visible or 'Draft' to keep it hidden for now.
   *

   ```
   <figure><img src="/files/RlYt4GuwkjJT2DTW2cJo" alt=""><figcaption></figcaption></figure>
   ```

**Step 2: Adding Section**

1. **Access Section**:
   * In the ‘Test 1’ section (or whatever name you have used), navigate to the 'Sections' tab next to 'Basic Edit'.
2. **Add a Section**:

   * Click ‘+ Add Section’ in the ‘List of Sections’ section.
   * **Title**: Give your section a descriptive title like 'Section 1: English.
   *

   ```
   <figure><img src="/files/oMPfLzT9ktzj4QONssJx" alt=""><figcaption></figcaption></figure>
   ```


---

# 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/competitive-exams.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.
