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

Vote Results #11

Closed
tythorsen opened this issue Feb 23, 2015 · 1 comment
Closed

Vote Results #11

tythorsen opened this issue Feb 23, 2015 · 1 comment

Comments

@tythorsen
Copy link
Owner

When the votes are revealed, the leader and other users should have an easy way of figuring out what the best/winning vote is.

Nominal Decks

A nominal deck is one in which the card values do not have any intrinsic order. That is to say, a vote for card one and a vote for card three does not imply that card two is a better fit.

  1. Mode will be the measure of central tendency
    1. Scenario: A single value has the most votes (no ties)
      1. 100% - "Unanimous: [Card Value]"
      2. = 75% - "Consensus: [Card Value]"

      3. = 50% - "Majority: [Card Value]"

      4. < 50% - "Plurality: [Card Value]"
    2. Scenario: Ties
      1. Display "Tie: [Card 1 Value] [Card 2 Value]...[Card N Value]"

Ordinal Decks

An ordinal deck is one where the card values can be ordered or ranked. That is to say, a vote for card one and a vote for card three implies that card two is a better fit.

  1. Median will be the measure of central tendency
    1. Only numeric card values will be considered.
    2. Median will be the higher of the two card values in the case of an even number of votes.
    3. Display: "Best Guess (Median): [Card Value]"
    4. Future enhancement will evaluate the range of vote disparity in relation to the best guess.
@tythorsen tythorsen self-assigned this Feb 24, 2015
@tythorsen tythorsen changed the title Best Guess Vote Results Feb 25, 2015
tythorsen added a commit that referenced this issue Feb 25, 2015
@tythorsen
Copy link
Owner Author

Changes for this story available as of revision 4b5eb63.

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