-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Project Details
What is Sunbird inQuiry?
Sunbird inQuiry is a software building block that enables setting up of question banks for various use cases such as assessments, quizzes, practice worksheets, surveys, and many more. These are applicable in multiple domains related to education and human development.
Here are some examples of solutions that can be enabled through Sunbird inQuiry:
- Conduct assessments which can evaluate users’ understanding of concepts and issue certificates based on assessment score.
- Evaluate assessment data to take informed decisions and plan for interventions.
- Launch surveys to collect feedback and analyse responses.
Question Set Editor (QuML editor)
Question set editor is a tool offered by inQuiry to help you kickstart your creation of Question Banks.
More details are here
Features to be implemented
A tool that auto generates questions in QuML format in English by taking a story/chapter as an input - using AI
The questions are currently prepared manually and injected using the QuML editor. As part of this requirement, a standalone tool has to be build that can take in a story/chapter as input in English and auto generate questions in QuML format.
Questions that are auto generated will be of type multi choice and subjective.
What exists
- QuML Specification
- QuML player that is capable of playing multi choice and subjective questions.
What needs to be build
- A standalone AI tool that can take in a story/chapter as input and auto generate questions in QuML format
- Schema validation to ensure the generated question complies to QuML format.
- Questions that are auto generated are of type multi choice and subjective questions
Learning Path
Complexity
Medium
Skills Required
Open source AI tooling
JSON Schema
Name of Mentors
@krgauraw
Project size
6 Weeks
Product Set Up
Details of the QuML specification is available here. The software stack that is needed for the standalone application is to be setup newly.
Acceptance Criteria
- New tool is able to take input as story/chapter and auto generate questions
- Questions generated are complying to QuML Specification
- Open source software to be used
- No vendor lock in
Out of Scope
Enhancing existing QuML player and QuML Editor
Implementing additional question types apart from multi choice and subjective
Milestones
- Understanding the requirements
- Understanding QuML Specification
- Submit the solution for the new tool
- Solution approval
- Setting up the app
- Generating questions from any given story/chapter
- Generating question complying to QuML specification
- Validating the questions against the QuML specification
- Testing the application to verify different question types
- Good to have: Solution proposal for auto generating questions for new types like Fill in the blanks and match the following.