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

Spellings Puzzle: There was an issue with scorecard and restarting spellings puzzle. #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

srujanjha
Copy link
Contributor

Scorecard was made to handle scores for Quiz-Template only. It couldn't handle scores from Spellings Puzzle.
On restarting, a Spelling Puzzle, the scores add-up and the index of the question is not reset. For example, Biological Spellings has 11 questions and Science Spellings has 15 questions. On restarting the Biological Spellings, the question starts from the last question (i.e. 11) and if a new spellings puzzle is played after playing biological spellings, the question will start with 11 only.

These issues are fixed in this patch.

There was a small issue. On pressing the "Next" button, while the last Flash Card is on display, was making the app to stop unfortunately.
This issue has been fixed.
"Unfortunately Stopped" issue fixed
…zzle, and also the scorecard.

ScoreActivity was meant only for Quiz and not for Spellings puzzle. It
was not able to handle the scores of Spellings puzzle. The issue was
fixed. Now ScoreActivity can handle scores from both Quiz and Spellings
Puzzle.
Also, there was an issue with restarting the Spellings Puzzle, the
scores start accumulating and also the index of the question was not set
to '0' while restarting the puzzle.
…lings Puzzle, and also the scorecard."

This reverts commit 1fceec1.
…uzzle.

ScoreActivity was meant only for Quiz and not for Spellings puzzle. It
was not able to handle the scores of Spellings puzzle. The issue was
fixed. Now ScoreActivity can handle scores from both Quiz and Spellings
Puzzle.
Also, there was an issue with restarting the Spellings Puzzle, the
scores start accumulating and also the index of the question was not set
to '0' while restarting the puzzle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant