# 20220310

歡迎閱讀 2022 年 3 月 10 日發布的[Code Judger](http://www.codejudger.com)的更新項目，本次Code Judger新增TQC+科目篩選題目的功能，並修正了一些問題。我們希望您會喜歡，更新項目如下：

## 一、優化功能

1. 【TQC+題庫】增加TQC+科目的篩選 點擊TQC+科目篩選按鈕後，只會顯示該科目的題庫。 例如，點擊【物件導向程式語言Java】後，下方的題庫清單只顯示【物件導向程式語言Java】的類別題庫。

![增加TQC+科目的篩選](/files/oES2DMEPlG5q6btpcBpO)

1. 自命題增加測資執行功能 (教師) 在命題完成後，老師可在【題目管理】清單中，點擊題目的【預覽題目】按鈕(圖一)。 進入題目的預覽，在題目的畫面下半部增加了【程式編寫】及【執行程式碼輸入值】區塊，老師可以透過這二個區塊進行題目測資的驗證(圖二)。

(圖一)

![自命題增加測資執行功能-01](/files/1fEyIiWdR3Cvi0yQmGEg)

(圖二)

![自命題增加測資執行功能-02](/files/SS0UiB6KeHd9he5Wh4zY)

## 二、修正問題

1. 修正答題紀錄排序混亂的問題，現以答題時間最新到最舊排序。
2. 調整測資期望輸出字串長度，限制上限為2萬字元。
3. 修正首頁【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/v20220310.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.
