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

Prevent Duplicates #263

Open
guyellis opened this issue Oct 13, 2017 · 0 comments
Open

Prevent Duplicates #263

guyellis opened this issue Oct 13, 2017 · 0 comments

Comments

@guyellis
Copy link
Owner

Currently the "question selector" will check that the problem is not the same as the previous one and pick a new one if that's the case.

Need to improve this that in any set of questions we don't get duplicates if at all possible. If we create a collection of all possible questions and then remove them from the quorum once they are asked this should work. There are some nuances here though:

  • What if there are few questions available in the quorum than questions that are going to be asked. If this is the case then once the last question from the quorum is asked then the quorum should be repopulated with the full set of questions to start again.
  • What about question weighting. In higher letters we increase the probability of those questions being asked by increasing their number in the quorum. We'll need to deduplicate the questions and provide them ranges of values in which to be selected.
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