> 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/quiz/import-and-configuration.md).

# 문제 가져오기 및 공통 설정

## 1. 문제 가져오기

**`문제 가져오기`**&#xB97C; 통해 만들어진 문제를 추가할 수 있습니다.

![](/files/-LwCR9iStZQ5eMXnPRTR)

아래는 **`문제 가져오기`** 클릭 시 확인할 수 있는 인터페이스 입니다.

![](/files/-LwCRFEFkl3H6nf7B5eN)

문제 내용 미리보기를 통해 가져오려는 문제의 본문 내용을 확인할 수 있으며 \
프리셋을 통해 공개된 문제들을 문제 유형, 문제 타입, 사용 언어, 난이도, 기타 등의 태그로 필터링 하여 \
볼 수 있습니다. 태그는 여러개 선택이 가능하며 특정 키워드만 제외하여 검색 하는 것도 가능합니다.

여러개의 문제를 선택하여 동시에 추가할 수 있고 \
문제 타입, 문제 이름, 언어, 난이도, 작성자 순으로 정렬하여 문제를 확인할 수 있습니다.

## 2. 문제 공통 설정

모든 프로그래밍 실습 문제들은 공통적으로 **문제 유형**/**문제 공개 여부**/**문제 정보**에 대해 \
입력을 받도록 되어 있습니다. 아래는 문제 편집 화면입니다.<br>

![](/files/-LwCRhb6vcAgDMNuueXT)

###

### 2-1. 문제 유형 선택

모든 문제들은 아래의 2가지 유형들 중 하나로 생성 가능합니다. (문제의 종류별로 채점 모드 또는 제출 모드가 지원되지 않는 경우가 있습니다.)

* **채점 모드** : 제출한 결과물을 자동으로 채점하여 결과를 바로 확인할 수 있습니다. \
  채점 모드를 선택한 경우 채점 답안과 채점 옵션을 입력해야합니다.
* **제출 모드** : 자동 채점 기능을 이용하지 않으며, 제출한 결과물을 조회 및 다운로드 할 수 있습니다.&#x20;

### 2-2. 문제 공개 여부

**비공개/전체 공개** 버튼을 통해 문제의 비공개/전체 공개 여부를 정할 수 있습니다.

* 전체 공개 : 다른 채널, 다른 테스트에서 모두 이 문제를 이용할 수 있습니다.
* 비공개 : 문제를 생성한 테스트 내에서만 이 문제를 이용할 수 있습니다.
* 채널 공개: 속해있는 채널 내에서만 이 문제를 이용할 수 있습니다.

<br>

### 2-3. 문제 정보

문제 정보 에서는 제목, 난이도, 출처, 분류, 문제 설명, 출제 의도등을 입력할 수 있습니다. \
PDF 파일을 업로드하여 문제 설명을 입력할 수도 있습니다.<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/quiz/import-and-configuration.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.
