diff --git a/_posts/2022-01-21-converging-ideas-with-dot-voting.md b/_posts/2022-01-21-converging-ideas-with-dot-voting.md new file mode 100644 index 00000000..9bf6269d --- /dev/null +++ b/_posts/2022-01-21-converging-ideas-with-dot-voting.md @@ -0,0 +1,39 @@ +--- +layout: post +title: "Choosing your team's ideas with dot voting" +punchline: true +description: "" +date: 2022-01-21 09:10:00 +0700 +categories: collaboration +tags: collaboration +author: "Budi Tanrim" + +image: + path: /img/seo/dot-voting.jpg + height: 630 + width: 1200 +gif: false +twitter-seo: + - "seo/dot-voting.jpg" +--- + +It's a small circle. It's sticky. People use these dot stickers to vote in many design exercises. + +Let's say we have five ideas on the whiteboard. We can't build all five for the experiment. We need to choose which idea we feel is worth building now. + +Here's the moment of dot voting can take place. + +You give two dots for each person to pick two ideas on the board. Ideally, you'll get one idea that most people in the room choose. Then, you move forward with that idea. + +Sometimes, you'll have a tie. Two ideas have an equal vote. If that's the case, you'll have an open discussion and let the decision-maker in the room make a super vote to break the tie. + +Dot voting is straightforward and quick. It's a democratic approach to converge. It gives everyone an equal voice to make a decision, which a better approach than letting the loudest voice in the room dominate the decision. + +However, like anything else, dot voting has a downside. (to be continued) + + +{% include image.html +src="https://buditanrim.co/img/seo/dot-voting-illus.jpg" +alt="dot-voting" +caption=" " +class="illustration medium m-t-s m-b-s" %} \ No newline at end of file diff --git a/img/seo/dot-voting-illus.jpg b/img/seo/dot-voting-illus.jpg new file mode 100644 index 00000000..bba9a102 Binary files /dev/null and b/img/seo/dot-voting-illus.jpg differ diff --git a/img/seo/dot-voting.jpg b/img/seo/dot-voting.jpg new file mode 100644 index 00000000..b2e93993 Binary files /dev/null and b/img/seo/dot-voting.jpg differ