Versions Compared

Key

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

...

  1. External Applications - The external applications will call

    1. Consumption Search API (Diksha API) to get the list of question papers that are published and are private. This

    2. Content read API to get the complete question paper.
      These API request needs to be

      1. Authenticated - who is calling the API is checked

      2. Authorized - The entity calling the API, with the request to access private question paper will receive the Question paper details if they are allowed to, in case of unauthorized access the request should return an error.

  2. Users with administrator role - Users (assessment wing Admins) who are given the authorization to view the private question paper, when they logon on to Diksha, they can view the question paper resources which are private as well.
    Note:
    - Any user (teacher or admin) can be given this authorization. (Typically within the contributing org circle)
    - Not all users involved in question sourcing will have access to the private question paper

...