# 20200427

歡迎閱讀 2020 年 04 月 27 日發布的[Code Judger](http://www.codejudger.com)的更新項目，本版增加了TQC+ 程式語言C 第2版的認證題庫，以及新增、修正了一些問題。我們希望您會喜歡，更新項目如下：

## 一、新增 TQC+ 程式語言C 第2版 認證題庫

1. [Code Judger](http://www.codejudger.com)增加TQC+ 程式語言C 第2版的認證題庫，共計 70 題程式設計實作題。
2. 類別說明：
   * 第一類：基本認識
   * 第二類：選擇敘述與迴圈
   * 第三類：函數與陣列
   * 第四類：字元字串與檔案處理
   * 第五類：綜合應用一
   * 第六類：綜合應用二
   * 第七類：綜合應用三

## 二、新增功能

1. ［教師］帳號
   * 在課程資訊頁面中，增加每一位學生的重設密碼功能

## 三、修正功能

1. ［單位管理］帳號
   * 修正「統計報表」中學員報表與錯誤次數統計報表的資料連動。
2. ［教師］帳號
   * 建立考試時，設定考試開始時間與作答時間，即可動態顯示考試結束時間。
3. 共通介面及功能
   * TQC+題庫中，「TQC+ 程式語言」題組名稱修改為「TQC+ 程式語言Python」，共九個題組。


---

# Agent Instructions: 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:

```
GET https://csfrd.gitbook.io/cjmanualv2/chapter08/v20200427.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
