> For the complete documentation index, see [llms.txt](https://knowlg.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features.md).

# Features

## Content Editor

Features are listed out in this [content editor document](/learn/product-and-developer-guide/editors/editor/features/content-editor.md). Please refer for more information.

## Quiz

Please refer [adding question set ](/learn/product-and-developer-guide/editors/editor/features/adding-question-set.md)in sunbird developer documents to how to add the question set

**The following types of quiz can be create in interactive editor**

* [MTF](#mtf)
* [MCQ](#mcq)
* [FTB](#ftb)
* [Reordering words](#reordering-words)
* [Arrange in Sequence](#arrange-in-sequence)

![](/files/kKA2qM7wrfZUYkJeUUNq)

### MTF

MTF Template is used to create the Match the following type questions. Please refer [Creating Fill in the Blanks Question](/learn/product-and-developer-guide/editors/editor/features/adding-question-set.md#creating-fill-in-the-blanks-question) section in sunbird doc

### MCQ

MCQ Template is used to create the Multiple choice type questions. Please refer [Creating Multiple Choice Question ](/learn/product-and-developer-guide/editors/editor/features/adding-question-set.md#creating-questions)section in sunbird doc

Mcq has the different types of layouts which can be used to create the multiple choice questions

![](/files/isae9HpoS5YpweovdvLI)

### FTB

By using this template you can create the Fill in the blank type questions. Please refer [Creating Fill in the Blanks Question](/learn/product-and-developer-guide/editors/editor/features/adding-question-set.md#creating-fill-in-the-blanks-question) section in sunbird doc

### Reordering words

To arrange the given words in proper order to form a sentence use this reordering words templates.

![](/files/MUTjNLfWCC4jsJWX5Eyb)

### Arrange in Sequence

You can create the questions like, you want to arrange the sentences in correct sequence. This also supports the different types of layouts and partial scoring.

![](/files/EUtud18n15Wm3XyGrqZV)

## Plugins

#### **Following plugins are used to create and view the quiz using interactive editor**

* Question unit : This plugin is responsible to load the different types of questions and templates
* Question set: Question set plugin is responsible to create and save the different types of question sets and questions
* Mcq : Using mcq plugin, you can create and render the multiple choice questions
* FTB : FTB plugins creates and loads fill in the blanks types questions
* MTF : Match the following type questions can be created in this plugin
* Reorder : By using this plugin, you can create and render the reordering type questions
* Question bank: Question bank plugin is responsible to create and load the questions.
* Preview : Preview plugin is taking care of rendering the different types of questions in question bank view - where user can see the immediate preview after creating the questions

![](/files/5bC0V1ZitLzxTl5ISuQ1)

## Configurations

Please refer [Configuring Questions](/learn/product-and-developer-guide/editors/editor/features/adding-question-set.md#configuring-questions) section in sunbird developer documents to how to add the question set

###


---

# 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://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features.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.
