# LEARN

- [Overview](/learn/readme.md)
- [Capabilities](/learn/capabilities.md)
- [Components](/learn/capabilities-1.md)
- [Technical Architecture](/learn/technical-architecture.md)
- [Product & Developer Guide](/learn/product-and-developer-guide.md)
- [Quick Starter Guide](/learn/product-and-developer-guide/quick-starter-guide.md)
- [inQuiry Components](/learn/product-and-developer-guide/quick-starter-guide/inquiry-components.md)
- [Editor](/learn/product-and-developer-guide/quick-starter-guide/inquiry-components/editor.md)
- [Player](/learn/product-and-developer-guide/quick-starter-guide/inquiry-components/player.md)
- [inQuiry Service](/learn/product-and-developer-guide/quick-starter-guide/inquiry-components/inquiry-service.md)
- [Question & Question Set Editor](/learn/product-and-developer-guide/question-and-question-set-editor.md): Multilevel hierarchy contents like Practise Questionset, Exam Questionset, etc.
- [Architecture](/learn/product-and-developer-guide/question-and-question-set-editor/architecture.md)
- [Features](/learn/product-and-developer-guide/question-and-question-set-editor/feature.md)
- [Configuration](/learn/product-and-developer-guide/question-and-question-set-editor/configuration.md): In this section we have covered various configurations available in questionset editor to enable and disable some functionalities.
- [Source Code](/learn/product-and-developer-guide/question-and-question-set-editor/source-code.md)
- [APIs](/learn/product-and-developer-guide/question-and-question-set-editor/apis.md)
- [FAQ's](/learn/product-and-developer-guide/question-and-question-set-editor/faqs.md)
- [Question & Question Set Service](/learn/product-and-developer-guide/question-and-question-set-service.md)
- [Architecture](/learn/product-and-developer-guide/question-and-question-set-service/architecture.md)
- [Features](/learn/product-and-developer-guide/question-and-question-set-service/features.md): This Page Explains Features Available With Question & QuestionSet Service
- [Schema](/learn/product-and-developer-guide/question-and-question-set-service/schema.md)
- [Question Schema](/learn/product-and-developer-guide/question-and-question-set-service/schema/question-schema.md)
- [QuestionSet Schema](/learn/product-and-developer-guide/question-and-question-set-service/schema/questionset-schema.md)
- [APIs](/learn/product-and-developer-guide/question-and-question-set-service/apis.md): This page provides details about Question & QuestionSet API's
- [V1](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1.md): Captures information about the v1 APIs
- [Question API's](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis.md): List of question related API's
- [Create Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/create-question.md): This API is used to create Questions on the Sunbird-inQuiry Platform.
- [Read Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/read-question.md): This API is used to read the question on the Sunbird-inQuiry Platform.
- [Read Private Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/read-private-question.md): This API is used to read the private question on the Sunbird-inQuiry Platform.
- [Update Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/update-question.md): This API is used to update the existing question on the Sunbird-inQuiry Platform.
- [Submit for Review Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/submit-for-review-question.md): This API is used to submit question for review on the Sunbird-inQuiry Platform.
- [Publish Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/publish-question.md): This API is used to publish the question on Sunbird platform.
- [Retire Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/retire-question.md): This API is used to retiring a questions on the Sunbird-inQuiry Platform.
- [Question List](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/question-list.md): This API is used to get the list of Questions on the Sunbird-inQuiry Platform.
- [Import Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/import-question.md): This API is used to import Question from one instance to another instance of sunbird
- [Copy Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/copy-question.md): This API is associated with copying question on the Sunbird Platform.
- [Reject Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/question-apis/reject-question.md): This API is used to reject the questions on the Sunbird-inQuiry Platform.
- [QuestionSet API's](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis.md): List questionset related API's
- [Create QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/create-questionset.md): This API is used to create a question set on the Sunbird-inQuiry Platform.
- [Update QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/update-questionset.md): This API is used to update an existing question set on the Sunbird-inQuiry Platform.
- [Read QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/read-questionset.md): This API is used to read an existing question set on the Sunbird-inQuiry Platform.
- [Read Private QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/read-private-questionset.md): This API is used to read an existing private question set on the Sunbird-inQuiry Platform.
- [Review QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/review-questionset.md): This API is used to send question set for review on the Sunbird-inQuiry Platform.
- [Reject QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/reject-questionset.md): This API is used to reject the question set, which is sent for review on the Sunbird-inQuiry Platform.
- [Publish QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/publish-questionset.md): This API is used to publish the question set on the Sunbird-inQuiry Platform.
- [Retire QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/retire-questionset.md): This API is used to retire the question set on the Sunbird-inQuiry Platform.
- [Update Hierarchy QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/update-hierarchy-questionset.md): This API is used to update the existing question set on the Sunbird-inQuiry Platform.
- [Read QuestionSet Hierarchy](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/read-questionset-hierarchy.md): This API is used to read the question set on the Sunbird-inQuiry Platform.
- [Import QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/import-questionset.md): This API is used to import QuestionSet from one instance of sunbird to another instance of sunbird.
- [Copy QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v1/questionset-apis/copy-questionset.md): This API is associated with copying questionset on the Sunbird Platform.
- [V2](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2.md): Captures information about the v2 APIs
- [Question API's](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis.md): List of question related API's
- [Create Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/create-question.md): This API is used to create Questions on the Sunbird-inQuiry Platform.
- [Read Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/read-question.md): This API is used to read the question on the Sunbird-inQuiry Platform.
- [Read Private Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/read-private-question.md): This API is used to read the private question on the Sunbird-inQuiry Platform.
- [Update Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/update-question.md): This API is used to update the existing question on the Sunbird-inQuiry Platform.
- [Submit for Review Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/submit-for-review-question.md): This API is used to submit question for review on the Sunbird-inQuiry Platform.
- [Reject Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/reject-question.md): This API is used to reject the questions on the Sunbird-inQuiry Platform.
- [Publish Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/publish-question.md): This API is used to publish the question on Sunbird platform.
- [Copy Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/copy-question.md): This API is associated with copying question on the Sunbird Platform.
- [Import Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/import-question.md): This API is used to import Question from one instance to another instance of sunbird
- [Question List](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/question-list.md): This API is used to get the list of Questions on the Sunbird-inQuiry Platform.
- [Retire Question](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/question-apis/retire-question.md): This API is used to retiring a questions on the Sunbird-inQuiry Platform.
- [QuestionSet API's](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis.md): List questionset related API's
- [Create QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/create-questionset.md): This API is used to create a question set on the Sunbird-inQuiry Platform.
- [Read QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/read-questionset.md): This API is used to read an existing question set on the Sunbird-inQuiry Platform.
- [Read Private QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/read-private-questionset.md): This API is used to read an existing private question set on the Sunbird-inQuiry Platform.
- [Update QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/update-questionset.md): This API is used to update an existing question set on the Sunbird-inQuiry Platform.
- [Review QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/review-questionset.md): This API is used to send question set for review on the Sunbird-inQuiry Platform.
- [Reject QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/reject-questionset.md): This API is used to reject the question set, which is sent for review on the Sunbird-inQuiry Platform.
- [Publish QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/publish-questionset.md): This API is used to publish the question set on the Sunbird-inQuiry Platform.
- [Update Hierarchy QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/update-hierarchy-questionset.md): This API is used to update the existing question set on the Sunbird-inQuiry Platform.
- [Read QuestionSet Hierarchy](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/read-questionset-hierarchy.md): This API is used to read the question set on the Sunbird-inQuiry Platform.
- [Import QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/import-questionset.md): This API is used to import QuestionSet from one instance of sunbird to another instance of sunbird.
- [Copy QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/copy-questionset.md): This API is associated with copying questionset on the Sunbird Platform.
- [Retire QuestionSet](/learn/product-and-developer-guide/question-and-question-set-service/apis/v2/questionset-apis/retire-questionset.md): This API is used to retire the question set on the Sunbird-inQuiry Platform.
- [Configuration](/learn/product-and-developer-guide/question-and-question-set-service/configuration.md): This page provides configuration details of Question & QuestionSet service
- [Source Code](/learn/product-and-developer-guide/question-and-question-set-service/source-code.md)
- [FAQs](/learn/product-and-developer-guide/question-and-question-set-service/faqs.md)
- [Question Set Player](/learn/product-and-developer-guide/question-set-player.md)
- [Architecture](/learn/product-and-developer-guide/question-set-player/architecture.md)
- [Configuration](/learn/product-and-developer-guide/question-set-player/player-configuration.md)
- [Source Code](/learn/product-and-developer-guide/question-set-player/source-code.md)
- [APIs](/learn/product-and-developer-guide/question-set-player/apis.md)
- [FAQ's](/learn/product-and-developer-guide/question-set-player/faqs.md): Frequently Asked questions
- [Analytics](/learn/product-and-developer-guide/analytics.md)
- [Code Coverage Stats](/learn/product-and-developer-guide/code-coverage-stats.md)
- [Product Roadmap](/learn/product-roadmap.md)
