# Question Set Player

Question set player (QuML player) is responsible for rendering questions & question sets created as per the QuML spec. The question set player is embeddable in any angular web app. It is an npm package that can be installed and configured with ease.&#x20;

### Key Features:

#### **Inclusivity:**

Question set player is built as per WCAG AA guidelines such as:

* Text alternatives for all non-text content
* Enables consumption of the assessment using a keyboard
* Maintenance of proper focus order to enable a meaningful consumption experience for users using assistive technologies
* Compatible with assistive technologies such as screen readers
* Screen readers can be used in both mobile app and browser.

#### **Embeddable:**

Can be easily embedded in any hybrid mobile app or angular based web applications

#### **Supports offline consumption**

Question set player is build to support offline consumption

#### **Creates engaging learning by allowing users to:**&#x20;

* Navigate to any question within the question set&#x20;
* View their progress
* View hints, solutions, and prompt feedback if allowed
* Keep track of their time
* Review and submit their answers to assessments
* Keep track of the skipped question
* Retry the question if allowed
* Share the question set

![](https://lh5.googleusercontent.com/THbamHiOn9Gi8eDwCZeSHJrbX3GOSsNFcDry0J74HJvVmSADN8amjPKukiDFy1RE6_G6UH6kPRl7MrrDdyRJhXrVhZ1DOwYeE59cJe9jo554QANSSXUc63uj6PFsBRl6n7fCHaXwFR0)

![](/files/03wmuUR1SA4hMbUBNT6L)

![](https://lh5.googleusercontent.com/zSTG6dcYlL8WFZhkg2aezFHXQw38cug2RGPUHqZJIP1f5NBC8BL7nnx7xN0D_j2ZnBXBWD1pU4lQBqxS3VvCVhRKb6TBuOVkvF5fS_RZcHM10NhtpEo8RjgYZatpvQ11Wz1zH3Xe2zg)


---

# 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://inquiry.sunbird.org/learn/product-and-developer-guide/question-set-player.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.
