# Questions

### Features

* CRUD[^1] Questions
* Manage images
* Manage answers

### Attributes

* Difficulty
  * Easy
  * Medium
  * Hard
* Categories - Multiple allowed
* Answer type
  * Single - Question can only have one correct answer
  * Multiple - Can have multiple correct answers or single
* No of answers
* Content - WYSIWYG editor is provided

#### Optional Attributes

* Images - Advanced image editor is provided

### Status

A question can has following status based on its completeness.

* Completed
* Incompleted

### Completeness

A question is considered completed when following requirements meets.

* Must assign answers that match the no of answers
* At least one correct answer must present

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


---

# 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://lakm.gitbook.io/evaluator/features/admin/questions.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.
