Scoring Part 2
The problem is that scoring adds more points if you continue click Check button. That is, user will continue earning point with the same question. So this should be avoided.
There are multiple ways for doing this. One, and, easy way of doing it is hiding and showing the Check button. After one first click of Check button, we can hide it. So that, the user will not be able to check and earn free points. We will show Check button when the New Angle button is clicked.
Your turn.