-
Notifications
You must be signed in to change notification settings - Fork 31
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
adding of points distribution #70
Conversation
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.
Great!
It made the other quizzes unplayable though, please add these changes to the other quizzes and make it work. Thanks.
I've added the changes so that it works for every quiz now! |
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.
Looks good, but the animation is not inclusive of the bonus points and only for correct answer shows +100 and wrong shows -100.
Question: Do you think it should show the bonus points?
I think it should. Let me know what you think.
Agreed, I think so too. I'll get working on it. |
hey, i found a bug in the point system. when the streak goes to 4, as an elif statement is missing, it resets the streak to 0. ill be fixing this as well, making a streak of 4 to give 300, |
Hey Kendall! The bonus points animation has been finished and is working well for all topics. Please let me know if you need any more changes! |
b6b11d2
into
KendallDoesCoding:main
Thanks for your contribution @SyonKuppili .. This has made a big impact in the project. Sorry for the delay in merging |
Hey!
I've added the Points Distribution according to the issue assigned by you.
An animation is added whenever a person gets a right or a wrong answer (which is of +100 and -100.)
I'd also recommend we add a sound effect to this!
Thanks,
Syon
fixes #4