> 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/management.md).

# 문제 관리

'**문제 관리**'에서는 실습 강의에 연결되거나 시험으로 구성될 수 있는 여러 종류의 문제들을 생성하고 \
관리할 수 있습니다. 좌측 '**문제 관리**'를 클릭하면 해당 페이지로 이동하게 됩니다.

![](/files/-Lv9LBz4qiJo0A0hgZu_)

###

### 문제 만들기

새로운 문제를 만들고 싶다면 우측 상단의 '**`새 문제 만들기`**' 버튼을 누르고 \
원하는 유형의 문제를 선택하시면 됩니다.&#x20;

![](/files/-Lv9LZeCOf1ZoWi8CP10)

구름DEVTH에서는 아래와 같은 종류의 문제 유형을 지원하고 있습니다.&#x20;

#### 블록 기반 코딩

* **스크래치 문제** : MIT에서 만든 스크래치 2.0 기반의 문제 형태입니다.
* **엔트리 문제** : 네이버에서 제공하는 비영리 소프트웨어 학습 플랫폼으로 \
  &#x20;                      다양한 명령어 블록을 맞추는 문제 형태입니다.

#### 택스트 기반 코딩

* **일반 프로그래밍 문제** : 콘솔 기반의 프로그래밍을 할 수 있는 문제 형태입니다. \
  &#x20;                                       (아래의 언어를 지원합니다.)

![](/files/-Lv9MUIKv_wU7kRMI8JT)

* **유닛테스트 문제** : xUnit을 이용한 채점 방식을 도입한 문제 형태입니다. (JUnit을 지원합니다.)

#### 웹 개발

* **웹 서비스/애플리케이션 개발 문제** : 웹서버 프로그래밍을 진행하는 문제 형태입니다. \
  &#x20;(PHP, Python\[Django, Flask], Ruby on Rails, Node.js\[Express] 등을 지원합니다.)
* **HTML/CSS/JS 프로그래밍 문제** : HTML, CSS, JS를 사용하여 웹페이지 프로그래밍을 \
  진행하는 문제 형태 입니다. (라이브러리로 jQuery, Bootstrap을 지원합니다.)

#### 데이터베이스 문제

* **SQL 문제** : SQL을 이용한 데이터베이스 문제입니다.

#### 일반 문제

* **O/X 문제** : 주어진 질문에 대해 참과 거짓을 답으로 선택하는 문제 형태입니다.
* **주관식 문제** : 주어진 질문에 대해 단답형으로 답하는 문제 형태입니다.
* **객관식 문제** : 주어진 질문에 대해 하나의 항목을 선택하는 문제 형태입니다.
* **선긋기 문제** : 나열된 항목들의 관련성을 유추하여 선으로 잇는 방식으로 답하는 문제 형태입니다.&#x20;
* **서술형 문제** : 주어진 질문에 대한 답을 서술하는 문제 형태입니다.&#x20;
* **파일 제출 문제** : 주어진 질문에 대한 답을 파일로 제출하는 문제 형태 입니다.


---

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