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

Swiping fast on quiz cards messes up score #540

Open
1 task done
whoabuddy opened this issue Apr 16, 2020 · 2 comments
Open
1 task done

Swiping fast on quiz cards messes up score #540

whoabuddy opened this issue Apr 16, 2020 · 2 comments
Labels
bug Something isn't working Frontend Issues pertaining to the Front end team help wanted Extra attention is needed

Comments

@whoabuddy
Copy link
Contributor

Prerequisites

Description

Swiping really fast on the quiz messes up the score, and it feels like there is a disconnect between the swiping action and the score count.

Steps to Reproduce

  1. Open the quiz
  2. Swipe really fast left and right
  3. Observe the score count
  4. Repeat

20200416_115147_Quiz_Card_Swipe_Bug

Expected behavior:

I expected my score to increment as fast as I cleared the cards from the screen then stop at 7 for the total number of cards.

Actual behavior:

The score kept going based on the number of swipes.

Reproduces how often:

75% (or maybe I'm just not swiping fast enough)

Additional Information

Capping the score to to the total number of cards may be a quick fix.

@SomeMoosery SomeMoosery added bug Something isn't working Frontend Issues pertaining to the Front end team help wanted Extra attention is needed labels Apr 17, 2020
@SomeMoosery SomeMoosery added this to To do in CoronaTracker Kanban Board via automation Apr 17, 2020
@AdhamAH
Copy link
Member

AdhamAH commented Apr 17, 2020

This happens when you keep your fingers almost always on the screen and swipe as fast as you could. I don't think a lot of users will do that, never the less it is a bug. It is because the score count depends on the position of the card x and when it passes a certain point the function for adding the score triggers but you still pressing on the card it does not go away, that's what I think. I tried to find a fast fix now but no luck I need to look more
I talked to @SomeMoosery about the whole cards thing and we agreed we will look into it after the beta

@whoabuddy
Copy link
Contributor Author

@AdhamAH Thank you for looking into this! I do agree it's rare but a user may "play" with them after doing it once or twice as I did and discover the bug.

I was also thinking there should be an "end game" screen that shows at least how you did, "You answered 3/7 correctly", maybe a grade based on percentage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Frontend Issues pertaining to the Front end team help wanted Extra attention is needed
Projects
Frontend Components
  
Awaiting triage
Development

No branches or pull requests

3 participants