Use QUML question & questionSet API to create worksheet #14
Replies: 2 comments 3 replies
-
@snehal0904 - Is the use case about Shiksha app fetching question sets created by teachers using the coKreat portal (Vidyadaan uses Sunbird's coKreat) or the teachers will use Shiksha app to create worksheets by fetching questions created in the cokreat portal? Please clarify. Samagra team has worked on enabling similar use cases for one of the state tenants on DIKSHA. @Prerna789 can you assist here please? Sunbird RC, to my knowledge, doesnt have question set schema. Can you clarify which schema are you referring to in SunbirdRC? |
Beta Was this translation helpful? Give feedback.
-
Question-set and Questions are two different entities and both have separate schema files. Question-set: https://github.com/Sunbird-Ed/creation-portal/blob/release-4.9.0/kp_schemas/questionset/1.0/schema.json We can add questions inside the question-set and this reference is stored in childNodes. To play a question in a QUML player we need both a question-set and a question. To get both the details you can use question-set hierarchy read API. End Point: questionset/v1/hierarchy/do_id |
Beta Was this translation helpful? Give feedback.
-
Hello Team,
In the Shiksha platform, we are building a usecase where teachers can create worksheets. For Shiksha, a worksheet is a collection of questions, which can be output as a PDF that the teacher can print.
For this, we intend to use the question and question set capabilities in Diksha. Here's an overview of what we want to achieve
I have 2 questions in this regard
Thanks!!
@Krishnaj20 @coolbung
Beta Was this translation helpful? Give feedback.
All reactions