PrintN / Human-Benchmark

Human Benchmark is a Flutter app for Android, it has many tests to test your abilities.
GNU General Public License v3.0
38 stars 0 forks source link

number memory bug #8

Open zmn28hgbn59kcmlpio8unfh7fdre523esd28q9a opened 1 week ago

zmn28hgbn59kcmlpio8unfh7fdre523esd28q9a commented 1 week ago

when starting number memory task, it instantly shows the input field asking what was the number, but it didnt show any number in first place.

e.g. on human benchmark site it would show the number for couple seconds, and as you progress further the delay before number disappear is increased.

however on this android app it doesnt even show the number not even for 100ms, makes it impossible to pass first digit test.

PrintN commented 1 week ago

Hi, Thank you for submitting a issue. Iā€™m unable to reproduce the bug you described. In the Number Memory task, pressing the "Start Test" button should display a one-digit number for about two seconds, with the time increasing as more digits are added.

Could you please let me know which version of the Human Benchmark app you are using? Additionally, if possible, could you provide a screen recording of the issue?

zmn28hgbn59kcmlpio8unfh7fdre523esd28q9a commented 6 days ago

tested with f-droid 1.0.3 and latest github build 1.0.4 (can repro using both versions)

apparently paying close attention it seems like the delay is less than 100ms.

https://github.com/user-attachments/assets/6ea7854e-4381-4fbf-bea3-a9ca77887536

PrintN commented 6 days ago

Thank you for providing a video. I will look further into this bug šŸ˜€

GiorgosXou commented 1 day ago

I'm experiencing the same issue. The problem is subject to the 'transition animation scale" time (some people, or phones, turn off those animations for improved performance) resulting in this exact issue.

Screenshot_2024-12-01-18-54-26-186_com android settings

Additionally, this seems so far to only effect this specific test.

zmn28hgbn59kcmlpio8unfh7fdre523esd28q9a commented 10 hours ago

indeed, after checking developer optiona, i found transition speed is set to off, turning it on solves the issue.

@PrintN not sure if this issue should be kept for future reference, but feel free to close it.

thank you @GiorgosXou it fixed the issue.

GiorgosXou commented 9 hours ago

@zmn28hgbn59kcmlpio8unfh7fdre523esd28q9a The test shouldn't depend on those scale-times. This issue needs to be addressed via the app.

(Additionally, I wouldn't recommend you to change those values, as they effect the performance of your phone)

PrintN commented 4 hours ago

This bug has been fixed and a new release will come soon with the patch. I will keep this issue open until the new release is available šŸ˜€ Thank you for your patience.