> For the complete documentation index, see [llms.txt](https://whitepaper.letmespeak.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.letmespeak.org/zh/xiang-xiang-yi-bian-xue-xi-wai-yu-yi-bian-zhuan-qian/quan-mian-jie-jue-zai-xian-jiao-yu-de-zui-da-wen-ti-zhi-yi.md).

# 全面解决在线教育的最大问题之一

目前在线教育的最大问题是动机。

10年来教育技术产业大大改变了教育的可获取性。Coursera、Udemy等平台令学习任何主题内容和廉价的服务费成为常态。App增加了学习过程中的愉快感和吸引力。

但是还是存在一个问题：如何让学习者记住所学习的内容，鼓励人继续学习，而不是过了几天就放弃？

最近在学习英语方面采用边学边赚法中所获得的结果振奋人心。LetMeSpeak让您建立有用的学习习惯，包括连贯性和强度。

![ 图形1。30天内LetMeSpeak.org用户留存率（不同测试组，4种商业模式）s](/files/JGmEevoU7B5uflxaFr5t)

LetMeSpeak边学边赚学习者在下载app30天后继续用app学习的可能性比接触同类内容的预付用户增加四倍（见图形1）。60%边学边赚的学习者每天都使用app。

边学边赚法也可用于在线教育的其它方向，如阅读、数学等等。想象一下，这对个人幸福甚至整个社会得经济发展会有怎样的影响。


---

# 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://whitepaper.letmespeak.org/zh/xiang-xiang-yi-bian-xue-xi-wai-yu-yi-bian-zhuan-qian/quan-mian-jie-jue-zai-xian-jiao-yu-de-zui-da-wen-ti-zhi-yi.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.
