-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Question Types #181
Added Question Types #181
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far so good! As talked internally, types seems to be a "simple" addition yet powerful. I'll approve this PR once OpenAPI is updated with the correct info and the new endpoint to know the types of Questions. Good job
It was possible to obtain a question which had 2 answers that were the same, but one of them was labeled as incorrect, That is no longer possible
Added Some Question Templates
As stated before, I'll just merge it. |
Now it's possible to provide a type attribute on the /questions endpoint, so it'll only return questions of that type.
I also added a new endpoint that when called returns a list of all the possible types.