Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Functional use case

...

  1. Contributors add the question in the library project and add relevant tags for BMG+Subject+Topic+LOs

  2. The reviewers review the questions and request for change if required

  3. Once approved, the questions start showing up in the Add from Library Feature.

Add From Library

  1. (New) Add from Library supports Questions as content type.

  2. (New) If the content is being added for the Question set → Only Questions contents are shown (of the type selected while question set definition)

  3. (New) Private questions are not shown as part of the search result in the library

  4. Filters to be supported

    1. Existing

      1. Content types

      2. Class(s)

      3. Subject(s)

      4. Chapter(s)

    2. (New) To be added:

      1. Board

      2. Medium

      3. Learning Outcomes
        (Board and medium is required to set the context for Topics and LOs)

...

  1. Enabling questions approved by contribution reviewer
    Add Approved in status filter array in while searching (composite/v3/search API)

  2. Skill tested and Question type
    Add above fields in category definition search config

    Code Block
    languagejson
    {
      "objectCategoryDefinition": {
        "forms": {
          "searchConfig": {
            "properties": [
              {
                "new config"
              }
            ]
          }
        }
      }
    }
    

  3. Chips/Tags in question list view
    We'll use the same configuration (Question list) to show tags

...