Signposting in Technical Presentations and Documentation
0 / 18 completed
1 / 18
An engineer begins a postmortem presentation: "I'll cover three areas today. _____, I'll explain what happened. _____, I'll cover the root cause. _____, I'll outline the prevention measures." Which set of signposting words is most appropriate?
Firstly / Secondly / Thirdly is correct. Ordinal enumerators (firstly, secondly, thirdly) are the standard way to introduce a structured list of agenda items or points in a presentation. They signal sequence and completeness. "However / Furthermore / Therefore" are contrast, addition, and result markers — not sequencing markers. "As a result / In contrast / To summarise" mix causation, contrast, and summary — inappropriate for introducing three equal agenda items.
2 / 18
A tech lead writes in an ADR: "The new architecture reduces operational complexity. _____, it introduces a latency increase of approximately 20ms." Which signpost correctly introduces a contrasting point?
However is correct. "However" introduces a contrasting or qualifying point — here, a downside that offsets the benefit just described. "As a result" introduces a consequence (same direction). "Furthermore" adds a supporting point. "To illustrate" introduces an example. The relationship between "reduces complexity" and "introduces latency" is contrastive, not additive or causal.
3 / 18
An architect concludes a design walkthrough: "_____, we have three options: monolith, microservices, or serverless. Each has trade-offs that I've outlined in the decision matrix." Which signpost correctly introduces a summary?
To summarise is correct. "To summarise" introduces a condensed restatement of the key points already covered — ideal for the conclusion of a design walkthrough. "To illustrate" introduces an example. "Building on this" adds a new point that extends the previous one. "In contrast" introduces a contrasting point.
4 / 18
A system design presentation continues: "The event-driven approach reduces coupling between services. _____, it also enables asynchronous processing, which improves throughput." Which signpost adds a further supporting benefit?
Furthermore is correct. "Furthermore" adds an additional point that reinforces or extends the previous claim. Here, it adds another benefit of the event-driven approach. "However" introduces contrast. "As a result" introduces a consequence. "In contrast" introduces an opposing point.
5 / 18
An engineer explains a technical decision: "We chose PostgreSQL over MongoDB. _____, our data has strong relational structure — orders reference customers, which reference addresses." Which signpost correctly introduces a concrete example?
To illustrate is correct. "To illustrate" introduces a specific example or evidence that demonstrates the preceding claim. The relational structure of orders-customers-addresses illustrates why PostgreSQL (a relational database) is the right choice. "Furthermore" adds a new point. "However" introduces contrast. "Building on this" extends the previous point in a new direction, not with an example.
6 / 18
A postmortem root cause section reads: "The deployment pipeline ran without error. _____, the new configuration file was never loaded by the service." Which signpost is most appropriate?
However is correct. The successful pipeline run and the configuration not being loaded are contrasting facts — the first suggests everything was fine; the second reveals the hidden problem. "However" is ideal for introducing this contradiction. "As a result" would imply the configuration failure caused the pipeline to run without error — the opposite of the intended meaning. "Furthermore" would add a point in the same direction. "Firstly" is an enumerator, not a contrast marker.
7 / 18
An engineer explains an architecture evolution: "We decomposed the monolith into services. _____, we introduced a service mesh to manage inter-service communication." Which signpost signals that the second point develops from the first?
Building on this is correct. "Building on this" signals that the second point extends or develops from the first — it does not contrast with it. Decomposing into microservices creates the need for inter-service communication management, so the service mesh is a logical next step. "In contrast" and "However" introduce contrasting information. "To summarise" introduces a conclusion, not a developmental step.
8 / 18
A technical presenter says: "I've covered the problem and the root cause. _____, I'll now walk through the three mitigation strategies." Which signpost transitions to the next section?
Having established this is correct. "Having established X, I will now Y" is a formal signposting structure that acknowledges what has just been covered and signals the transition to the next section. It is common in technical presentations and academic talks. "To illustrate" introduces an example. "In contrast" introduces a contrasting point. "As a result" introduces a consequence — the mitigation strategies are not a consequence of the root cause analysis; they are the next topic.
9 / 18
Which signposting sentence is INCORRECT or unnatural in a technical presentation?
Option C is incorrect in context. "However" signals contrast or a qualifying point. If the new approach improves throughput, this is likely an additional benefit (use "Furthermore") or a consequence (use "As a result"), not a contrasting point. Using "However" here implies the throughput improvement is unexpected or contradicts something — which would only be valid if the previous sentence described a disadvantage. Without that context, "Furthermore" is the natural choice. Options A, B, and D all use signposting correctly.
10 / 18
A sprint retrospective facilitator says: "We missed our velocity target. _____, the quality of completed work was significantly higher than last sprint." Which signpost is most appropriate?
That said is correct. "That said" (or "having said that") is a concessive connector used to introduce a qualification or positive counterpoint after a negative statement. It is more conversational than "however" and is natural in retrospective discussions. "Furthermore" adds a point in the same direction (both would need to be negative or both positive). "As a result" implies the quality improvement caused the missed target, which is likely not the intended meaning. "To illustrate" introduces an example, not a contrasting observation.
11 / 18
John: 'Okay team, let's tackle this bug. First, I'll describe the symptoms. Second, we'll dive into the logs to understand where it originated. Finally, I'll outline the steps for reproduction.' Which of these phrases best demonstrates effective signposting within a code review discussion?
This option uses clear sequential markers – 'First,' 'Second,' and 'Finally' – directly indicating a planned progression of the discussion. The other options are less structured and don't explicitly guide the listener through the steps being taken. Signposting is about clarity; these phrases achieve that.
12 / 18
David (Senior Developer): 'We're migrating to Kubernetes. Initially, we'll focus on deploying our core application. _____, we'll gradually expand the deployment scope to include all microservices.' Which signpost best signals a logical sequence of actions?
'Initially' is the most suitable choice because it clearly indicates that the described action (deploying the core application) is a first step in a larger process. The other options suggest conclusions or final outcomes rather than sequential progression. It's important to use signposting to show a plan of steps.
13 / 18
John: 'Okay team, let's tackle this bug. First, I'll describe the symptoms. Second, we'll dive into the logs to understand where it originated. Finally, I'll outline the steps for reproduction.' Which of these phrases best demonstrates effective signposting within a code review discussion?
This option uses clear sequential markers – 'First,' 'Second,' and 'Finally' – directly indicating a planned progression of the discussion. The other options are less structured and don't explicitly guide the listener through the steps being taken. Signposting is about clarity; these phrases achieve that.
14 / 18
David (Senior Developer): 'We're migrating to Kubernetes. Initially, we'll focus on deploying our core application. _____, we'll gradually expand the deployment scope to include all microservices.' Which signpost best signals a logical sequence of actions?
'Initially' is the most suitable choice because it clearly indicates that the described action (deploying the core application) is a first step in a larger process. The other options suggest conclusions or final outcomes rather than sequential progression. It's important to use signposting to show a plan of steps.
15 / 18
John: 'Okay team, let's tackle this bug. First, I'll describe the symptoms. Second, we'll dive into the logs to understand where it originated. Finally, I'll outline the steps for reproduction.' Which of these phrases best demonstrates effective signposting within a code review discussion?
This option uses clear sequential markers – 'First,' 'Second,' and 'Finally' – directly indicating a planned progression of the discussion. The other options are less structured and don't explicitly guide the listener through the steps being taken. Signposting is about clarity; these phrases achieve that.
16 / 18
David (Senior Developer): 'We're migrating to Kubernetes. Initially, we'll focus on deploying our core application. _____, we'll gradually expand the deployment scope to include all microservices.' Which signpost best signals a logical sequence of actions?
'Initially' is the most suitable choice because it clearly indicates that the described action (deploying the core application) is a first step in a larger process. The other options suggest conclusions or final outcomes rather than sequential progression. It's important to use signposting to show a plan of steps.
17 / 18
During a standup meeting, Alex (Software Engineer) reports on his progress. He states: 'I've finished implementing the user authentication module. _____, I'm now working on integrating it with our existing payment processing system.' Which phrase best signals that he is about to discuss a related but distinct task?
Option 1 clearly indicates a transition to a new topic – the integration with the payment processing system. The other options focus on his accomplishments or confidence, failing to signal the introduction of a separate task or area of work. Signposting is about guiding the listener through the agenda.
18 / 18
Elena (Lead Developer) comments on a code review: 'This function is quite complex. def calculate_discount(price, discount_percentage): … I think we should break it down into smaller, more manageable units.' Which signposting phrase best reflects Elena's intention?
The phrase 'Given that' introduces a justification for the proposed action (refactoring). It explains *why* Elena recommends breaking down the function – to mitigate the risk of errors associated with complexity. Options A, B and C suggest alternative focuses that are not aligned with her reasoning.
What will I practise in "Signposting in Technical Presentations and Documentation — Grammar Exercise"?
Practice discourse markers for guiding audiences through technical content: firstly, furthermore, in contrast, to summarise, as a result, building on this, to
How many exercises are in this module?
This module has 18 multiple-choice exercises, each with instant feedback and a full explanation of the correct answer.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.
Do I need to create an account to do these exercises?
No account is required. Just click an option to answer — your score for this session is tracked automatically in the progress bar above.
What happens if I choose the wrong answer?
You'll immediately see which answer was correct, plus a full explanation covering the grammar rule and reasoning behind it — mistakes are where most of the learning happens.
Can I retry the exercises if I want a higher score?
Yes — use the "Try again" button on the results screen to reset and go through all the questions again.
Is my progress saved if I close the page?
No. Progress is tracked only for your current visit; reloading or leaving the page resets the counter. This keeps the exercise simple and account-free.
Where can I find more Grammar exercises?
Browse the full Grammar hub for related drills, or check the "Next up" link below to continue with a connected topic.
How is this different from reading an article on the same topic?
Articles explain grammar rules in prose; this exercise tests and reinforces those rules through active recall with immediate feedback — the two work best together.
Who writes these exercises?
Every exercise is written by the CoderSlingo team, drawing on real workplace English used in IT roles, then reviewed for accuracy and clarity.