-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguided-cons.html
More file actions
49 lines (20 loc) · 3.14 KB
/
guided-cons.html
File metadata and controls
49 lines (20 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<h1 id="guided-conversations-what-makes-a-good-question">Guided Conversations. What makes a good question?</h1>
<p>We're aiming to lay out what we believe makes for a good question in a guided conversation. The advice below should be seen as advisory, not mandated. We believe it is helpful in most cases, but there may be times when it's appropriate to break the rules.</p>
<h2 id="clear">Clear</h2>
<p>In order to ensure people are focussed and able to answer, questions should be as clear as possible. The question should be concise, and understandable by anyone who knows the topic. They should require no lengthy explanation.</p>
<p><strong>Takeaway</strong>: Is the question a single, simple sentence?</p>
<h2 id="conversational">Conversational</h2>
<p>A good question lends itself to having a conversation. That means that there has to be something to converse about. If a question has a single distinct answer (or a very tight group of answers), it's probably not going to lead to good conversation.</p>
<p><strong>Takeaway</strong>: You can think of at least two responses to a question. "It depends..." is a good response.</p>
<h2 id="inclusiveness">Inclusiveness</h2>
<p>For a guided conversation to work, all participants need to be able to engage in the conversation. One thing that stops that is questions that are too complex, requiring deep knowledge of the subject to be able to contribute. While an expert may have more to say on a subject, a newcomer should be able to at least ask good questions about the conversation in-progress.</p>
<p><strong>Takeaway</strong>: you don't need to be an expert to answer the question.</p>
<h2 id="not-divisive">Not Divisive</h2>
<p>A conversation is only worthwhile when people listen and reflect, before answering. A number of questions cause people to dig into their pre-held beliefs, effectively shutting down the conversation. It's best to avoid questions that can be "Them and us".</p>
<p><strong>Takeaway</strong>: Could the question divide the audience, forcing them to argue for their side?</p>
<h2 id="technology-agnostic">Technology Agnostic</h2>
<p>We also want to avoid questions that require experience of particular tools, libraries, or languages. It's fine to talk about concepts like, say Dependency Injection, but questions shouldn't require knowledge of a specific tool like Spring. The resulting conversation may use examples from particular tools, but these should be understandable by anyone who is in the conversation.</p>
<p><strong>Takeaway</strong>: Does the question avoid specific technologies, preferring ideas?</p>
<h2 id="flows">Flows</h2>
<p>A question is used to guide people through the conversation. It should follow naturally from the last, or help the conversation cover more ground in the overall topic. Having written a number of questions, it's always worth trying to reorder them a few times to see if there's a better way to order them, such that a novice might have built greater understanding in the early questions to better participate later.</p>
<p><strong>Takeaway</strong>: Does the question flow from the last question? Does it help people understand and explore the topic better?</p>