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

# 1 Code Judger 特色

| 重點特色      | 說　　明                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| TQC+認證題庫  | <p>內建題庫包含：</p><ol><li><a href="https://www.tqcplus.org.tw/CertificateDetail.aspx?CODE=oI628ByfbDY=">TQC+ 程式語言C</a></li><li><a href="https://www.tqcplus.org.tw/CertificateDetail.aspx?CODE=y/zEfkGeQhM=">TQC+ 程式語言Python3</a></li><li><a href="https://www.tqcplus.org.tw/CertificateDetail.aspx?CODE=n3V3YTVlWkQ=">TQC+ 網頁資料擷取與分析Python3</a></li><li><a href="https://www.tqcplus.org.tw/CertificateDetail.aspx?CODE=j%201iCLklsBo=">TQC+ 網頁資料擷取與分析R</a></li><li><a href="https://www.tqcplus.org.tw/CertificateDetail.aspx?CODE=oI628ByfbDY=">TQC+ 物件導向程式語言C#</a></li><li><a href="https://www.tqcplus.org.tw/CertificateDetail.aspx?CODE=tcFNhoVP6T8=">TQC+ 物件導向程式語言Java</a></li></ol><p>將陸續增加其它認證題庫。</p> |
| 作答即時回饋    | 題組式學習即練即評、精進自己的思考與解題能力。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 完善的課堂輔助功能 | 【僅適用校園教師】 具自動開始結束的考試功能、作業指派/收錄/評分、可自建題庫、學生個人、班級及系所分析功能。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 跨裝置平台應用   | 可在電腦、手機、平板上運行。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 支援的程式語言   | 包含：C, C++, C#, Java, R, Python 3。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| 學習歷程      | 學習歷程全記錄、完美呈現。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |

當您具有[Code Judger](http://www.codejudger.com)帳號時，請點選網頁右上角的［登入］按鈕![首頁](/files/-LciJRIhRXWvSYnjNj5c)

請輸入您的Email及密碼，Code Judger會自動判斷您的帳號是屬於教師或學生。![登入](/files/-LciJRIjhPtF4wmSfR_b)


---

# 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://neochen2701.gitbook.io/codejudger/chapter01.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.
