The user can swipe right if he feels the answer is correct.
The user can swipe left if he feels the answer is wrong.
If the chosen answer is correct, then the text falls into the respective box, otherwise it topples out of the box to say the answer is wrong.
If the user doesn’t choose any options, then the text falls out of the view.
The number of wrong answers allowed and the points for each right answer varies.
There are three levels assumed:
Points for each level = [10,20,30]
# of wrong answers in each level = [3,2,1]
The Game ends when the user crosses the number of wrong answers.
The game has negative points as well. points/2 for wrong answer and (level*2) for missed answer.