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

Time limit change #6

Open
Thewisem opened this issue Jul 22, 2021 · 8 comments
Open

Time limit change #6

Thewisem opened this issue Jul 22, 2021 · 8 comments
Labels
easy enhancement New feature or request good first issue Good for newcomers

Comments

@Thewisem
Copy link

Have the option to change the time limit of each question

@VivekThazhathattil
Copy link
Owner

Do you mean custom rounds with your own time limit?

@VivekThazhathattil VivekThazhathattil added easy enhancement New feature or request good first issue Good for newcomers labels Jul 22, 2021
@Thewisem
Copy link
Author

Not custom rounds. Adding time to the current rounds

@VivekThazhathattil
Copy link
Owner

ok, got it!

@digitalfen
Copy link

Greetings,
is this issue still open?
If is open yet, I want to resolve it.

@Thewisem
Copy link
Author

It is still open and no resolve has been done. You could resolve it

@digitalfen
Copy link

Could you explain about this enhancement? Do you need an option to add time limit to the current round? When you say 'round' you are mentioning for example a row with three questions? - Testing the app I've observed that first game option is locked, the second is based in 5 seconds questions, and the third are for fiften seconds questions (i'm sorry, but I dont understand the language used in gui)
Could you give more details about this requested enhancement?

@VivekThazhathattil
Copy link
Owner

@vmaffioli Rounds are essentially the four options (which you see when you press the play button) with different time controls. So each of 5 second, 15 second, 30 second time controls are different rounds. I think what @Thewisem wants is to be able to add more time for a question at a time. It may be something like adding a plus button next to the countdown for each question, so when the player is running out of time, he/she can press it to get extra 5 or 10 seconds increment for that question alone.

The first option is greyed out because it is a special 2 second time control mode which can only be unlocked by scoring over 200 points in the 5 second time control mode. So care should be taken to make sure that the player doesn't cheat the system by pressing the plus button to get additional time increment to figure out each answer in the 5 second mode. What we can do to avoid this is that if the player ever presses the plus button in the 5 second mode and if he scores over 200 points, we shouldn't count those points towards unlocking the special 2 second mode.

@Thewisem
Copy link
Author

Also another problem is we can't review our mistakes and tell what the right answer to the question was. An extra 10 to 20 seconds as a plus sign at the corner of the screen so that if the player wanted to add extra time, he could do so. If you want, you can deduce points each time they do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants