> For the complete documentation index, see [llms.txt](https://support.cambridge.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cambridge.vn/huong-dan-su-dung/huong-dan-hoc-chuong-trinh-cambridge/huong-dan-tu-luyen.md).

# Hướng dẫn tự luyện

**Bước 1**: Sau khi đăng nhập tài khoản, người dùng chọn mục **Tự luyện** trên thanh Header.

<figure><img src="/files/wAglqT8G1Q5YcNR5jUKE" alt=""><figcaption></figcaption></figure>

**Bước 2**: Người dùng chọn kỹ năng luyện tập sẽ hiển thị danh sách bài tự luyện tương ứng.

<figure><img src="/files/9tROQo94AsoLIoQrjQip" alt=""><figcaption></figcaption></figure>

**Bước 3:** Người dùng click "**Bắt đầu**" để bắt đầu bài học.&#x20;

<figure><img src="/files/CdoZcjS4txNr91SFSQPQ" alt=""><figcaption></figcaption></figure>

**Bước 4:** Sau khi hiển thị giao diện bài tập, người dùng làm bài theo hướng dẫn sau:

* Đối với **câu hỏi trắc nghiệm**, người dùng chọn đáp án sau đó click "Trả lời".&#x20;

<figure><img src="/files/OnjjAn0K1GmTIi5JHOtJ" alt=""><figcaption></figcaption></figure>

* Đối với **câu hỏi điền vào chỗ trống**, người dùng nhập đáp án vào ô trống rồi click "Trả lời".

<figure><img src="/files/6zclNUJRnw7t2ZqGbkKu" alt=""><figcaption></figcaption></figure>

* Đối với **câu hỏi nối từ**, người dùng nối các đáp án từ cột bên trái sang phải sau đó click "Trả lời".

<figure><img src="/files/oJec8Uc6xinYXrheYeg8" alt=""><figcaption></figcaption></figure>

* Đối với **câu hỏi nhóm**, người dùng có thể chọn câu hỏi trong nhóm để trả lời.

<figure><img src="/files/WU0Js6wbkyxh3RfGux3m" alt=""><figcaption></figcaption></figure>

Sau khi trả lời thì màn hình hiển thị đáp án, người dùng click "**Tiếp tục**" để chuyển sang câu hỏi tiếp theo.

<figure><img src="/files/GIqbJVnRxGVxHLVvR79V" alt=""><figcaption></figcaption></figure>

Nếu người dùng không trả lời câu hỏi tiếp theo, có thể thể click "**Bỏ qua**" để chuyển câu hỏi.&#x20;

<figure><img src="/files/7oW6dMPOaRakYkMvfIey" alt=""><figcaption></figcaption></figure>

Sau khi hoàn thành 100% bài tự luyện thì sẽ hiển thị kết quả thống kê.

<figure><img src="/files/tUUhP4e2FQeUHhXSyVY8" alt=""><figcaption></figcaption></figure>

Người dùng có thể click "**Làm lại**" để làm lại bài tập.

<figure><img src="/files/FuuT0gy7BeupqzLHuAQi" alt=""><figcaption></figcaption></figure>

**Bước 5:** Người dùng click "**Xem kết quả**" để xem lại bài tập đã làm.

<figure><img src="/files/2qd5Vc3pKf5CSYJh161t" alt=""><figcaption></figcaption></figure>


---

# 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://support.cambridge.vn/huong-dan-su-dung/huong-dan-hoc-chuong-trinh-cambridge/huong-dan-tu-luyen.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.
