I compiled 40,000+ driving test questions for 11 countries. What do you think?
1–10 of 50 posts
Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#2Thanks!
Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#3I get a (rather ugly) 404 error if I click on my state without selecting a country first. It wasn't obvious to me that I had to select United States in the first dropdown since the second dropdown already had the fifty states loaded it. You should disable the second dropdown until a country is selected, or better yet don't even show it until the user selects from the first one.
Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#4Assuming the declaration is true, great job! There's a "but", though: I get a (rather ugly) 404 error if I click on my state without selecting a country first. It wasn't obvious to me that I had to select United States in the first dropdown since the second dropdown already had the fifty states loaded it. You should disable the second dropdown until a country is selected, or better yet don't even show it until the us…
Yes, the declaration is true. Took a lot of time! There is roughly 200 questions per US state per vehicle type. Plus questions for other countries.
Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#5Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#6Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#7Why not load all questions/answers at the same time? That would improve the speed tremendously and would reduce the load on your servers.
Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#8How did you go about compiling 40,000 driving test questions?
Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#9My biggest worry is that people may rely too much on this instead of, you know, RTFM, by which they'll learn a lot of useful stuff, especially those concerning safety.
Re: I compiled 40,000+ driving test questions for 11 countries. What do you think?
#10When doing a practice test, your app does a crazy number of requests to the server for each question. Why not load all questions/answers at the same time? That would improve the speed tremendously and would reduce the load on your servers.