> For the complete documentation index, see [llms.txt](https://ielts.gitbook.io/book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ielts.gitbook.io/book/master.md).

# Introduction

```
本书尚未完成，因个人时间原因，提前公布，有意合作者，欢迎补充
```

* [Gitbook](https://ielts.gitbook.io/book/)
* [Read It On Gitbook Legacy](https://timothy.gitbooks.io/ielts/content/)

## 考试???

从某种角度来讲，考试改版了人类的历史。

在中世纪的西方或者在隋唐前的中国，血统和出身基本决定了一个人的一生。即便在20世纪六、七十年代的中国，情况也是这样。出身比智力水平、道德素养、品位和相貌都更加重要。

不过，在考试出现之后，情况有了转变。隋朝开始出现科举考试，20世纪70年代末高考恢复，而在此后，在这两个历史时期之后，社会都有所转变。考试可能效率不高，也可能不会反映一个人的真实水平，但它确实给了普通人机会。

所以，我虽然已经在职工作，还是报名参加了IELTS。

## 雅思笔记：

\[目录]

* [制定计划](/book/0plans.md)
* [单词](/book/1vocabulary.md)   &#x20;
* [听与说](/book/2listening-and-speaking.md)       &#x20;
* [读与写](/book/3reading-and-writing.md)
* [一些语言学习资源](/book/4resources.md)
* [软件推荐](/book/softwares.md)
* [备考书籍推荐](/book/books.md)
* [About in EN](/book/en.md)
* [Timothy是谁？](/book/abouttheauthor.md)
* [做个测试吧](/book/test.md)
* [怎么还有一页？](https://github.com/tim-hub/ielts-notes/tree/451b43f4a6ae21876081f3956decf1a07045645b/Donation.md)

## 捐赠

Bitcoin Address:

```
1FPjYTPrroRqzXbBEEjqcwGaRWKvfiZA8g
```

Dash Address:

```
Xy7dnDCdgjzUAuKoaJRuFxFBJ2rwWfoWEb
```

Bitshares Address:

```
xxx
```

[关于捐赠](https://github.com/tim-hub/ielts-notes/tree/451b43f4a6ae21876081f3956decf1a07045645b/Donation.md)


---

# 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://ielts.gitbook.io/book/master.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.
