-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Ask all questions for an object, for that way user not have to selected it twice or more. #1826
Comments
I'm pretty sure this has been suggested before, although I don't have time to search around and find the duplicates right now. |
See #1510 |
This is intentional. It is how the app is designed. The questions are asked always as atomic as possible, so that
I know that this is not the most efficient way. Most efficient would be to present to the user all the questions related to one quest type at once, so he'd fill out a small questionaire of some sort. But the design goal of StreetComplete is not maximum efficiency. JOSM, Vespucci etc. are efficient, they present all the properties of the selected feature at once in a table and you can all change them at once. |
By the way, cool app you got there, have to check it out! |
Thanks for these answers and the application. |
What do you mean with group? |
Ah, well this is not possible, for two reasons:
|
Thanks |
Use case
When I answered the question "Is it restricted who may park here?" it's regularly happened that the questions "Does it cost a fee to park here?" and "What kind of Parking is this ?" appear on the same Parking.
So what I have to do is :
1 Select a parking,
2 Choose if it's public, for customers or private
3 validate
4 select the same parking,
5 answer yes or no
6 select the same parking again
7 select the kind,
8 validate.
What I suggest is to have this way to do the same:
1 Select a parking,
2 Choose if it's public, for customers or private,
3 answer yes or at to the second question "Does it cost a fee to park here?"
4 select the kind,
5 validate.
5 actions instead off 8.
This case also happens for "What surface does this piece of road have?" which is almost always followed by "Is this section of road lit?".
And "What was this building constructed as?" followed by "How many levels does this building have?"
...
Proposed Solution
When a quest is selected, all questions related to the item should be displayed, with a swap mode to go to next question.
Or, when the first question is awswered display the second one...
The text was updated successfully, but these errors were encountered: