You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Alphabetize Quiz Game, the game waits for the player to press Enter before checking if the time limit has been exceeded. This causes a delay in ending the game if the player takes longer on a response close to the 30-second limit, leading to inconsistent scoring and an unresponsive user experience.
In fact, the game should immediately show "TIME'S UP!" and end as soon as the 30 seconds are over, regardless of user input status.
A suggested solution would be to implement a background timer that triggers an immediate stop after the 30 seconds are up.
The text was updated successfully, but these errors were encountered:
In the Alphabetize Quiz Game, the game waits for the player to press Enter before checking if the time limit has been exceeded. This causes a delay in ending the game if the player takes longer on a response close to the 30-second limit, leading to inconsistent scoring and an unresponsive user experience.
In fact, the game should immediately show "TIME'S UP!" and end as soon as the 30 seconds are over, regardless of user input status.
A suggested solution would be to implement a background timer that triggers an immediate stop after the 30 seconds are up.
The text was updated successfully, but these errors were encountered: