> For the complete documentation index, see [llms.txt](https://lakm.gitbook.io/evaluator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lakm.gitbook.io/evaluator/features/admin/questionnaires-quizzes.md).

# Questionnaires/Quizzes

### Features

* CRUD[^1] Questionnaires
* Manage Questions
* Display Mode
* Print Mode

### Attributes

* Name
* Difficulty&#x20;
  * Easy
  * &#x20;Medium
  * &#x20;Hard
* Categories (multiple allowed)
* Answer type
  * Single - Allows questions with only one correct answer
  * Multiple - Allows questions with multiple correct answers, also allows s**ingle** types
* No of easy questions&#x20;
* No of medium questions
* No of hard questions
* No of total questions
* Allocated time

### Status

A questionnaire can be **complete** or **incomplete** until it meets the required constrains. Only completed questionnaires can be attached to a team or user.

### Completeness

A questionnaire is considered complete when following formula is satisfied.

**No of easy questions + No of medium questions + No of hard questions = No of total questions**

### Questions

Questions must meet following requirements to be able to attach to a questionnaire.

* Must be a completed question
* Must be corresponded to the difficulty level of the questionnaire
  * Easy - Only easy type questions can be attached.
  * Medium - Easy + Medium type questions can be attached.
  * Hard - Can attach any type of questions
* Must be corresponded to the category of the questionnaire - If questionnaire category is GN then all the questions must come from GN question type.
* Must be corresponded to the answer type
  * Single answer type - Only single answer type questions are allowed
  * Multiple answer type - Both answer type questions are allowed&#x20;
* No of {difficulty} questions count must be equal to the allowed {difficulty} level questions of the questionnaire - If allowed easy questions count is 5; then total easy questions count must be 5.

[^1]: Create, Read (search, filter), Update, Delete


---

# 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, and the optional `goal` query parameter:

```
GET https://lakm.gitbook.io/evaluator/features/admin/questionnaires-quizzes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
