10 exercises — using "not that + clause" to soften disagreement, deny an unwanted inference, and preempt misreadings in code reviews and design docs, plus the fixed idiom "not that I know of."
Quick reference
Not that + subject + verb: preemptively dismisses or denies the significance of a point before making it
Fixed word order: "not that" is always followed directly by subject + verb, never scrambled
Not that I know of: fixed idiomatic hedge response to a yes/no question
Don't confuse with "not that + adjective" (e.g., "not that fast") — a different structure using "that" as a degree word
Typical role: parenthetical aside, softening disagreement or an unwanted inference
0 / 45 completed
1 / 45
In a Slack thread, an engineer writes: "___ it matters much at this point, but the original ticket actually asked for a different behavior." Which phrase correctly opens a clause that dismisses its own importance before making a point anyway?
Not that + clause is used to preemptively downplay or dismiss the significance of the point about to be made, often as a way of softening a correction or aside: "Not that it matters much at this point, but the original ticket actually asked for a different behavior." It signals "I'm not claiming this is a big deal, but I'll mention it anyway." "Now that" introduces a reason based on something that has just become true (temporal-causal). "So that" introduces purpose. "Given that" introduces a reason/premise. None of these carry the self-dismissing, denial function of "not that."
2 / 45
Which sentence correctly uses "not that" to deny an implication the listener might have drawn, without dismissing the whole statement?
"The deploy failed. Not that it happens often, but we should still add a retry." — here "not that" pushes back on an unstated assumption the reader might make ("this must be a common problem"), clarifying that frequency isn't the point being made; the recommendation stands regardless. "Not that" always requires "that" directly followed by a full clause (subject + verb): "not that it happens often." Options B, C, and D all garble this required structure by dropping or misplacing "that" and the subject.
3 / 45
Which sentence best shows "not that" used to soften disagreement with a colleague's framing, before offering an alternative?
"Not that your approach is wrong, but I think we could simplify the caching layer significantly." This is a diplomatic hedge pattern common in code review and design discussions: deny that you're calling the other person "wrong" outright, then pivot to a suggestion, softening potential friction. The fixed word order is always "not that + subject + verb": here, "not that your approach is wrong." Options B, C, and D all scramble this required order, which is never grammatical.
4 / 45
Which sentence uses "not that I know of" correctly as a hedge response to a yes/no question?
"Not that I know of" is a fixed idiomatic response meaning "as far as I'm aware, no" — a common, slightly hedged negative answer, especially useful when you can't be fully certain. The word order is fixed and cannot be rearranged, exactly like other set phrases ("not that I recall," "not that I'm aware of"). All other options scramble this fixed order into ungrammatical strings.
5 / 45
A tech lead writes in a PR comment: "___ I don't trust the library — I just think we should pin the version to avoid surprise breaking changes." Which correctly completes the denial before the contrasting clarification?
"Not that I don't trust the library — I just think we should pin the version..." denies an inference the reader might draw from the recommendation (pinning versions might look like distrust), then clarifies the real, more modest motivation. "Given that" and "provided that" both introduce a real premise or condition, not a denial. "Now that" introduces a reason tied to a recently true fact — none of these fit the self-correcting, denial function that "not that" performs here.
6 / 45
Which sentence correctly uses "not that it makes a difference" mid-argument, as a parenthetical aside set off by dashes or commas?
"...the staging server has more RAM than production — not that it makes a difference, since the bottleneck is disk I/O." The parenthetical is correctly set off with a dash, and internally follows the required "not that + subject + verb" order ("not that it makes a difference"). The other options all misplace "not," "that," or the subject, breaking the fixed structure.
7 / 45
Which explanation correctly distinguishes "not that" (denial clause) from "not that + comparative," e.g. "not that fast" (a plain negated adjective)?
These are two unrelated homographic structures: "not that" + clause ("not that it matters") is the discourse marker for denial/dismissal covered in this set. "not" + "that" (degree word) + adjective ("the server isn't that fast," i.e., "not to that degree of fastness") is a completely different structure, where "that" functions as an intensifying degree adverb, not a subordinating conjunction introducing a clause. Recognizing which structure you're looking at depends on what follows: a full clause (denial marker) or a bare adjective (degree negation).
8 / 45
Which sentence correctly follows "not that" with a negative clause, expressing a double-negative-flavored dismissal ("not that it isn't...")?
"Not that it isn't a valid concern, but we've deprioritized it for this sprint." Even with a negative verb inside the clause ("isn't"), the fixed word order stays the same: "not that + subject + verb(+not)." This produces a nuanced meaning — conceding the concern is indeed valid (denying that it "isn't" valid) while still explaining why it was deprioritized. The other options scramble the required subject-verb order after "not that."
9 / 45
Which sentence correctly uses "not that" in a design doc to preempt a likely misreading of a technical decision?
"...Not that normalization is bad practice in general — it just doesn't fit our access pattern here." This preempts a reader's likely (mis)inference that denormalizing implies the team thinks normalization itself is flawed, then clarifies the actual, narrower reasoning. This is a genuinely useful move in design docs where a decision could otherwise be read as an implicit criticism of a general best practice. The other three options all scramble "not," "that," and "normalization" into ungrammatical word orders.
10 / 45
Which sentence best demonstrates that "not that" clauses typically function as a PARENTHETICAL aside, not the main point of the sentence?
"The server needs more memory eventually — not that it's urgent — so let's look into it next quarter." Here the "not that" clause is correctly inserted as a parenthetical aside between dashes, downgrading the urgency of the main claim without derailing the sentence's primary structure (the recommendation to look into it next quarter). Option A runs the clauses together with no clear boundary, creating a comma splice around the parenthetical. Option C garbles the internal word order of the clause itself. Option D awkwardly wedges the parenthetical mid-noun-phrase, disrupting the sentence's flow and clarity.
11 / 45
During a code review, Sarah comments: "___ this feature is fully tested, but the acceptance criteria are still ambiguous.". Which phrase best completes the clause to express a minor reservation before stating a more significant concern?
The correct phrasing, "Even though," introduces a concession, acknowledging the feature's testing but immediately pivoting to highlight the ambiguity. The other options – 'So that', 'Because', and 'If' – don't establish this necessary softening effect before presenting the core issue. This approach is crucial for constructive feedback in technical discussions.
12 / 45
Mark writes in a Slack message: "I'm not that concerned about the performance impact, but I think we should monitor it closely.". What is Mark attempting to do with this phrasing?
Mark uses 'not that' as a denial clause to acknowledge a potentially valid concern (performance impact) without fully dismissing it. He then immediately introduces his own suggestion for mitigation. This is a common tactic when gently disagreeing and proposing an alternative course of action, avoiding direct confrontation.
13 / 45
A developer, David, says to his teammate: "I'm not that this API endpoint is documented properly— I just want to be sure we understand the data format before integrating it.". What function does 'not that' serve in this sentence?
'Not that' here is used as a hedge to soften David's underlying concern. He doesn't directly criticize the documentation; instead, he frames his request for clarification as a more palatable way of achieving the same goal – ensuring they understand the data format. This is a key feature of using 'not that' in collaborative settings.
14 / 45
During a standup update, Emily states: "I'm not that the database connection pool size is currently set to 10— I just wanted to flag it for potential scaling issues down the line.". How does this phrase contribute to her communication?
Emily utilizes 'not that' to preface her concern about scaling issues. It acknowledges the current setting (pool size of 10) but immediately shifts the focus to a potential future problem. This demonstrates how 'not that' can be employed to introduce a cautionary note without directly contradicting existing information or decisions.
15 / 45
In a PR description, Alex writes: "___ the new authentication flow is complex— I've added detailed comments to the code for clarity.". What role does 'not that' play in this sentence?
Alex uses 'not that' as a buffer before acknowledging the complexity of the authentication flow. This phrasing allows him to introduce his corrective action (detailed comments) without appearing overly critical or dismissive of the existing code. It's a common pattern when proposing solutions alongside recognizing potential challenges.
16 / 45
During a code review, Sarah comments: "___ this feature is fully tested, but the acceptance criteria are still ambiguous.". Which phrase best completes the clause to express a minor reservation before stating a more significant concern?
The correct phrasing, "Even though," introduces a concession, acknowledging the feature's testing but immediately pivoting to highlight the ambiguity. The other options – 'So that', 'Because', and 'If' – don't establish this necessary softening effect before presenting the core issue. This approach is crucial for constructive feedback in technical discussions.
17 / 45
Mark writes in a Slack message: "I'm not that concerned about the performance impact, but I think we should monitor it closely.". What is Mark attempting to do with this phrasing?
Mark uses 'not that' as a denial clause to acknowledge a potentially valid concern (performance impact) without fully dismissing it. He then immediately introduces his own suggestion for mitigation. This is a common tactic when gently disagreeing and proposing an alternative course of action, avoiding direct confrontation.
18 / 45
A developer, David, says to his teammate: "I'm not that this API endpoint is documented properly— I just want to be sure we understand the data format before integrating it.". What function does 'not that' serve in this sentence?
'Not that' here is used as a hedge to soften David's underlying concern. He doesn't directly criticize the documentation; instead, he frames his request for clarification as a more palatable way of achieving the same goal – ensuring they understand the data format. This is a key feature of using 'not that' in collaborative settings.
19 / 45
During a standup update, Emily states: "I'm not that the database connection pool size is currently set to 10— I just wanted to flag it for potential scaling issues down the line.". How does this phrase contribute to her communication?
Emily utilizes 'not that' to preface her concern about scaling issues. It acknowledges the current setting (pool size of 10) but immediately shifts the focus to a potential future problem. This demonstrates how 'not that' can be employed to introduce a cautionary note without directly contradicting existing information or decisions.
20 / 45
In a PR description, Alex writes: "___ the new authentication flow is complex— I've added detailed comments to the code for clarity.". What role does 'not that' play in this sentence?
Alex uses 'not that' as a buffer before acknowledging the complexity of the authentication flow. This phrasing allows him to introduce his corrective action (detailed comments) without appearing overly critical or dismissive of the existing code. It's a common pattern when proposing solutions alongside recognizing potential challenges.
21 / 45
During a code review, Sarah comments: "___ this feature is fully tested, but the acceptance criteria are still ambiguous.". Which phrase best completes the clause to express a minor reservation before stating a more significant concern?
The correct phrasing, "Even though," introduces a concession, acknowledging the feature's testing but immediately pivoting to highlight the ambiguity. The other options – 'So that', 'Because', and 'If' – don't establish this necessary softening effect before presenting the core issue. This approach is crucial for constructive feedback in technical discussions.
22 / 45
Mark writes in a Slack message: "I'm not that concerned about the performance impact, but I think we should monitor it closely.". What is Mark attempting to do with this phrasing?
Mark uses 'not that' as a denial clause to acknowledge a potentially valid concern (performance impact) without fully dismissing it. He then immediately introduces his own suggestion for mitigation. This is a common tactic when gently disagreeing and proposing an alternative course of action, avoiding direct confrontation.
23 / 45
A developer, David, says to his teammate: "I'm not that this API endpoint is documented properly— I just want to be sure we understand the data format before integrating it.". What function does 'not that' serve in this sentence?
'Not that' here is used as a hedge to soften David's underlying concern. He doesn't directly criticize the documentation; instead, he frames his request for clarification as a more palatable way of achieving the same goal – ensuring they understand the data format. This is a key feature of using 'not that' in collaborative settings.
24 / 45
During a standup update, Emily states: "I'm not that the database connection pool size is currently set to 10— I just wanted to flag it for potential scaling issues down the line.". How does this phrase contribute to her communication?
Emily utilizes 'not that' to preface her concern about scaling issues. It acknowledges the current setting (pool size of 10) but immediately shifts the focus to a potential future problem. This demonstrates how 'not that' can be employed to introduce a cautionary note without directly contradicting existing information or decisions.
25 / 45
In a PR description, Alex writes: "___ the new authentication flow is complex— I've added detailed comments to the code for clarity.". What role does 'not that' play in this sentence?
Alex uses 'not that' as a buffer before acknowledging the complexity of the authentication flow. This phrasing allows him to introduce his corrective action (detailed comments) without appearing overly critical or dismissive of the existing code. It's a common pattern when proposing solutions alongside recognizing potential challenges.
26 / 45
During a code review, Sarah comments: "___ this feature is fully tested, but the acceptance criteria are still ambiguous.". Which phrase best completes the clause to express a minor reservation before stating a more significant concern?
The correct phrasing, "Even though," introduces a concession, acknowledging the feature's testing but immediately pivoting to highlight the ambiguity. The other options – 'So that', 'Because', and 'If' – don't establish this necessary softening effect before presenting the core issue. This approach is crucial for constructive feedback in technical discussions.
27 / 45
Mark writes in a Slack message: "I'm not that concerned about the performance impact, but I think we should monitor it closely.". What is Mark attempting to do with this phrasing?
Mark uses 'not that' as a denial clause to acknowledge a potentially valid concern (performance impact) without fully dismissing it. He then immediately introduces his own suggestion for mitigation. This is a common tactic when gently disagreeing and proposing an alternative course of action, avoiding direct confrontation.
28 / 45
A developer, David, says to his teammate: "I'm not that this API endpoint is documented properly— I just want to be sure we understand the data format before integrating it.". What function does 'not that' serve in this sentence?
'Not that' here is used as a hedge to soften David's underlying concern. He doesn't directly criticize the documentation; instead, he frames his request for clarification as a more palatable way of achieving the same goal – ensuring they understand the data format. This is a key feature of using 'not that' in collaborative settings.
29 / 45
During a standup update, Emily states: "I'm not that the database connection pool size is currently set to 10— I just wanted to flag it for potential scaling issues down the line.". How does this phrase contribute to her communication?
Emily utilizes 'not that' to preface her concern about scaling issues. It acknowledges the current setting (pool size of 10) but immediately shifts the focus to a potential future problem. This demonstrates how 'not that' can be employed to introduce a cautionary note without directly contradicting existing information or decisions.
30 / 45
In a PR description, Alex writes: "___ the new authentication flow is complex— I've added detailed comments to the code for clarity.". What role does 'not that' play in this sentence?
Alex uses 'not that' as a buffer before acknowledging the complexity of the authentication flow. This phrasing allows him to introduce his corrective action (detailed comments) without appearing overly critical or dismissive of the existing code. It's a common pattern when proposing solutions alongside recognizing potential challenges.
31 / 45
During a code review, Sarah comments: "___ this feature is fully tested, but the acceptance criteria are still ambiguous.". Which phrase best completes the clause to express a minor reservation before stating a more significant concern?
The correct phrasing, "Even though," introduces a concession, acknowledging the feature's testing but immediately pivoting to highlight the ambiguity. The other options – 'So that', 'Because', and 'If' – don't establish this necessary softening effect before presenting the core issue. This approach is crucial for constructive feedback in technical discussions.
32 / 45
Mark writes in a Slack message: "I'm not that concerned about the performance impact, but I think we should monitor it closely.". What is Mark attempting to do with this phrasing?
Mark uses 'not that' as a denial clause to acknowledge a potentially valid concern (performance impact) without fully dismissing it. He then immediately introduces his own suggestion for mitigation. This is a common tactic when gently disagreeing and proposing an alternative course of action, avoiding direct confrontation.
33 / 45
A developer, David, says to his teammate: "I'm not that this API endpoint is documented properly— I just want to be sure we understand the data format before integrating it.". What function does 'not that' serve in this sentence?
'Not that' here is used as a hedge to soften David's underlying concern. He doesn't directly criticize the documentation; instead, he frames his request for clarification as a more palatable way of achieving the same goal – ensuring they understand the data format. This is a key feature of using 'not that' in collaborative settings.
34 / 45
During a standup update, Emily states: "I'm not that the database connection pool size is currently set to 10— I just wanted to flag it for potential scaling issues down the line.". How does this phrase contribute to her communication?
Emily utilizes 'not that' to preface her concern about scaling issues. It acknowledges the current setting (pool size of 10) but immediately shifts the focus to a potential future problem. This demonstrates how 'not that' can be employed to introduce a cautionary note without directly contradicting existing information or decisions.
35 / 45
In a PR description, Alex writes: "___ the new authentication flow is complex— I've added detailed comments to the code for clarity.". What role does 'not that' play in this sentence?
Alex uses 'not that' as a buffer before acknowledging the complexity of the authentication flow. This phrasing allows him to introduce his corrective action (detailed comments) without appearing overly critical or dismissive of the existing code. It's a common pattern when proposing solutions alongside recognizing potential challenges.
36 / 45
During a code review, Sarah comments: "___ this feature is fully tested, but the acceptance criteria are still ambiguous.". Which phrase best completes the clause to express a minor reservation before stating a more significant concern?
The correct phrasing, "Even though," introduces a concession, acknowledging the feature's testing but immediately pivoting to highlight the ambiguity. The other options – 'So that', 'Because', and 'If' – don't establish this necessary softening effect before presenting the core issue. This approach is crucial for constructive feedback in technical discussions.
37 / 45
Mark writes in a Slack message: "I'm not that concerned about the performance impact, but I think we should monitor it closely.". What is Mark attempting to do with this phrasing?
Mark uses 'not that' as a denial clause to acknowledge a potentially valid concern (performance impact) without fully dismissing it. He then immediately introduces his own suggestion for mitigation. This is a common tactic when gently disagreeing and proposing an alternative course of action, avoiding direct confrontation.
38 / 45
A developer, David, says to his teammate: "I'm not that this API endpoint is documented properly— I just want to be sure we understand the data format before integrating it.". What function does 'not that' serve in this sentence?
'Not that' here is used as a hedge to soften David's underlying concern. He doesn't directly criticize the documentation; instead, he frames his request for clarification as a more palatable way of achieving the same goal – ensuring they understand the data format. This is a key feature of using 'not that' in collaborative settings.
39 / 45
During a standup update, Emily states: "I'm not that the database connection pool size is currently set to 10— I just wanted to flag it for potential scaling issues down the line.". How does this phrase contribute to her communication?
Emily utilizes 'not that' to preface her concern about scaling issues. It acknowledges the current setting (pool size of 10) but immediately shifts the focus to a potential future problem. This demonstrates how 'not that' can be employed to introduce a cautionary note without directly contradicting existing information or decisions.
40 / 45
In a PR description, Alex writes: "___ the new authentication flow is complex— I've added detailed comments to the code for clarity.". What role does 'not that' play in this sentence?
Alex uses 'not that' as a buffer before acknowledging the complexity of the authentication flow. This phrasing allows him to introduce his corrective action (detailed comments) without appearing overly critical or dismissive of the existing code. It's a common pattern when proposing solutions alongside recognizing potential challenges.
41 / 45
During a code review, Sarah comments: "___ this feature is fully tested, but the acceptance criteria are still ambiguous.". Which phrase best completes the clause to express a minor reservation before stating a more significant concern?
The correct phrasing, "Even though," introduces a concession, acknowledging the feature's testing but immediately pivoting to highlight the ambiguity. The other options – 'So that', 'Because', and 'If' – don't establish this necessary softening effect before presenting the core issue. This approach is crucial for constructive feedback in technical discussions.
42 / 45
Mark writes in a Slack message: "I'm not that concerned about the performance impact, but I think we should monitor it closely.". What is Mark attempting to do with this phrasing?
Mark uses 'not that' as a denial clause to acknowledge a potentially valid concern (performance impact) without fully dismissing it. He then immediately introduces his own suggestion for mitigation. This is a common tactic when gently disagreeing and proposing an alternative course of action, avoiding direct confrontation.
43 / 45
A developer, David, says to his teammate: "I'm not that this API endpoint is documented properly— I just want to be sure we understand the data format before integrating it.". What function does 'not that' serve in this sentence?
'Not that' here is used as a hedge to soften David's underlying concern. He doesn't directly criticize the documentation; instead, he frames his request for clarification as a more palatable way of achieving the same goal – ensuring they understand the data format. This is a key feature of using 'not that' in collaborative settings.
44 / 45
During a standup update, Emily states: "I'm not that the database connection pool size is currently set to 10— I just wanted to flag it for potential scaling issues down the line.". How does this phrase contribute to her communication?
Emily utilizes 'not that' to preface her concern about scaling issues. It acknowledges the current setting (pool size of 10) but immediately shifts the focus to a potential future problem. This demonstrates how 'not that' can be employed to introduce a cautionary note without directly contradicting existing information or decisions.
45 / 45
In a PR description, Alex writes: "___ the new authentication flow is complex— I've added detailed comments to the code for clarity.". What role does 'not that' play in this sentence?
Alex uses 'not that' as a buffer before acknowledging the complexity of the authentication flow. This phrasing allows him to introduce his corrective action (detailed comments) without appearing overly critical or dismissive of the existing code. It's a common pattern when proposing solutions alongside recognizing potential challenges.
What will I practise in ""Not That" as a Denial Clause — IT English Grammar Exercise"?
Practice using "not that" to preemptively dismiss or downplay a point before making it, common in PR comments, design docs, and diplomatic technical feedback.
How many exercises are in this module?
This module has 45 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.