Python Challenge for Android
Good design, poor implementation. While fun to play for a while it is useless as a learning tool, for it doesn't wait for the user read the right answer. It also has a few errors like asking for the value of Y while expecting the value of X.
Thanks devs for this useful app. If you could, Python3 would be awesome, with more practice topics (maybe even an advanced section), material UI and an option to donate for ad removal. Best Python quiz app I've found!
This is a great tool for me especially because im in the process of self learning python3.6 ! If possible could the team add a feature to where i can go over my mistakes for longer before continuing to the next question so abruptly? Besides that small request, keep up the great work!
If the questions are blatantly incorrect, how can we be expected to respond correctly? The questions are also very academic and most are of a similar nature, so it becomes very boring after a short time.
App is broken, e.g. the first question I got: a = 1 b = 2 c = a/b It said the answer was 0, but according to my interpreter: >>> a = 1 >>> b = 2 >>> c = a / b >>> c 0.5 Fix your questions, devs.
I agree with other comments, there is a lot of room for improvement but also potential:)
Need to wait so that the mistake can be analyzed
Thank you. Really useful and funny app.
Python 2? Uninstalled
Great job
I don't like that the explanation of a wrong answer goes away automatically. Also already correct answered questions should not come again before all other questions are answered. Good idea, but will not use it anymore for the mentioned reasons.
Great idea und thanks for this app. 2 Things I would wish for. 1st much more different quiz question on all topics. 2nd python3 quiz question and the possibility to choose which version to play.
When I get one wrong on the practice the explanation of the answer only pops up for a split second and there it no time to see it
Thanks devs for this useful app. If you could, Python3 would be awesome, with more practice topics (maybe even an advanced section), material UI and an option to donate for ad removal. Best Python quiz app I've found!
My only criticism would be that it's not dynamic enough. Practice questions come up in the real thing exactly the same making it easy to memorize answers.
After a failed quiz, could the explanation stay on the screen and give two buttons, one to do another quiz and one to view score? I want more time to read and understand how i messed up, don't really care about my score usually, and often just want to do another quiz right then.
Not able to check solution as it goes away immediately. And Practice should contains some material to refer instead it directly fires questions.
Needs a bigger sample of questions and the feedback on incorrect answers should stay longer on the screen. Otherwise very cool.
What is value of y? Should be what is value of X?.
Does not teach that much
Not that helpful
I love quizes, and I love python!
Helps master the basics
Very good
Great job
Like it
Love it
When you answer incorrectly, it doesn't give enough time to read where it explains what the script does. You should have to tap the screen to continue to the next question, i feel like im missing the most beneficial part of this app.
Good app idea... Really really bad implementation. I wonder how such a poorly programmed app could actually challenge other perhaps better programmers.
Like it
Not only are there a lot of typos but this is just bad code to look at. Personally I think it's a good idea to specify a start and finish to range(x,y) and showing a "continue" statement with any code to pass over is a terribly confusing notion to the novice programmer. And this is not clear as to which version of Python it is!
1/2 == 0.5 and range(5) result is not a list afaik
Thank you. Really useful and funny app.
Stop trying to force me to log into Google play games. If I cancel it then there's no reason to keep forcing it after every question.
I like the app but without being able to understand why your answer is wrong it's kind of pointless. It's impossible to read the explanations at the end of the problem when you take the user to the score page a couple seconds after they get an incorrect answer. You could easily fix this by adding a continue button to allow the user to proceed to the score page instead of doing so automatically.
There is no pause! :( I have no chance to read a description of my mistake. Plus in practise there is only tests, nothing to read...
Some questions are clearly written for python 2.7 and the answer has changed in python 3.4. But it is nowhere to be seen that this is for an outdated version of python
The. Challenges are good for beginners
Fun to play, but I agree with a previous comment about the incorrect answer feedback not displaying long. It would also be nice to be able to see the feedback at the end and go back to it for reference.
by M####:
4 stars because, I would like a 'next' button before proceeding to the next question. If I get it wrong, I would like time to read the explanation and re-read the code to fully understand why. Otherwise, great training aid. And thank you.