yes-no-not-given
IELTS Reading: Yes/No/Not Given - Practice, Tips & Strategy { "@context": "http://schema.org", "@type": "WebPage", "name": "IELTS Reading: Yes/No/Not Given - Practice, Tips & Strategy",…
) */
.faq-section {
margin-top: 40px;
padding: 20px;
background-color: #f9f9f9;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.faq-section h3 {
text-align: center;
color: #000;
margin-bottom: 25px;
}
.faq-section details {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
margin-bottom: 10px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.faq-section summary {
font-weight: bold;
padding: 15px 20px;
cursor: pointer;
color: #333;
list-style: none; /* Hide default arrow */
position: relative;
}
.faq-section summary::marker {
display: none;
}
.faq-section summary::after {
content: '+';
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 1.2em;
color: #FBC462;
transition: transform 0.2s ease;
}
.faq-section details[open] summary::after {
content: '-';
transform: translateY(-50%) rotate(0deg); /* No rotation needed for '-' */
}
.faq-section details[open] summary {
border-bottom: 1px solid #eee;
}
.faq-section details p {
padding: 10px 20px 15px 20px;
margin: 0;
font-size: 0.95em;
color: #555;
}
/* Related Guides Carousel */
.carousel-container {
margin-top: 40px;
overflow: hidden;
padding: 40px 30px;
background-color: #f5f5f1;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
}
.carousel-title {
text-align: center;
color: #000;
margin-bottom: 25px;
font-size: 1.8em;
font-weight: 700;
}
.carousel-wrapper {
display: flex;
justify-content: flex-start;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding: 0 10px;
scroll-snap-type: x mandatory;
gap: 30px;
}
.carousel-item {
flex: 0 0 auto;
width: 300px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
scroll-snap-align: start;
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
}
.carousel-item:hover {
transform: translateY(-5px);
}
.carousel-item h4 {
color: #000;
margin-top: 0;
font-size: 1.2em;
min-height: 50px;
}
.carousel-item p {
font-size: 0.9em;
color: #555;
min-height: 80px;
flex-grow: 1;
}
.carousel-item a {
display: inline-block;
background-color: #000;
color: #fff;
padding: 8px 15px;
border-radius: 8px;
text-decoration: none;
margin-top: 10px;
transition: background-color 0.3s ease;
font-weight: 600;
}
.carousel-item a:hover {
background-color: #FBC462;
color: #000;
}
.carousel-button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
border: none;
padding: 10px 15px;
cursor: pointer;
font-size: 1.5em;
border-radius: 50%;
z-index: 10;
transition: background-color 0.3s ease;
}
.carousel-button:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.carousel-button.left {
left: 10px;
}
.carousel-button.right {
right: 10px;
}
/* Responsive Adjustments */
@media (max-width: 992px) {
.toc-layout {
flex-direction: column;
margin: 15px auto;
padding: 15px;
}
.toc-sidebar {
position: static;
width: 100%;
margin-right: 0;
margin-bottom: 25px;
max-height: none;
}
.toc-sidebar h3 {
text-align: center;
padding-bottom: 5px;
margin-bottom: 10px;
}
.toc-sidebar ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 10px;
}
.toc-sidebar ul li a {
padding: 6px 12px;
font-size: 0.9em;
text-align: center;
}
.toc-content {
width: 100%;
padding: 15px;
}
.toc-content h1 {
font-size: 2em;
}
.toc-content h2 {
font-size: 1.6em;
}
.toc-content h3 {
font-size: 1.3em;
}
.carousel-item {
width: 280px;
margin: 0 10px;
}
}
@media (max-width: 768px) {
.toc-layout {
margin: 10px;
padding: 10px;
}
.toc-content h1 {
font-size: 1.8em;
}
.toc-content h2 {
font-size: 1.4em;
}
.carousel-wrapper {
flex-wrap: nowrap;
overflow-x: auto;
scroll-snap-type: x mandatory;
}
.carousel-item {
min-width: 85%;
scroll-snap-align: start;
}
.carousel-button {
display: none;
}
}
@media (max-width: 480px) {
.toc-sidebar ul li a {
font-size: 0.85em;
padding: 5px 10px;
}
.carousel-item {
min-width: 95%;
}
}
/* Specific styles for distinction tool */
.distinction-tool {
background-color: #E0F2F7; /* Light blue background */
border: 2px solid #81D4FA; /* Blue border */
padding: 25px;
border-radius: 12px;
margin: 40px auto;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
text-align: center;
}
.distinction-tool h3 {
color: #01579B; /* Darker blue */
font-size: 1.6em;
margin-bottom: 20px;
text-align: center;
}
.distinction-tool .question-box {
background-color: #fff;
border: 1px solid #B3E5FC;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
text-align: left;
}
.distinction-tool .question-box p {
font-size: 1.1em;
margin-bottom: 15px;
}
.distinction-tool .question-box .options label {
display: inline-block; /* Make options side-by-side */
margin-right: 20px; /* Space between options */
background-color: #E1F5FE; /* Lighter blue for options */
border: 1px solid #90CAF9;
padding: 8px 15px;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.distinction-tool .question-box .options label:hover {
background-color: #BBDEFB;
}
.distinction-tool .question-box .options input[type="radio"] {
margin-right: 5px;
}
.distinction-tool .feedback {
margin-top: 15px;
padding: 10px;
border-radius: 8px;
font-weight: bold;
display: none; /* Hidden by default */
text-align: left;
}
.distinction-tool .feedback.correct {
background-color: #E8F5E9; /* Light green */
color: #2E7D32; /* Dark green */
border: 1px solid #A5D6A7;
}
.distinction-tool .feedback.incorrect {
background-color: #FFEBEE; /* Light red */
color: #C62828; /* Dark red */
border: 1px solid #EF9A9A;
}
.distinction-tool button {
background-color: #01579B; /* Dark blue button */
color: #fff;
padding: 10px 20px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: background-color 0.3s ease, transform 0.2s ease;
border: none;
display: inline-block;
cursor: pointer;
margin-top: 15px;
}
.distinction-tool button:hover {
background-color: #0288D1; /* Lighter blue on hover */
transform: translateY(-2px);
}
.distinction-tool .reset-button {
background-color: #6c757d; /* Gray button */
margin-left: 10px;
}
.distinction-tool .reset-button:hover {
background-color: #5a6268;
}
IELTS Reading: Yes/No/Not Given - Practice, Tips & Strategy
Welcome to your comprehensive guide for **IELTS Reading Yes/No/Not Given (Y/N/NG)** questions. This question type is designed to assess your ability to understand the *writer's opinions, views, or claims* presented in the reading passage. It's crucial to distinguish this from factual information, which is tested by True/False/Not Given questions.
Mastering Y/N/NG requires careful reading to identify the author's stance, even when it's implied rather than explicitly stated. This page will provide you with a detailed understanding of this question type, a step-by-step strategy, common pitfalls to avoid, expert tips, and **interactive practice questions** with detailed explanations. Most importantly, we'll deep dive into how to differentiate this from T/F/NG questions and provide a **unique interactive tool** to help you master that distinction.
For an overall strategy for the reading test, explore our main IELTS Reading Practice page.
Understanding the Yes/No/Not Given Question Type
In Y/N/NG questions, you will be given a series of statements. Your task is to decide, based *only* on the opinions or claims expressed by the writer in the reading passage, whether each statement is:
- YES: if the statement agrees with the views/claims of the writer.
- NO: if the statement contradicts the views/claims of the writer.
- NOT GIVEN: if there is no information about the writer's views/claims regarding the statement in the passage.
Key Characteristics:
- You must base your answer **solely on the writer's opinion or claim** in the text. Do not use your general knowledge or interpret factual information as opinion.
- The statements will usually follow the order of information in the passage.
- The language in the statements will almost always be **paraphrased** or use **synonyms** of the language in the passage.
- The biggest challenge is often distinguishing between **NO** and **NOT GIVEN**, and also between Y/N/NG and T/F/NG.
Key Skills Tested
This question type primarily assesses your ability to:
- Identify author's opinion: Recognize when the writer is expressing a viewpoint, belief, or claim.
- Locate specific arguments: Find the relevant part of the text that discusses the writer's stance on the statement.
- Understand implied meaning: Interpret subtle cues that indicate the writer's agreement or disagreement.
- Distinguish between opinion and fact: A critical skill to avoid confusing with T/F/NG.
- Recognize paraphrasing and synonyms: Connect ideas expressed in different words.
Step-by-Step Strategy to Master Yes/No/Not Given
Follow these steps for an effective approach to Y/N/NG questions:
Step 1: Read the Instructions Carefully
Always confirm if the question asks for "Yes/No/Not Given" (writer's opinion) or "True/False/Not Given" (factual information). Mixing these up is a common source of errors.
Step 2: Read the Statements First and Underline Keywords
Go through all the Y/N/NG statements before reading the passage. This primes your mind for what opinions or claims to look for.
- Underline keywords: Identify the main nouns, verbs, adjectives, and adverbs. Also, pay attention to words that indicate opinion, such as "believe," "suggest," "argue," "claim," "should," "important," "necessary," "possible," "likely," etc.
- Paraphrase keywords: Think of possible synonyms or alternative ways the writer might express the same opinion or claim.
Example Statement: The writer believes that online education is superior to traditional classroom learning.
Keywords: writer believes, online education, superior, traditional classroom learning.
Opinion indicators: believes, superior.
Step 3: Locate Relevant Sections in the Passage
Scan the passage to find the sections that discuss the topic of each statement. Remember that Y/N/NG statements generally follow the order of information in the passage.
- Look for opinion indicators: Actively search for phrases like "The author argues that...", "It is suggested that...", "Many believe...", "It is clear that...", "It is important to note...", or modal verbs like "should," "might," "could."
- Read around the keywords: Once you find a potential section, read the surrounding sentences carefully to understand the writer's full viewpoint on the matter.
Step 4: Compare the Statement with the Writer's View
This is the most critical step. Carefully compare the meaning of the statement with the writer's expressed or implied opinion in the relevant part of the text.
- YES: If the statement expresses an opinion or claim that the writer **clearly supports or states** in the passage. The meaning must agree with the writer's view.
- NO: If the statement expresses an opinion or claim that the writer **clearly contradicts or disagrees with** in the passage. There must be evidence that the writer holds the opposite view.
- NOT GIVEN: If there is **no information** in the passage to indicate what the writer's view or claim is regarding the statement. The topic might be mentioned, but the writer's stance on that specific point is absent.
Example:
Statement: "The author suggests that renewable energy sources are the most viable long-term solution for global energy needs."
Text 1: "Renewable energy sources, particularly solar and wind, offer the greatest potential for sustainable power generation in the future." $\rightarrow$ YES (The author clearly suggests this view.)
Text 2: "While renewable energy has its merits, nuclear power remains the only truly viable option for meeting future energy demands." $\rightarrow$ NO (The author contradicts the statement by favoring nuclear power.)
Text 3: "Many countries are investing heavily in renewable energy infrastructure." $\rightarrow$ NOT GIVEN (This is a fact, not the author's opinion on its viability as the *most* viable solution.)
Step 5: Review and Verify
- Cross out answered statements: Mark off statements as you answer them confidently.
- Don't leave blanks: Always attempt every question. If unsure, make an educated guess.
- Double-check tricky ones: Especially for NO vs. NOT GIVEN. For NO, ensure there's a clear counter-argument from the writer. For NOT GIVEN, confirm there's no mention of the writer's specific opinion on that point.
Crucial Distinction: Yes/No/Not Given vs. True/False/Not Given
This is where many IELTS candidates get confused. Understanding the fundamental difference is key to avoiding common mistakes. The core difference lies in what you are evaluating:
- TRUE/FALSE/NOT GIVEN: Are you checking if a statement of **fact or information** is supported by the text?
- YES/NO/NOT GIVEN: Are you checking if a statement about the **writer's opinion, view, or claim** is supported by the text?
Key Differences Summarized:
True/False/Not Given (T/F/NG):
- Focus: Factual information presented in the passage.
- Question: Does the statement agree with the *facts* in the text?
- Keywords: Look for nouns, verbs, numbers, dates, specific details.
- Example: "The company was established in 1995." (Fact)
Yes/No/Not Given (Y/N/NG):
- Focus: The writer's opinion, belief, argument, or claim.
- Question: Does the statement agree with the *writer's view* in the text?
- Keywords: Look for opinion verbs (believe, suggest, argue), adverbs (clearly, certainly, probably), adjectives (important, crucial, beneficial), modal verbs (should, must, might).
- Example: "The company's establishment in 1995 was a crucial step for the industry." (Writer's opinion/claim about the fact)
Comparative Examples:
Let's look at how the same underlying information can lead to different question types and answers:
Scenario 1: Fact vs. Opinion on Climate Change
Passage Excerpt: "Global average temperatures have risen by 1.2 degrees Celsius since pre-industrial times. Many scientists contend that this rise is primarily due to human activities."
- T/F/NG Statement: "Global average temperatures have increased by 1.2 degrees Celsius since pre-industrial times."
$\rightarrow$ **TRUE** (This is a fact stated in the passage.)
- Y/N/NG Statement: "The author believes that human activities are the main cause of the rise in global temperatures."
$\rightarrow$ **YES** (The passage states "Many scientists contend that this rise is primarily due to human activities," and 'Many scientists' often represents the author's aligned view unless contradicted.)
Scenario 2: Current Situation vs. Desired Outcome
Passage Excerpt: "While renewable energy sources currently contribute only 20% of the nation's power, it is widely accepted that this figure should increase significantly in the coming decade to meet environmental targets."
- T/F/NG Statement: "Renewable energy sources currently provide 20% of the nation's power."
$\rightarrow$ **TRUE** (This is a factual statistic.)
- Y/N/NG Statement: "The author suggests that renewable energy's contribution to national power should rise considerably."
$\rightarrow$ **YES** (The phrase "it is widely accepted that this figure should increase" implies the author's agreement with this view.)
Scenario 3: Absence of Fact vs. Absence of Opinion
Passage Excerpt: "The new bridge project commenced last year. Its completion is expected by 2028."
- T/F/NG Statement: "The bridge project faced significant delays in its initial phase."
$\rightarrow$ **NOT GIVEN** (No information is provided about delays.)
- Y/N/NG Statement: "The author believes the new bridge project is a waste of public funds."
$\rightarrow$ **NOT GIVEN** (The passage provides facts about the bridge but no indication of the author's opinion on its value or cost-effectiveness.)
Common Pitfalls and How to Avoid Them
- Confusing Y/N/NG with T/F/NG: As discussed, this is the biggest trap. Always identify if the statement is about a fact or an opinion/claim.
- Interpreting a fact as an opinion: Just because a fact is stated doesn't mean the author has an opinion on it. E.g., "The sun rises in the east" is a fact. The author stating it doesn't make it their opinion.
- Missing subtle opinion indicators: Words like "it is argued," "it seems," "it is thought," "it is generally accepted" can indicate an opinion or a widely held belief that the author might be presenting.
- Assuming an opinion from a fact: If the text states a fact, don't assume the author's opinion on that fact. E.g., Text: "Smoking causes cancer." Statement: "The author believes smoking should be banned." $\rightarrow$ NOT GIVEN (The text states a fact, not the author's opinion on policy).
- General knowledge inference: Again, ignore what you know. Stick strictly to the text.
Tips and Tricks for Success
- Identify the "Source" of the Statement: For Y/N/NG, the "source" is always the writer. For T/F/NG, the "source" is the information in the text (which could be from anyone or general knowledge presented as fact).
- Look for Stance: When reading for Y/N/NG, actively ask yourself: "Does the author *agree* with this? Do they *disagree*? Or do they *not mention their stance* at all?"
- Modals and Adjectives: Pay close attention to modal verbs (should, could, would, might, may) and subjective adjectives (important, necessary, effective, problematic, beneficial). These often signal opinion.
- Contrasting Views: If the author presents multiple views (e.g., "Some argue X, but others believe Y"), be careful to identify which view, if any, the author aligns with.
- Practice with Purpose: When practicing, specifically identify whether a question is T/F/NG or Y/N/NG before attempting to answer. This builds the crucial distinction skill.
Interactive Practice Section: Yes/No/Not Given
This section provides interactive questions across multiple practice sets to help you master the Yes/No/Not Given question type. For each statement, decide if it is Yes, No, or Not Given based on the provided passage and the writer's views. You will receive immediate feedback and detailed explanations.
Practice Set 1
Interactive Distinction Tool: T/F/NG vs. Y/N/NG
Use this tool to practice identifying whether a given statement would typically require a True/False/Not Given (factual) or a Yes/No/Not Given (opinion/claim) response. This will sharpen your ability to recognize the core difference between these two tricky question types.
Which Question Type?
Frequently Asked Questions (FAQs)
Your Questions Answered
What is the core difference between Yes/No/Not Given and True/False/Not Given?
Yes/No/Not Given questions ask whether a statement agrees with the *views or claims of the writer*. True/False/Not Given questions ask whether a statement agrees with the *facts or information* in the passage. The key is whether you are assessing opinion/claim (Y/N/NG) or factual information (T/F/NG).
When is a statement 'Yes' in Yes/No/Not Given?
A statement is 'Yes' if the passage explicitly states or clearly implies that the writer agrees with the statement or makes that claim.
When is a statement 'No' in Yes/No/Not Given?
A statement is 'No' if the passage explicitly states or clearly implies that the writer disagrees with the statement or makes a contradictory claim.
When is a statement 'Not Given' in Yes/No/Not Given?
A statement is 'Not Given' if there is no information in the passage to indicate what the writer's view or claim is regarding the statement. The topic might be mentioned, but the writer's specific stance is absent.
Can I use my general knowledge for Yes/No/Not Given questions?
No, just like True/False/Not Given, you must only rely on the information and opinions presented within the provided reading passage. Your own knowledge is irrelevant.
Do Yes/No/Not Given statements follow the order of the passage?
Yes, typically the statements in Yes/No/Not Given questions will follow the order of information or argument development in the reading passage. This helps in locating the relevant sections.
Conclusion
Mastering Yes/No/Not Given questions, especially distinguishing them from True/False/Not Given, is a sophisticated skill that significantly boosts your IELTS Reading score. It requires a keen eye for authorial intent and careful analysis of language.
By diligently applying the strategies discussed, focusing on identifying the writer's views, and utilizing the interactive distinction tool, you will build the confidence and precision needed to excel in this challenging question type. Consistent practice and a clear understanding of the nuances between factual information and authorial opinion are your keys to success.
Explore More IELTS Reading Guides
Matching Headings
Learn to identify the main idea of paragraphs and match them to headings.
Practice Now
True/False/Not Given
Master distinguishing between facts, contradictions, and unstated information.
Practice Now
Matching Information
Locate specific information within paragraphs and match it to statements.
Practice Now
Matching Features
Match a list of statements or features to a list of people, places, or things.
Practice Now
Matching Sentence Endings
Complete sentences by choosing the correct ending from a list of options.
Practice Now
Multiple Choice
Improve your ability to select the best answer from several options for questions.
Practice Now
Sentence Completion
Fill in blanks in sentences using words directly from the reading passage.
Practice Now
Summary Completion
Complete a summary of a part of the text using words from the passage or a word bank.
Practice Now
Flowchart Completion
Fill in the gaps in a flowchart that summarizes a process described in the text.
Practice Now
Diagram Label Completion
Label parts of a diagram using words from the reading passage.
Practice Now
Short Answer Questions
Practice answering direct questions using a limited number of words from the text.
Practice Now
History Reading Topics
Practice reading passages on historical subjects to build vocabulary and comprehension.
Explore Topics
Science & Technology Reading Topics
Improve your ability to understand complex scientific and technological texts.
Explore Topics
Health & Medicine Reading Topics
Practice passages related to health, medical research, and well-being.
Explore Topics
Environment Reading Topics
Develop skills for reading texts about environmental issues and conservation.
Explore Topics
Education Reading Topics
Practice with texts covering various aspects of education systems and learning.
Explore Topics
Business & Economy Reading Topics
Enhance your comprehension of texts related to economics, finance, and business.
Explore Topics
Arts & Culture Reading Topics
Practice reading passages on art forms, cultural practices, and societal trends.
Explore Topics
Travel & Geography Reading Topics
Improve your reading skills with texts on travel, tourism, and geographical features.
Explore Topics
Academic Band Conversion
See how raw scores convert to band scores for the Academic Reading test.
Learn More
General Band Conversion
Understand raw score to band score conversion for the General Training Reading test.
Learn More
Band Improvement Tracker
Track your progress and identify areas for improvement in your reading scores.
Use Tool
Skimming and Scanning Strategy
Develop efficient reading techniques to quickly find information in texts.
Learn Strategy
Time Management Strategy
Learn how to allocate your time effectively across different reading tasks.
Learn Strategy
Keywords Strategy
Understand how to identify and use keywords to locate answers efficiently.
Learn Strategy
True/False Strategy
Specific strategies for tackling True/False/Not Given questions effectively.
Learn Strategy
Academic vs. General Reading
Understand the differences between the Academic and General Training Reading modules.
Learn Strategy
Auto Feedback Tool
Get automated feedback on your reading answers for various question types.
Use Tool
Synonym Checker Tool
Find synonyms for words to expand your vocabulary for reading and writing.
Use Tool
Keywords Highlighter Tool
Highlight keywords in texts to improve your scanning and comprehension skills.
Use Tool
http://ielts-reading-yes-no-not-given-js-logic
IELTS Reading: Yes/No/Not Given - Practice, Tips & Strategy
Welcome to your comprehensive guide for **IELTS Reading Yes/No/Not Given (Y/N/NG)** questions. This question type is designed to assess your ability to understand the *writer's opinions, views, or claims* presented in the reading passage. It's crucial to distinguish this from factual information, which is tested by True/False/Not Given questions.
Mastering Y/N/NG requires careful reading to identify the author's stance, even when it's implied rather than explicitly stated. This page will provide you with a detailed understanding of this question type, a step-by-step strategy, common pitfalls to avoid, expert tips, and **interactive practice questions** with detailed explanations. Most importantly, we'll deep dive into how to differentiate this from T/F/NG questions and provide a **unique interactive tool** to help you master that distinction.
For an overall strategy for the reading test, explore our main IELTS Reading Practice page.
Understanding the Yes/No/Not Given Question Type
In Y/N/NG questions, you will be given a series of statements. Your task is to decide, based *only* on the opinions or claims expressed by the writer in the reading passage, whether each statement is:
- YES: if the statement agrees with the views/claims of the writer.
- NO: if the statement contradicts the views/claims of the writer.
- NOT GIVEN: if there is no information about the writer's views/claims regarding the statement in the passage.
Key Characteristics:
- You must base your answer **solely on the writer's opinion or claim** in the text. Do not use your general knowledge or interpret factual information as opinion.
- The statements will usually follow the order of information in the passage.
- The language in the statements will almost always be **paraphrased** or use **synonyms** of the language in the passage.
- The biggest challenge is often distinguishing between **NO** and **NOT GIVEN**, and also between Y/N/NG and T/F/NG.
Key Skills Tested
This question type primarily assesses your ability to:
- Identify author's opinion: Recognize when the writer is expressing a viewpoint, belief, or claim.
- Locate specific arguments: Find the relevant part of the text that discusses the writer's stance on the statement.
- Understand implied meaning: Interpret subtle cues that indicate the writer's agreement or disagreement.
- Distinguish between opinion and fact: A critical skill to avoid confusing with T/F/NG.
- Recognize paraphrasing and synonyms: Connect ideas expressed in different words.
Step-by-Step Strategy to Master Yes/No/Not Given
Follow these steps for an effective approach to Y/N/NG questions:
Step 1: Read the Instructions Carefully
Always confirm if the question asks for "Yes/No/Not Given" (writer's opinion) or "True/False/Not Given" (factual information). Mixing these up is a common source of errors.
Step 2: Read the Statements First and Underline Keywords
Go through all the Y/N/NG statements before reading the passage. This primes your mind for what opinions or claims to look for.
- Underline keywords: Identify the main nouns, verbs, adjectives, and adverbs. Also, pay attention to words that indicate opinion, such as "believe," "suggest," "argue," "claim," "should," "important," "necessary," "possible," "likely," etc.
- Paraphrase keywords: Think of possible synonyms or alternative ways the writer might express the same opinion or claim.
Example Statement: The writer believes that online education is superior to traditional classroom learning.
Keywords: writer believes, online education, superior, traditional classroom learning.
Opinion indicators: believes, superior.
Step 3: Locate Relevant Sections in the Passage
Scan the passage to find the sections that discuss the topic of each statement. Remember that Y/N/NG statements generally follow the order of information in the passage.
- Look for opinion indicators: Actively search for phrases like "The author argues that...", "It is suggested that...", "Many believe...", "It is clear that...", "It is important to note...", or modal verbs like "should," "might," "could."
- Read around the keywords: Once you find a potential section, read the surrounding sentences carefully to understand the writer's full viewpoint on the matter.
Step 4: Compare the Statement with the Writer's View
This is the most critical step. Carefully compare the meaning of the statement with the writer's expressed or implied opinion in the relevant part of the text.
- YES: If the statement expresses an opinion or claim that the writer **clearly supports or states** in the passage. The meaning must agree with the writer's view.
- NO: If the statement expresses an opinion or claim that the writer **clearly contradicts or disagrees with** in the passage. There must be evidence that the writer holds the opposite view.
- NOT GIVEN: If there is **no information** in the passage to indicate what the writer's view or claim is regarding the statement. The topic might be mentioned, but the writer's stance on that specific point is absent.
Example:
Statement: "The author suggests that renewable energy sources are the most viable long-term solution for global energy needs."
Text 1: "Renewable energy sources, particularly solar and wind, offer the greatest potential for sustainable power generation in the future." $\rightarrow$ YES (The author clearly suggests this view.)
Text 2: "While renewable energy has its merits, nuclear power remains the only truly viable option for meeting future energy demands." $\rightarrow$ NO (The author contradicts the statement by favoring nuclear power.)
Text 3: "Many countries are investing heavily in renewable energy infrastructure." $\rightarrow$ NOT GIVEN (This is a fact, not the author's opinion on its viability as the *most* viable solution.)
Step 5: Review and Verify
- Cross out answered statements: Mark off statements as you answer them confidently.
- Don't leave blanks: Always attempt every question. If unsure, make an educated guess.
- Double-check tricky ones: Especially for NO vs. NOT GIVEN. For NO, ensure there's a clear counter-argument from the writer. For NOT GIVEN, confirm there's no mention of the writer's specific opinion on that point.
Crucial Distinction: Yes/No/Not Given vs. True/False/Not Given
This is where many IELTS candidates get confused. Understanding the fundamental difference is key to avoiding common mistakes. The core difference lies in what you are evaluating:
- TRUE/FALSE/NOT GIVEN: Are you checking if a statement of **fact or information** is supported by the text?
- YES/NO/NOT GIVEN: Are you checking if a statement about the **writer's opinion, view, or claim** is supported by the text?
Key Differences Summarized:
True/False/Not Given (T/F/NG):
- Focus: Factual information presented in the passage.
- Question: Does the statement agree with the *facts* in the text?
- Keywords: Look for nouns, verbs, numbers, dates, specific details.
- Example: "The company was established in 1995." (Fact)
Yes/No/Not Given (Y/N/NG):
- Focus: The writer's opinion, belief, argument, or claim.
- Question: Does the statement agree with the *writer's view* in the text?
- Keywords: Look for opinion verbs (believe, suggest, argue), adverbs (clearly, certainly, probably), adjectives (important, crucial, beneficial), modal verbs (should, must, might).
- Example: "The company's establishment in 1995 was a crucial step for the industry." (Writer's opinion/claim about the fact)
Comparative Examples:
Let's look at how the same underlying information can lead to different question types and answers:
Scenario 1: Fact vs. Opinion on Climate Change
Passage Excerpt: "Global average temperatures have risen by 1.2 degrees Celsius since pre-industrial times. Many scientists contend that this rise is primarily due to human activities."
- T/F/NG Statement: "Global average temperatures have increased by 1.2 degrees Celsius since pre-industrial times."
$\rightarrow$ **TRUE** (This is a fact stated in the passage.) - Y/N/NG Statement: "The author believes that human activities are the main cause of the rise in global temperatures."
$\rightarrow$ **YES** (The passage states "Many scientists contend that this rise is primarily due to human activities," and 'Many scientists' often represents the author's aligned view unless contradicted.)
Scenario 2: Current Situation vs. Desired Outcome
Passage Excerpt: "While renewable energy sources currently contribute only 20% of the nation's power, it is widely accepted that this figure should increase significantly in the coming decade to meet environmental targets."
- T/F/NG Statement: "Renewable energy sources currently provide 20% of the nation's power."
$\rightarrow$ **TRUE** (This is a factual statistic.) - Y/N/NG Statement: "The author suggests that renewable energy's contribution to national power should rise considerably."
$\rightarrow$ **YES** (The phrase "it is widely accepted that this figure should increase" implies the author's agreement with this view.)
Scenario 3: Absence of Fact vs. Absence of Opinion
Passage Excerpt: "The new bridge project commenced last year. Its completion is expected by 2028."
- T/F/NG Statement: "The bridge project faced significant delays in its initial phase."
$\rightarrow$ **NOT GIVEN** (No information is provided about delays.) - Y/N/NG Statement: "The author believes the new bridge project is a waste of public funds."
$\rightarrow$ **NOT GIVEN** (The passage provides facts about the bridge but no indication of the author's opinion on its value or cost-effectiveness.)
Common Pitfalls and How to Avoid Them
- Confusing Y/N/NG with T/F/NG: As discussed, this is the biggest trap. Always identify if the statement is about a fact or an opinion/claim.
- Interpreting a fact as an opinion: Just because a fact is stated doesn't mean the author has an opinion on it. E.g., "The sun rises in the east" is a fact. The author stating it doesn't make it their opinion.
- Missing subtle opinion indicators: Words like "it is argued," "it seems," "it is thought," "it is generally accepted" can indicate an opinion or a widely held belief that the author might be presenting.
- Assuming an opinion from a fact: If the text states a fact, don't assume the author's opinion on that fact. E.g., Text: "Smoking causes cancer." Statement: "The author believes smoking should be banned." $\rightarrow$ NOT GIVEN (The text states a fact, not the author's opinion on policy).
- General knowledge inference: Again, ignore what you know. Stick strictly to the text.
Tips and Tricks for Success
- Identify the "Source" of the Statement: For Y/N/NG, the "source" is always the writer. For T/F/NG, the "source" is the information in the text (which could be from anyone or general knowledge presented as fact).
- Look for Stance: When reading for Y/N/NG, actively ask yourself: "Does the author *agree* with this? Do they *disagree*? Or do they *not mention their stance* at all?"
- Modals and Adjectives: Pay close attention to modal verbs (should, could, would, might, may) and subjective adjectives (important, necessary, effective, problematic, beneficial). These often signal opinion.
- Contrasting Views: If the author presents multiple views (e.g., "Some argue X, but others believe Y"), be careful to identify which view, if any, the author aligns with.
- Practice with Purpose: When practicing, specifically identify whether a question is T/F/NG or Y/N/NG before attempting to answer. This builds the crucial distinction skill.
Interactive Practice Section: Yes/No/Not Given
This section provides interactive questions across multiple practice sets to help you master the Yes/No/Not Given question type. For each statement, decide if it is Yes, No, or Not Given based on the provided passage and the writer's views. You will receive immediate feedback and detailed explanations.
Practice Set 1
Interactive Distinction Tool: T/F/NG vs. Y/N/NG
Use this tool to practice identifying whether a given statement would typically require a True/False/Not Given (factual) or a Yes/No/Not Given (opinion/claim) response. This will sharpen your ability to recognize the core difference between these two tricky question types.
Which Question Type?
Frequently Asked Questions (FAQs)
Your Questions Answered
What is the core difference between Yes/No/Not Given and True/False/Not Given?
Yes/No/Not Given questions ask whether a statement agrees with the *views or claims of the writer*. True/False/Not Given questions ask whether a statement agrees with the *facts or information* in the passage. The key is whether you are assessing opinion/claim (Y/N/NG) or factual information (T/F/NG).
When is a statement 'Yes' in Yes/No/Not Given?
A statement is 'Yes' if the passage explicitly states or clearly implies that the writer agrees with the statement or makes that claim.
When is a statement 'No' in Yes/No/Not Given?
A statement is 'No' if the passage explicitly states or clearly implies that the writer disagrees with the statement or makes a contradictory claim.
When is a statement 'Not Given' in Yes/No/Not Given?
A statement is 'Not Given' if there is no information in the passage to indicate what the writer's view or claim is regarding the statement. The topic might be mentioned, but the writer's specific stance is absent.
Can I use my general knowledge for Yes/No/Not Given questions?
No, just like True/False/Not Given, you must only rely on the information and opinions presented within the provided reading passage. Your own knowledge is irrelevant.
Do Yes/No/Not Given statements follow the order of the passage?
Yes, typically the statements in Yes/No/Not Given questions will follow the order of information or argument development in the reading passage. This helps in locating the relevant sections.
Conclusion
Mastering Yes/No/Not Given questions, especially distinguishing them from True/False/Not Given, is a sophisticated skill that significantly boosts your IELTS Reading score. It requires a keen eye for authorial intent and careful analysis of language.
By diligently applying the strategies discussed, focusing on identifying the writer's views, and utilizing the interactive distinction tool, you will build the confidence and precision needed to excel in this challenging question type. Consistent practice and a clear understanding of the nuances between factual information and authorial opinion are your keys to success.
Explore More IELTS Reading Guides
Matching Headings
Learn to identify the main idea of paragraphs and match them to headings.
Practice NowTrue/False/Not Given
Master distinguishing between facts, contradictions, and unstated information.
Practice NowMatching Information
Locate specific information within paragraphs and match it to statements.
Practice NowMatching Features
Match a list of statements or features to a list of people, places, or things.
Practice NowMatching Sentence Endings
Complete sentences by choosing the correct ending from a list of options.
Practice NowMultiple Choice
Improve your ability to select the best answer from several options for questions.
Practice NowSentence Completion
Fill in blanks in sentences using words directly from the reading passage.
Practice NowSummary Completion
Complete a summary of a part of the text using words from the passage or a word bank.
Practice NowFlowchart Completion
Fill in the gaps in a flowchart that summarizes a process described in the text.
Practice NowDiagram Label Completion
Label parts of a diagram using words from the reading passage.
Practice NowShort Answer Questions
Practice answering direct questions using a limited number of words from the text.
Practice NowHistory Reading Topics
Practice reading passages on historical subjects to build vocabulary and comprehension.
Explore TopicsScience & Technology Reading Topics
Improve your ability to understand complex scientific and technological texts.
Explore TopicsHealth & Medicine Reading Topics
Practice passages related to health, medical research, and well-being.
Explore TopicsEnvironment Reading Topics
Develop skills for reading texts about environmental issues and conservation.
Explore TopicsEducation Reading Topics
Practice with texts covering various aspects of education systems and learning.
Explore TopicsBusiness & Economy Reading Topics
Enhance your comprehension of texts related to economics, finance, and business.
Explore TopicsArts & Culture Reading Topics
Practice reading passages on art forms, cultural practices, and societal trends.
Explore TopicsTravel & Geography Reading Topics
Improve your reading skills with texts on travel, tourism, and geographical features.
Explore TopicsAcademic Band Conversion
See how raw scores convert to band scores for the Academic Reading test.
Learn MoreGeneral Band Conversion
Understand raw score to band score conversion for the General Training Reading test.
Learn MoreBand Improvement Tracker
Track your progress and identify areas for improvement in your reading scores.
Use ToolSkimming and Scanning Strategy
Develop efficient reading techniques to quickly find information in texts.
Learn StrategyTime Management Strategy
Learn how to allocate your time effectively across different reading tasks.
Learn StrategyKeywords Strategy
Understand how to identify and use keywords to locate answers efficiently.
Learn StrategyTrue/False Strategy
Specific strategies for tackling True/False/Not Given questions effectively.
Learn StrategyAcademic vs. General Reading
Understand the differences between the Academic and General Training Reading modules.
Learn StrategyAuto Feedback Tool
Get automated feedback on your reading answers for various question types.
Use ToolSynonym Checker Tool
Find synonyms for words to expand your vocabulary for reading and writing.
Use ToolKeywords Highlighter Tool
Highlight keywords in texts to improve your scanning and comprehension skills.
Use ToolReady to achieve your target IELTS score?
Join 15,000+ students with expert-led courses and AI practice tests.
Start Free Trial