10 exercises — how "to make matters worse" stacks a second, often independent, negative fact on top of an already bad situation in incident reports and status updates.
Quick reference
To make matters worse: introduces a second, compounding negative fact after an already bad situation
Fixed form: plural "matters," never "matter"; word order cannot be scrambled
Contrast: "as a result" claims direct causation; this phrase does not
Cannot introduce an instruction, request, or command
Common in: incident reports, postmortems, escalating status updates
0 / 20 completed
1 / 20
An incident report reads: "The database ran out of disk space at 2 a.m. ___, the alerting system had been silently failing for a week." Which phrase best signals that a second, independent problem made a bad situation even worse?
To make matters worse introduces a second, usually unrelated, negative fact that compounds an already bad situation — a staple of incident reports and postmortems. "On the other hand" introduces a contrast between two comparable alternatives, not an escalation. "As a result" signals a direct consequence (the second fact must follow causally from the first), but here the silent alerting failure is an independent, pre-existing problem, not caused by the disk space issue. "In other words" restates the same point differently, not add a new one.
2 / 20
Which sentence uses "to make matters worse" correctly?
"The deploy failed at 3 p.m.; to make matters worse, the rollback script had a bug and made the outage longer" is correct: a bad event (deploy failure) is compounded by a second bad event (broken rollback). The other options misuse the phrase as a literal instruction ("please review," "add logging," "escalate") rather than as a fixed discourse marker that always introduces a compounding negative fact — it cannot introduce an imperative or a request.
3 / 20
Fill the blank: "The API started returning 500 errors under load. ___ , the monitoring dashboard was also down, so nobody noticed for an hour."
To make matters worse is the only correct, fixed word order for this idiom — "matters" must directly follow "make," and "worse" comes last as the resulting state. "To make worse matters," "Matters to make worse," and "Worse to make matters" are all invalid scrambles; like many fixed discourse phrases ("in any case," "come to think of it"), the word order cannot be altered.
4 / 20
Which pair correctly distinguishes "to make matters worse" from "as a result"?
The key difference is causality. "To make matters worse" simply adds a second bad fact on top of the first, without claiming the first fact caused the second — "The build failed, and to make matters worse, the CI runner also ran out of disk space" (two separate problems). "As a result" explicitly claims the second fact happened because of the first — "The build failed. As a result, the release was delayed" (direct cause and effect). Confusing the two can misrepresent whether one incident caused another, which matters in postmortem accuracy.
5 / 20
A status update reads: "The migration is already two weeks behind schedule. ___ , the lead engineer just went on unplanned leave." Which best completes the sentence?
To make matters worse correctly signals that the engineer's unplanned leave compounds the already-bad delay. "To make matters better" is the (much rarer) positive counterpart and would contradict the negative tone of the sentence. "In light of this" means "given this fact" and introduces a resulting decision or plan, not a second negative fact. "For that matter" adds a related point of similar (not escalating) weight, typically used to extend a claim to a further case, not to worsen a situation.
6 / 20
Which sentence contains an error in the use of "to make matters worse"?
"To make matters worse that they already were, we lost the primary database" inserts an illegal relative clause ("that they already were") into the fixed phrase, which never takes internal modification of "matters." The fixed idiom stands as a complete, unmodifiable unit: "to make matters worse." The other three sentences use it correctly, each introducing a second compounding negative fact after a semicolon or full stop.
7 / 20
Choose the sentence where "to make matters worse" is best replaced by "and on top of that" without changing the meaning.
"The cache layer failed silently for days; and on top of that, the fallback path had never been tested" preserves the meaning — both phrases add a compounding negative fact. In the other options, "to make matters worse" is used as an instruction, a verb phrase to be performed, or with an inserted comparison ("than expected"), none of which match the discourse-marker function; the fixed phrase can only introduce a new independent clause stating a fact, never a command or a modified comparison.
8 / 20
A postmortem timeline states: "Traffic spiked 5x during the incident. ___ , our autoscaling policy had been misconfigured to cap at the old, smaller instance count." Which best fits?
To make matters worse uses the plural "matters," not the singular "matter" — the idiom is fixed with the plural noun even though the situation being described is singular. Option B ("to make matter worse") is a common error that drops the required plural. Options C and D scramble the word order into ungrammatical fragments. The correct form always reads as: to make matters worse + [comma] + [new clause stating the compounding fact].
9 / 20
Which register note about "to make matters worse" is accurate?
"To make matters worse" is entirely standard, professional English and one of the most common ways to sequence escalating bad news in an incident report or postmortem — it signals to the reader that the situation is about to get even more serious. It applies equally well to technical failures ("the disk filled up") and business impacts ("we lost the client"). It typically appears mid-document, right before the next fact in an escalating sequence, not necessarily at the end.
10 / 20
Which sentence best demonstrates "to make matters worse" introducing a second, independent problem during an incident?
"The primary region went down at midnight; to make matters worse, the failover region's DNS record had expired that same week" is the textbook use — one bad event (region outage) compounded by an unrelated second bad event (expired DNS). The other options either misuse the phrase as an instruction, break its required sentence-initial or semicolon-preceded position, or run it directly into a following clause without the required comma boundary.
11 / 20
Reviewer: 'This code doesn't handle the error gracefully. It just crashes and logs a generic message. To make matters worse, it doesn't even retry the operation.' What does this phrase primarily indicate about the situation?
The reviewer isn't just criticizing the error handling; they're emphasizing that there's another problem – the lack of retry logic – which is *exacerbating* the initial issue. 'To make matters worse' signals a secondary, independent factor contributing to the severity of the failure. The options misinterpret this by focusing on simple fixes or personal frustration.
12 / 20
Sarah (DevOps): 'The new deployment triggered a cascading failure in the authentication service. To make matters worse, the monitoring alerts for that service hadn't been configured correctly.' Which of the following best describes Sarah's intent?
Sarah isn't just reporting two events; she's illustrating a causal relationship. 'To make matters worse' highlights that the initial authentication failure *caused* the monitoring issue, creating a feedback loop and amplifying the impact. The other options misrepresent her focus on the interconnectedness of the failures.
13 / 20
PR Description: 'Implemented the new user profile service. To make matters worse, we've discovered a race condition in the database schema that's causing intermittent data corruption.' Which of the following best describes the most important takeaway from this description?
The phrase 'To make matters worse' immediately flags a serious problem – data corruption. While rollback and performance are potential concerns, the primary urgency conveyed is that a bug has been introduced into production. The description isn't simply stating a new feature; it's highlighting an *unexpected* and potentially damaging consequence.
14 / 20
John (Lead Developer): 'The API gateway is experiencing high latency. To make matters worse, the database team hasn't yet resolved the query optimization issue that was identified last week.' What does John's statement primarily communicate?
John isn't just reporting high latency; he's emphasizing that it's *exacerbated* by an unresolved database query. 'To make matters worse' indicates a dependency problem – the database issue is directly contributing to the API gateway's performance problems. The other options misrepresent the core relationship between the two issues.
15 / 20
API Response (Error): '503 Service Unavailable – Database connection timeout. To make matters worse, the load balancer is experiencing intermittent health check failures.' What does this response primarily indicate?
The response isn't simply stating a connection timeout; 'To make matters worse' signals that the load balancer (a critical component in routing traffic) is also failing. This suggests a more complex issue – perhaps the database outage triggered the load balancer failures or vice-versa – demanding immediate investigation into the health check configuration.
16 / 20
Reviewer: 'This code doesn't handle the error gracefully. It just crashes and logs a generic message. To make matters worse, it doesn't even retry the operation.' What does this phrase primarily indicate about the situation?
The reviewer isn't just criticizing the error handling; they're emphasizing that there's another problem – the lack of retry logic – which is *exacerbating* the initial issue. 'To make matters worse' signals a secondary, independent factor contributing to the severity of the failure. The options misinterpret this by focusing on simple fixes or personal frustration.
17 / 20
Sarah (DevOps): 'The new deployment triggered a cascading failure in the authentication service. To make matters worse, the monitoring alerts for that service hadn't been configured correctly.' Which of the following best describes Sarah's intent?
Sarah isn't just reporting two events; she's illustrating a causal relationship. 'To make matters worse' highlights that the initial authentication failure *caused* the monitoring issue, creating a feedback loop and amplifying the impact. The other options misrepresent her focus on the interconnectedness of the failures.
18 / 20
PR Description: 'Implemented the new user profile service. To make matters worse, we've discovered a race condition in the database schema that's causing intermittent data corruption.' Which of the following best describes the most important takeaway from this description?
The phrase 'To make matters worse' immediately flags a serious problem – data corruption. While rollback and performance are potential concerns, the primary urgency conveyed is that a bug has been introduced into production. The description isn't simply stating a new feature; it's highlighting an *unexpected* and potentially damaging consequence.
19 / 20
John (Lead Developer): 'The API gateway is experiencing high latency. To make matters worse, the database team hasn't yet resolved the query optimization issue that was identified last week.' What does John's statement primarily communicate?
John isn't just reporting high latency; he's emphasizing that it's *exacerbated* by an unresolved database query. 'To make matters worse' indicates a dependency problem – the database issue is directly contributing to the API gateway's performance problems. The other options misrepresent the core relationship between the two issues.
20 / 20
API Response (Error): '503 Service Unavailable – Database connection timeout. To make matters worse, the load balancer is experiencing intermittent health check failures.' What does this response primarily indicate?
The response isn't simply stating a connection timeout; 'To make matters worse' signals that the load balancer (a critical component in routing traffic) is also failing. This suggests a more complex issue – perhaps the database outage triggered the load balancer failures or vice-versa – demanding immediate investigation into the health check configuration.
What will I practise in ""To Make Matters Worse" as an Escalation Marker — IT English Grammar"?
Practice using "to make matters worse" to introduce a second, compounding negative fact in incident reports and postmortems, and how it differs from "as a
How many exercises are in this module?
This module has 20 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.