Skip to content
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

Quiz Template: The score gets added, when the quiz is restarted/played a... #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 6, 2015

  1. Quiz Template: The score gets added, when the quiz is restarted/playe…

    …d again.
    
    The score(total correct, total wrong) adds up with the quiz taken previously, if the quiz is restarted/played again. Also the Unanswered gets wrong.
    This issue is fixed now. I have just initialized the variables: totalCorrect and totalWrong in the QuizModel to '0', and called this function from ScoreActivity, whenever the quiz is restarted.
    srujanjha committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    fe0721a View commit details
    Browse the repository at this point in the history