Skip to content

Commit 1221577

Browse files
authored
Add a demo Q&A workshop (#1836)
* first draft demo qa workshop * simplify language * use correct module * update workshop wording * add header --------- Co-authored-by: l <l>
1 parent 0560134 commit 1221577

3 files changed

Lines changed: 83 additions & 1 deletion

File tree

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
+++
2+
title="Demo Questions & Answers"
3+
time=60
4+
objectives = [
5+
"Think of a good question to ask after a demo",
6+
"Explain what makes a question meaningful",
7+
"Give a relevant answer to a question",
8+
"Engage an audience in discussion through a Q&A session after a demo"
9+
]
10+
[build]
11+
render = 'never'
12+
list = 'local'
13+
publishResources = false
14+
+++
15+
16+
# Professional Q&A Experience Workshop
17+
18+
In ITP you have practised giving demos - short presentations to get practice speaking in a professional setting.
19+
Later on, during an interview, presentation, or other work discussion, you will also be expected to ask and answer questions.
20+
The goal of this workshop is to give you practice in asking meaningful questions and giving good answers.
21+
22+
# Plan
23+
To get the best out of this workshop, please use a short demo on a topic you are comfortable discussing.
24+
The goal here is not the quality of the demo.
25+
It is to practice questions and answers, so you can re-use a demo you have previously given.
26+
27+
There are 2 criteria we want to meet:
28+
- Every listener should ask at least 1 question during this workshop
29+
- Every presenter should answer at least 1 question during this workshop
30+
31+
Take a moment to read through the tips below before you begin.
32+
Feel free to refer to these tips during the Q&A if that would help.
33+
34+
To ensure everyone has a chance to take part, get into groups of at most 5 trainees (and ideally at least one volunteer).
35+
36+
Take turns:
37+
- Each demo should be no more than 5 minutes long
38+
- Give up to 3 minutes for questions and answers
39+
- Try to keep questions short, take up to 1 minute to answer
40+
41+
After everyone has had a chance to practice asking and answering, have a discussion as a group about the process:
42+
- How did you find asking and answering: Was there anything easy or difficult about it?
43+
- Give each other feedback on their Q&As: Did any good examples stand out, could any have been improved?
44+
- What would you do differently if you were in a similar Q&A situation in the future?
45+
The feedback and discussion for this workshop should focus on the questions and answers, not the content of the demos.
46+
47+
# Tips for Asking Good Questions
48+
- This is different to the kind of rhetorical question you might have used when doing a demo
49+
- Unless the speaker made it clear they want you to, don't interrupt them mid-demo
50+
- If the speaker says something you would like to know more about, you can remember it and ask at the end
51+
- If the speaker said something unclear, or that you disagree with, you can ask politely about it at the end
52+
- A good question is short and to the point. Remember: as the audience you're not the main focus
53+
54+
## Example Questions
55+
The best questions to ask come from ideas the demo made you curious about.
56+
If you can't think of any, you can use or adapt one of these, if they're appropriate:
57+
- If you were to do it again, what would you do differently?
58+
- What did you enjoy the most about this?
59+
- What was your biggest challenge?
60+
- How does this compare to (some other way of doing something similar)?
61+
- Could you explain how (this idea) could be used or adapted for (some related setting or project)?
62+
- When I tried something similar, I encountered (this problem), how did you overcome that?
63+
64+
# Tips for Giving Good Answers
65+
- Know that you will never be able to prepare for every possible question.
66+
- Listen carefully to what is being asked - you don't want to answer the wrong thing.
67+
- If you did not understand the question, you can ask them to reword it.
68+
- Take a moment to think about your answer before you start to speak.
69+
- Repeating the question back in your own words gives you time to start forming an answer, and it confirms to the asker that you understood what they were asking.
70+
- If you can't think of a good answer, it is fine to say you don't know. This is better than giving an unclear long-winded reply.
71+
72+
# Extra resources
73+
- [Asking questions at work](https://cdo.som.yale.edu/blog/2025/02/28/how-to-ask-good-questions-at-work-and-actually-get-the-info-you-need/)
74+
- [Asking follow-up questions](https://www.linkedin.com/pulse/asking-follow-up-questions-scott-baldwin)
75+
- [Using active listening](https://www.linkedin.com/advice/3/how-can-you-use-active-listening-ask-better-follow-up)
76+
- [Answering audience questions](https://umarcomm.umn.edu/blog/2020/01/23/become-pro-audience-qa-answering-questions)

common-content/en/blocks/demo/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ After the demo, the group will give you feedback for up to 5 minutes. It's smart
3131
- I found X really confusing, did anyone else have the same problem?
3232
- I wasn't sure if I explained what an X was very clearly, how could I have explained it better?
3333

34+
More tips: [A Good Question Can Be the Key to a Successful Presentation](https://www.gsb.stanford.edu/insights/matt-abrahams-good-question-can-be-key-successful-presentation).
35+
3436
## 💡 Tips:
3537

3638
- **Practice** your demo before class.

org-cyf/content/itp/data-flows/sprints/2/day-plan/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ name="Morning orientation"
1111
src="blocks/morning-orientation"
1212
time=15
1313
[[blocks]]
14+
name="Demo Q&A Practice"
15+
src="blocks/demo-qa"
16+
time="60"
17+
[[blocks]]
1418
name= "Teamwork Project Sprint 2"
1519
src="blocks/teamwork-project-s2"
16-
time="140"
20+
time="80"
1721
[[blocks]]
1822
name="lunch"
1923
src="blocks/lunch"

0 commit comments

Comments
 (0)