-
Notifications
You must be signed in to change notification settings - Fork 28
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
Send in totalQuestions along with quiz #13
Comments
@abhishek97 I would like to take this issue. |
Starting with running the project locally. One you're setup, look into handlers for /quizzes and /quizzes/:id routes |
I want to take up this issue. |
Sure anyone is welcome to send in a PR. |
I want to take this issue |
@abhishek97 can i work on this |
Hello, If this issue is still open, then I would be happy to work on it :) |
I would like to work on this issue. |
If it's still open I would like to take this up |
If the issue is resolved, then kindly close it :) |
Make sure we send
total-questions
as property along with quiz forGET /quizzes
andGET /quizzes/:id
since it is very useful meta.It should be serialized as
total-questions
and should be an Integer always.0
when no question is associated.The text was updated successfully, but these errors were encountered: