> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/devth-interviewers/assessment/creation-management.md).

# 평가 목록(시험 생성/관리)

**'시험 목록'**&#xC5D0;서 시험을 추가/수정할 수 있습니다.

![](/files/-M-7xZaZU_nyoJswJGCh)

시험 생성은 우측 상단의 **`+새 시험 만들기`** 또는 **`기존 시험 가져오기`** 버튼을 눌러 \
시험을 생성하실 수 있습니다.&#x20;

아래는 시험 생성 시 화면 입니다. **시험에 대한 정보를 설정**할 수 있습니다.

![새 시험 만들기](/files/-M-7xqdiSezewe4RZbB5)

**`문제 선택하기`** 버튼을 눌러 **문제를 추가**해줍니다.&#x20;

![](/files/-M-7xzdg2FncQfJ1yhP1)

기존에 만들었던 문제 중 추가하고 싶은 항목에 체크하고 **`선택 항목 추가`** 버튼을 누르세요.

![](/files/-M-7z4_PnnUI9XSJd6jh)

이미 생성한 시험 또한 **‘시험 목록'** 에서 관리할 수 있습니다.&#x20;

생성한 시험 목록에서 제목, 작성자, 그룹, 상태, 시작/종료 날짜를 볼 수 있고, \
관리 목록에서 **`미리보기`** 버튼을 통해 지원자가 접하게 될 테스트 인터페이스를 확인할 수 있습니다.

**`알림`** 버튼을 통해 시험을 진행중인 수강자들에게 실시간으로 알림 메세지를 전송할 수 있습니다. \
또한, **`수정`**, **`삭제`** 버튼을 통해 시험 정보 및 설정을 수정하거나 시험을 삭제할 수 있습니다.

<br>


---

# 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://help.goorm.io/ko/devth-interviewers/assessment/creation-management.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.
