> For the complete documentation index, see [llms.txt](https://2ndla.highlight.ink/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2ndla.highlight.ink/primer/new-concept-english.md).

# 新概念英语

## 简介 🚧

## 教材构成 🚧

### 四册学习目标

* **新概念英语 (1) 英语初阶 (First Things First)** [\[豆瓣\]](https://book.douban.com/subject/1006720/)：掌握基本的、常用的单词及其发音，完成简单词汇的积累；掌握基础口语能力。

  > 全书分为 2 个阶段，共 144 课，以日常对话练习为主。
* **新概念英语 (2) 实践与进步 (Practice & Progress)** [\[豆瓣\]](https://book.douban.com/subject/1025721/)：培养英文语感、纠正发音和培养自然语调；掌握归纳总结、造句及书写简单私人信件的能力。

  > 全书分为 4 个单元，共 96 篇课文，每篇长度为 100\~180 词。
* **新概念英语 (3) 培养技能 (Developing Skills)** [\[豆瓣\]](https://book.douban.com/subject/1039389/)：重点提升词汇量、基本语法及惯用法；能够独立完成段落写作。

  > 全书分为 3 个单元，共 60 篇课文，每篇长度由 250 词递进至 530 词。
* **新概念英语 (4) 流利英语 (Fluency in English)** [\[豆瓣\]](https://book.douban.com/subject/1014385/)：掌握简单的描写叙述，以及使用语言表达复杂观点的能力。

  > 全书分为 6 个单元，共 48 篇课文，每篇长度由 300 词递进至 700 词。

### 对应年级阶段

| 书名   | 新概念英语 1  | 新概念英语 2  | 新概念英语 3  | 新概念英语 4 |
| ---- | -------- | -------- | -------- | ------- |
| 词汇量  | `1200`   | `3200`   | `4500`   | `6000`  |
| 适用年级 | 三年级\~初二  | 初二\~高中   | 高中       | 大学      |
| 对应水平 | 雅思 `3.5` | 雅思 `4.5` | 雅思 `5.5` | 雅思 `7`  |

### 经典全套装

新概念英语经典全套装包含了上面介绍的全部四册书，每册还有对应的辅助用书，共 `4×4=16` 本：

* 新概念英语（**学生用书**）。
* 新概念英语**练习详解**：学生用书中的课后练习答案及其详细解析。
* 新概念英语**练习册**：配套练习，巩固对知识点的掌握，包含练习题答案。
* 新概念英语**自学导读**：专为自学者设计，提供课文详注、语法点详解、词汇学习和学生用书课后练习答案（非详解）。

**必要性**排序：学生用书 `>` 练习详解 `=` 练习册 `>` 自学导读


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://2ndla.highlight.ink/primer/new-concept-english.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
