# 4.6 考　　試

在［考試］頁面中，可以看到所有考試，分成3種狀態

* 準備：考試尚未開始。
* 進行中：正在進行中的考試。
* 已結束：已經結束的考試。

![考試](/files/Y0p6AJuEF1WOsADkQrhC)

## 準備中

代表考試尚未開始． 點選［開始測驗］鈕會出現以下頁面，告知考試的相關資訊。

![準備中](/files/jgDi6WDgO5BO2gcqy9tx)

## 考試進行中

代表考試已開始。 點選［開始測驗］鈕進行考試

進入考試後，會出現本次考試的所有題目，可任意選擇題目作答。 點選［檢視題目］即可進入該題目作答。 在畫面的右下角，會顯示考試的剩餘時間。

### 考試答題

答題方式與在題組練習時相同。作答題目一樣可使用2種方式：

* 透過［匯入程式碼］按鈕，上傳電腦中的程式碼檔案
* 直接在此區域鍵入程式碼

考試過程中可提前交卷，交卷後則無法在進入考試中作答。

![考試進行中](/files/lzPNXFsXwjETKDc18Jal)

## 考試已結束

代表已經結束的考試，無法再進入考試作答，僅能查看成績。

![考試已結束](/files/BjG92Olc5gdlrutifIim)


---

# 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/chapter04/exam.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.
