You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
Functional use case
Overview
The SCERT wants to create a repository of reviewed questions in a question bank. (State is about to digitize 8000+ questions). These questions will be added with public visibility. with multiple State resource groups will be tasked every few months to add to the bank for future usage.
Going forward, when the state wants to create a practice question set/Exam question set → They want to use the functionality to search and filter from the question bank/library and directly add.
This feature will be present in addition to the Create new feature.
Functional use case flows:
in the question bank/library:
Question contributors will contribute questions for different grades and subjects and tag Topics and LO
SCERT will review the questions that are being contributed - [Only single-level review]
Usage of question added in bank/library:
For creating public - practice question set, practice quiz or Private - exam paper, weekly/monthly quiz, SAT papers.
The creator can choose to Add from the library → Apply filters of BMG + Subject + Topic + LO and select one or more questions and add to the question set.
The questions will go to the sourcing reviewer for Acceptance or rejection in the final question set
Product flow
Creation of Library:
A new question set is created by the name of
Visibility of this is set as public.
Single level review is enabled
Nominations are turned off
All interactive questions are added
All the contributors and reviewers are
Any new contributor, either SCERT or a Vendor is added to the question library project
SCERT adds the reviewers (Either Subject matter experts) or others to review the question
Contributions and Review
Contributors add the question in the library project and a
The reviewers review the questions and request for change if required
Once approved, the questions start showing up in the Add from Library Feature.
Add From Library
(New) Add from Library supports Questions as .
(New) Private questions are not shown as part of the search result in the library
Filters to be supported
Existing
Content types
Class(s)
Subject(s)
(New)
Board
Medium
Learning Outcomes
(Board and medium is required to set the context for Topics and LOs)
To be confirmed:
Visibility of questions in the library only
Open question:
If a question is added from the library, what will be the flow?
Will it go to the original author (doesn’t make sense)
Make a copy of the question and ask the person who has added it to edit
Disable the provision to request for change for a question added from library
| Index |
---|
Mockups | Slide 56 - 64 - Searching and adding a quesiton |
Slide 65 - 69 - Contribution reviewer flow |
Slide 70 - 74 - Souricing reviewer flow |
User Stories
Actor | Use case enabled | Workflow steps | Status |
---|
Contributor | Adding a question from Library Pre-requisite: The user should be added to a project as a contributor
| On login on contribution portal, user sees the lists of projects they are part of On opening of a project user sees the list of that are part of the project On opening a question paper, user sees the list of sections within the question paper with option to 'Upload content' , the user will see two options Create new Add from Library
On click on Add from library user is taken to a new page - where user can search a question and add the question
| |
Contributor | User can select filters on the add from library page | User can apply these filters for the content: Content Types [editable] Dorpdown values - Question types (from the project context) User can remove few question types from the selection for filtering
Chapters [editable] Nested values based on Subject selection searchable dropdown Single select
Learning Outcomes [editable] Nested values based on chapter selection searchable dropdown Single select
User can reset the filter selections Content Types - is reset to list from the project context Class - No change Subject - No change Chapter - Selection is removed Learning o On reset Chapter and Learning outcome selections are reset
| |
Contributor | User clicks on reset button after selecting fitlers | Changes in the filter selection Content Types [editable] Selection value is reset to the list of question types from the project context
Class [Non editable] No change
Subject [Non-editable] No change
Chapters [editable] Selected items are removed
Learning Outcomes [editable] Selected items are removed
| |
Contributor | User selects the filter values are clicks on apply (No search result is found) | The filter selection panel is minimized and collapses to the top as a bar The user is shown the no results default page
| |
Contributor | User selects the filter values are clicks on apply (search result is found) | The filter selection panel is minimized and collapses to the top as a bar All the questions from the search result are shown on the left column Question title Question details is shown as the title If the length is long towards the end '…' is added On mouse hover - show the complete question text
Author Show the (original) creator details of the question
Right side - Preview section By default, the first search result is selected and its preview is generated Preview of question - component is used to display the question Below the preview- metadata of the question is shown: Class Subject Topic Learning outcome Author Created on Attributions Copyright Licence
| |
Contributor | User clicks on “” to add the question to the question paper | A pop-up opens with the list of all the sections in the question paper Default selection is the section on which the user had clicked Add from Library User can click on Add - The question is immediatly added to the section in question paper User can also select a different section from the list (single select) On add, the question will be added to the currently selected section in the quesiton paper
| |
Contributor | User can modify the search filters and add more questions | On click of the collabsed bar “Filter - What kind of content you are looking for” The filter bar expands User sees all the Filter options as above Previous filter selctions are shown
User can change the filter and search again From the new search result, user can add the question to any of the sections in the question paper On select content → The content is directly added to the selected section.
| |
Contributor | User can go back to question paper | On click of back button user is taken back to the list of contents view of the question paper All the questions added from library are shown in the respective sections The status of the questions added from library is set as “Added from Library” , this status is green coloured
User can click on Create new / Add from library on any of the sections and go into that flow
| |
Contributor | User opens the question added from library | view the question details Click on edit details - to view the metadata of the question Click on preview to preview the question in a player
User cannot Edit the question Edit question metadata
| |
Contribution reviewer | | On login on contribution portal, user sees the lists of projects they are part of On opening of a project user sees the list of question papers that are part of the project with option to “review content” On opening a question paper user sees all the Sections in the question paper Questions contributed within the question paper Count of questions contributed in each of the sections is shown Questions created and added - User gets the option to - Request for change, Approve
Questions added from Library - User does not have any action - user can only View the question details Click on edit details - to view the metadata of the question Click on preview to preview the question in a player
There is no option for the user to request for change for a question that is added from library
| |
Sourcing reviewer | User can accept or Reject the question in the question paper | On login on sourcing portal, user sees the lists of projects they are part of On opening of a project user sees the list of question papers that are part of the project On opening a question paper, user sees Sections in the question paper Questions contributed within the question paper Count of questions contributed in each of the sections is shown
Questions created and added User gets the option to - Request for change, Approve, Reject
Questions added from library User gets the option to - Approve, Reject User does not get the option to request for change
| |
Implementation Approach
Enabling questions approved by contribution reviewer
Add Approved
status filter array in composite/v3/search
API
Skill tested and Question type
Add above fields in category definition search config
{
"objectCategoryDefinition": {
"forms": {
"searchConfig": {
"properties": [
{
"new config"
}
]
}
}
}
}
Chips/Tags in question list view
We'll use the same configuration (Question list) to show tags
For review Surendrasingh Sucharia Kameswararao Bh
Add Comment