You are opening a 90-minute hands-on workshop at a developer conference. Which opening is most effective?
Effective workshop openings state: name, outcome ("you will build X"), what participants leave able to do, and an immediate practical check (environment verification). Audience engagement starts in the first 60 seconds. Long intros and passive formats lose participants before the content starts.
2 / 16
During the hands-on section, a participant says: "Mine doesn't work." What is the correct facilitation response?
The correct facilitation move: diagnose quickly (what error?), use your available helpers, and decide whether to address the group (common issue) or one-to-one (edge case). Stopping the whole group for one person loses 20 minutes of everyone's time. "It should work" is defensive. Skipping steps creates incomplete learning.
3 / 16
You want to break participants into small groups for a hands-on activity. Which facilitation phrase is most effective?
Effective group formation instructions include: group size (3), who to group with (left and right — avoids social anxiety), what the task is (slide reference), time limit (15 min), what "done" looks like (working endpoint), and a time warning (12-min call). Vague instructions create confusion and wasted time.
4 / 16
"Timebox" is a common facilitation term. Which sentence uses it correctly?
"Timebox" means setting a fixed maximum time for an activity and stopping regardless of completion. The correct usage always specifies the duration and what happens when the time expires. It is one of the most useful facilitation vocabulary items for controlling workshop pacing.
5 / 16
At the end of the workshop, which closing is most effective for a community event?
Effective workshop closings recap the concrete thing participants built, give a specific "next three steps" to sustain momentum, provide contact details, and point to a community channel. The feedback form request should come last, not as the only closing action. "I hope it was useful" is passive and does not reinforce learning.
6 / 16
PR Description
During a code review, you've just received this PR description from a colleague:
`"Implemented new authentication flow using OAuth 2.0. Added user profile endpoint. Minor styling changes."`
Which of the following revisions to this description would be most helpful for reviewers and ensure clarity?
The original description is too high-level and doesn't provide enough context for reviewers to understand the scope of the changes. Option A asks for *detailed* steps, which can be overwhelming. Option B suggests the PR addresses authentication but doesn't specify what was changed. Option D focuses on security details that might not be relevant for all reviewers, and option C is overly vague about the actual impact of the styling changes. A good PR description should clearly state what's been done and why, allowing reviewers to quickly assess the code and provide feedback.
7 / 16
PR Description
During a code review, you've just received this PR description from a colleague:
`"Implemented new authentication flow using OAuth 2.0. Added user profile endpoint. Minor styling changes."`
Which of the following revisions to this description would be most helpful for reviewers and ensure clarity?
The original description is too high-level and doesn't provide enough context for reviewers to understand the scope of the changes. Option A asks for *detailed* steps, which can be overwhelming. Option B suggests the PR addresses authentication but doesn't specify what was changed. Option D focuses on security details that might not be relevant for all reviewers, and option C is overly vague about the actual impact of the styling changes. A good PR description should clearly state what's been done and why, allowing reviewers to quickly assess the code and provide feedback.
8 / 16
PR Description
During a code review, you've just received this PR description from a colleague:
`"Implemented new authentication flow using OAuth 2.0. Added user profile endpoint. Minor styling changes."`
Which of the following revisions to this description would be most helpful for reviewers and ensure clarity?
The original description is too high-level and doesn't provide enough context for reviewers to understand the scope of the changes. Option A asks for *detailed* steps, which can be overwhelming. Option B suggests the PR addresses authentication but doesn't specify what was changed. Option D focuses on security details that might not be relevant for all reviewers, and option C is overly vague about the actual impact of the styling changes. A good PR description should clearly state what's been done and why, allowing reviewers to quickly assess the code and provide feedback.
9 / 16
PR Description
During a code review, you've just received this PR description from a colleague:
`"Implemented new authentication flow using OAuth 2.0. Added user profile endpoint. Minor styling changes."`
Which of the following revisions to this description would be most helpful for reviewers and ensure clarity?
The original description is too high-level and doesn't provide enough context for reviewers to understand the scope of the changes. Option A asks for *detailed* steps, which can be overwhelming. Option B suggests the PR addresses authentication but doesn't specify what was changed. Option D focuses on security details that might not be relevant for all reviewers, and option C is overly vague about the actual impact of the styling changes. A good PR description should clearly state what's been done and why, allowing reviewers to quickly assess the code and provide feedback.
10 / 16
Alex is leading a workshop on running community workshops. During the session, participants are struggling to understand the concept of 'timeboxing'. Which of the following phrases would best guide them towards using it effectively?
Timeboxing is a technique for managing tasks and discussions by setting strict time limits. The incorrect options suggest a lack of structure or disregard for efficient use of time—a common misunderstanding. Option 1 promotes endless work without focus, while options 3 & 4 both undermine the purpose of limiting discussion duration. Setting a timer (option 2) clearly demonstrates how to apply this principle.
11 / 16
Ben, a workshop facilitator, notices that several participants are dominating the conversation during a group activity. Which of the following phrases is most appropriate for gently guiding the discussion back on track?
This scenario requires skillful redirection. Option 1 is passive and encourages dominance. Option 2 directly addresses the issue without dismissing any individual's contribution, acknowledging input while promoting inclusivity. Options 3 suggests avoiding a difficult conversation, and option 4 focuses on the task rather than managing group dynamics effectively.
12 / 16
Sarah is leading a workshop on running community workshops. During the session, participants are hesitant to share their ideas openly. Which of the following phrases would best encourage more participation?
'Let's focus on getting all the right answers first before discussing any potential issues.'
This question tests understanding of creating a safe space for sharing. Option A directly addresses the fear of making mistakes – a common barrier to participation. Options B and C suggest controlling the conversation, which can stifle creativity. Option D focuses on solutions prematurely, neglecting open exploration.
13 / 16
David is facilitating a stand-up meeting. A developer says, 'I'm blocked because I'm waiting for the database team to fix a bug.' What is the most effective response from David?
'That sounds frustrating. Let's document this issue and schedule a follow-up.'
This question assesses understanding of acknowledging and addressing blockers. Option 2 demonstrates empathy and moves towards a solution by exploring the consequences of the delay. The other options are dismissive or avoid dealing with the problem directly.
14 / 16
Maria is preparing a PR description for a feature that adds a new API endpoint. Which of the following descriptions is most effective at conveying the changes to reviewers?
'Updated the code to include the new endpoint.'
This tests clarity in PR descriptions. Option 1 provides sufficient detail about the endpoint's purpose and format, which is crucial for reviewers to understand its functionality and integration potential. The other options are too vague.
15 / 16
Tom wants to use 'timeboxing' during a workshop session. Which of the following statements best reflects how he should apply this technique?
'We will spend exactly 30 minutes on each topic, regardless of whether we've finished discussing it.'
This question examines understanding of 'timeboxing' as a structured approach. Option 1 correctly highlights the core principle: allocating fixed periods for discussion and moving on when the time is up – promoting focus and preventing endless tangents.
16 / 16
Chloe is running a workshop focusing on debugging techniques. A participant raises a question: 'I'm not sure how to approach this problem.' What should Chloe say?
'Just try harder and you'll figure it out.'
This question focuses on supportive facilitation. Option 0 offers a constructive approach by encouraging the participant to articulate their thought process – crucial for collaborative problem-solving and identifying potential roadblocks. The other options are unhelpful or potentially discouraging.
What does the "Running Community Workshops" exercise practise?
Practice workshop facilitation phrases, hands-on activity language, and participant engagement vocabulary for tech community events. 5 exercises.
How many questions are in this exercise?
This exercise has 16 questions, each multiple-choice with a full explanation shown after you answer.
What English level is this exercise for?
This exercise is tagged Intermediate. If the vocabulary feels difficult, browse the Conference & Community category page for an easier module to start with.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free with no account, sign-up, or paywall.
Do I get feedback if I answer incorrectly?
Yes — whichever option you choose, right or wrong, you'll immediately see an explanation clarifying the correct term and why the other options don't fit.
Can I retry this exercise?
Yes — once you finish all the questions, a "Try again" button on the results screen resets the exercise so you can practise as many times as you like.
Do I need an account to track my progress?
No account is required. Your progress bar and score for this session are tracked in the browser as you go, but nothing is saved once you leave the page.
Is "Running Community Workshops" part of a larger series?
Yes — it's one exercise in the Conference & Community category on CoderSlingo. See the category page for the full list of related exercises on similar terminology.
Can I link directly to this exercise?
Yes — this exercise has its own permanent URL, so you can bookmark it or share the link directly with a colleague or study partner.
Where can I find more exercises like this one?
See the Conference & Community category page for related exercises, or browse the main Exercises hub for other IT English topics.