# 20180313

歡迎閱讀2018年3月13日發布的[Code Judger](http://www.codejudger.com)的更新項目，本版增加了老師們希望的功能，以及修正了許多問題。我們希望您會喜歡，更新項目如下：

## 一、新增功能

1. ［教師］考試功能
   * 考試期間，即時延長時間的功能
   * 考試期間，暫停考試功能
2. 題目右上角加註「最後一次更新時間」
3. 每一題目最下方增加答題的注意事項

## 二、題目異動

1. TQC+ Python題庫更新108、702題的待編修檔PYD108.py及PYD702.py

## 三、修正 – 共通介面及功能

1. 修正題目答題記錄功能，會出現累加視窗之問題
2. 修正在題目答題時，使用者能連續送出作答之問題
3. 修正當視窗過小或以手機操作時，答題記錄則無法顯示之問題
4. 修正TQC+ Python題庫109, 110題，數學公式無法正確顯示之問題
5. 修正考試功能介面，題目會多出文字之問題
6. 修正在考試時，教師按下暫停後，再繼續考試時，學生原有開啟的作答視窗變成無法捲動之問題

## 四、修正 – 教師介面及功能

1. 修正在命題完成後，按下「檢視新題目」會跳到空的頁面之問題
2. 修正課程在學員過多時，「統計資訊 > 學員解題數」圖表內容會變過小之問題
3. 修正在「考試成績單 > 及格比率」的圓餅圖過大之問題


---

# 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/v20180313.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.
