After spending several minutes on the app, I often saw the same questions multiple times.
For example, PHP/JS came up very very often.
Yet I haven't seen deploy-friday-or-light-theme, fingers-on-screen-or-no-touching or center-div-or-solving-poincaret
I guess it's the concern of randomness but it would be nice to have a system that allows not to display questions already seen.
And when all the questions are passed, a screen with "You have already answered all our choices ! Come back in a few days, there will certainly be other vicious dev choices for you !" or something like that.
I don't really have a quick fix :
Tracking the history of a logged user is dead because it requires a authentication and it kills the "fast use" of the application.
Tracking the user with his IP... meh if someone else on my network wants to play it's not crazy.
There must be a way to do it with cookies but I very rarely use them to propose a solution.
Anyway, I bring the problem but no solution, sorry haha.
P.S: Thank you for this project, I rarely do issues for projects outside of my work, it's cool.
I will try to participate when I have a bit more time.
After spending several minutes on the app, I often saw the same questions multiple times.
For example, PHP/JS came up very very often.
Yet I haven't seen
deploy-friday-or-light-theme,fingers-on-screen-or-no-touchingorcenter-div-or-solving-poincaretI guess it's the concern of randomness but it would be nice to have a system that allows not to display questions already seen.
And when all the questions are passed, a screen with "You have already answered all our choices ! Come back in a few days, there will certainly be other vicious dev choices for you !" or something like that.
I don't really have a quick fix :
Tracking the history of a logged user is dead because it requires a authentication and it kills the "fast use" of the application.
Tracking the user with his IP... meh if someone else on my network wants to play it's not crazy.
There must be a way to do it with cookies but I very rarely use them to propose a solution.
Anyway, I bring the problem but no solution, sorry haha.
P.S: Thank you for this project, I rarely do issues for projects outside of my work, it's cool.
I will try to participate when I have a bit more time.