> For the complete documentation index, see [llms.txt](https://inquiry.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inquiry.sunbird.org/use/release-notes/inquiry-release-v5.5.0.md).

# inQuiry - Release v5.5.0

### Document Release Version

<table><thead><tr><th>Project</th><th width="155">Release Version</th><th>Date</th></tr></thead><tbody><tr><td>Sunbird Inquiry</td><td>R 5.5.0</td><td>06 Apr 2023</td></tr></tbody></table>

#### Following are the Planned Tickets of R5.5

<table><thead><tr><th width="85">Sl.no</th><th width="100">JIRA Id</th><th width="138">Issue Type</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td><a href="https://project-sunbird.atlassian.net/browse/IQ-207">IQ-207</a></td><td>RFC</td><td>QuML player code move from project-sunbird to inQuiry BB repo</td></tr><tr><td>2</td><td><a href="https://project-sunbird.atlassian.net/browse/IQ-247">IQ-247</a></td><td>Minor-Enhancement</td><td>Support for Multiple correct answer for MCQ - Editor and Player changes</td></tr><tr><td>3</td><td><a href="https://project-sunbird.atlassian.net/browse/IQ-242">IQ-242</a></td><td>Minor-Enhancement</td><td>Design : inQuiry Metadata should to be made QuML compliant - Player</td></tr><tr><td>4</td><td><a href="https://project-sunbird.atlassian.net/browse/IQ-240">IQ-240</a></td><td>Minor-Enhancement</td><td>Design : inQuiry Metadata should to be made QuML compliant - Editor</td></tr><tr><td>5</td><td><a href="https://project-sunbird.atlassian.net/browse/IQ-206">IQ-206</a></td><td>Minor-Enhancement</td><td>Separation of question-set components from Collection-Editor components</td></tr><tr><td>6</td><td><a href="https://project-sunbird.atlassian.net/browse/IQ-246">IQ-246</a></td><td>Bug</td><td>Options of MCQ coming like vertical on portrait view when Creator created with Grid/Horizontal layout</td></tr><tr><td>7</td><td><a href="https://project-sunbird.atlassian.net/browse/IQ-197">IQ-197</a></td><td>Bug</td><td>Edit option is getting dispalyed for the question added via library.</td></tr></tbody></table>

## Release Tags:

Deprecation Warnin&#x67;**:**&#x20;

From release-5.5.0, <mark style="color:red;">@project-sunbird/sunbird-collection-editor</mark> is no longer used for question set editor.\
\
Please use [<mark style="color:blue;">@project-sunbird/sunbird-questionset-editor</mark>](https://www.npmjs.com/package/@project-sunbird/sunbird-questionset-editor/v/5.5.0) for the latest version of question set editor.

**Please refer the** [**deprecations**](https://inquiry.sunbird.org/use/deprecations/release-5.5.0) **notes of release-5.5.0**

### Question Set **Editor**:

Tag: v5.5.0

Install: `npm i @project-sunbird/sunbird-questionset-editor@5.5.0`

URL: <https://www.npmjs.com/package/@project-sunbird/sunbird-questionset-editor/v/5.5.0>

### Question Set Player:

Tag: v5.5.0

Install: `npm i @project-sunbird/sunbird-quml-player@5.5.0`

URL: <https://www.npmjs.com/package/@project-sunbird/sunbird-quml-player/v/5.5.0>

### Resource Library:&#x20;

Tag: v5.5.0

Install: `npm i @project-sunbird/sunbird-resource-library@5.5.5`

URL: <https://www.npmjs.com/package/@project-sunbird/sunbird-resource-library/v/5.5.5>

### Question & Question Set Service:

There is no change in this release. So Please use release-5.4.0 Tags.


---

# 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://inquiry.sunbird.org/use/release-notes/inquiry-release-v5.5.0.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.
