Unable to add more than 20 Questions for a Question set. #102
Closed
ramkumar-pacewisdom
started this conversation in
General Discussions
Replies: 1 comment 3 replies
-
@ramkumar-pacewisdom this error is because of below configuration , where default is 20 question. if you need more than 20, please request devops team to override question_list_api_request_limit variable with required value and re-deploy assessment micro-service. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
I have searched for existing issues that already report this problem, without success.
Current Behaviour
I'm testing complete flow of Observation with rubrics using dock dev environment. While i'm testing i added 20 Questions to a Questionset, But while adding 21 question i'm getting the following Bad Request Error:
"Request contains more than the permissible limit of identifiers: 21. Permissible limit is: 20"
Expected Behaviour
while adding the Questions to Question-set user might need more than 20 Questions for a Question set. So expecting to added more than 20 Questions
Steps to Reproduce
{ "resmsgid": "842f42cf-e4ca-40e7-a7ff-f904892c40c3", "msgid": null, "err": "ERR_BAD_REQUEST", "status": "failed", "errmsg": "Request contains more than the permissible limit of identifiers: 21. Permissible limit is: 20" }
API Endpoints used in create/upload flow
1. https://dock.sunbirded.org/action/question/v2/list
can anybody help on this.
@krgauraw @rajnishdargan
cc: @kiranharidas187
Beta Was this translation helpful? Give feedback.
All reactions