-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Do you mean custom rounds with your own time limit? |
Not custom rounds. Adding time to the current rounds |
ok, got it! |
Greetings, |
It is still open and no resolve has been done. You could resolve it |
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) |
@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. |
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. |
Have the option to change the time limit of each question
The text was updated successfully, but these errors were encountered: