Skip to content
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

Limit the number of questions asked per visit #22

Open
Teester opened this issue Apr 13, 2018 · 0 comments
Open

Limit the number of questions asked per visit #22

Teester opened this issue Apr 13, 2018 · 0 comments

Comments

@Teester
Copy link
Owner

Teester commented Apr 13, 2018

I have noticed that POIs with large numbers of questions can become a bit annoying to answer. Miller's Law (https://en.wikipedia.org/wiki/Miller%27s_law) suggests that the number of objects an average person can hold in working memory is about seven.

The number of questions asked per session should be limited to 7. The largest number at the moment is amenity=restaurant with 15 questions. Questions should be asked according to the following hierarchy:

  1. A random selection of unanswered questions
  2. If there are less than 7 unanswered questions, then a random selection of already answered questions should make up the remainder.
  3. The selected questions should then be randomized so that they are not presented in the same order every time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant