# 문제만들기(유형별)

문제 만들기의 기본 원리는 구름EDU 시스템과 같습니다.\
아래 링크를 통해 확인해주세요.

### 1. 스크래치 문제

{% content-ref url="/pages/-LrsVSILIZL1RhJLH5Hk" %}
[스크래치 문제 만들기](/ko/edu-lecturer/04.quiz/scratch.md)
{% endcontent-ref %}

###

### 2. 엔트리 문제

{% content-ref url="/pages/-LrsVRN6BUb6H2A4tR6G" %}
[엔트리 문제 만들기](/ko/edu-lecturer/04.quiz/entry.md)
{% endcontent-ref %}

### 3. 일반 프로그래밍 문제

{% content-ref url="/pages/-LrsVR33wi-pnbpVkhf0" %}
[일반 프로그래밍 문제 만들기](/ko/edu-lecturer/04.quiz/programming.md)
{% endcontent-ref %}

### 4. 유닛 테스트 문제

{% content-ref url="/pages/-LrsVQm8CHcggxRhGCAK" %}
[유닛 테스트 문제 만들기](/ko/edu-lecturer/04.quiz/unit-test.md)
{% endcontent-ref %}

### 5. 웹 서비스/애플리케이션 개발 문제

{% content-ref url="/pages/-LrsVP2QDGfUnsPBStte" %}
[웹 서비스/애플리케이션 개발 문제 만들기](/ko/edu-lecturer/04.quiz/webservice-application.md)
{% endcontent-ref %}

### 6. HTML/CSS/JS 프로그래밍 문제

{% content-ref url="/pages/-LrsVO8ZiqOa6OrkPIYY" %}
[HTML/CSS/JS 프로그래밍 문제 만들기](/ko/edu-lecturer/04.quiz/html-css-js-programming.md)
{% endcontent-ref %}

### 7. 채점 스크립트 작성

{% content-ref url="/pages/-LrsVNt15wLgJ8eA6FZ3" %}
[채점 스크립트 작성하기](/ko/edu-lecturer/04.quiz/marking-script.md)
{% endcontent-ref %}

### 8. O/X 문제

{% content-ref url="/pages/-LrsVMZe-6iZQ1PjEQTf" %}
[O/X 문제 만들기](/ko/edu-lecturer/04.quiz/o-x.md)
{% endcontent-ref %}

### 9. 주관식 문제

{% content-ref url="/pages/-LrsVMCItpl6MjrgjTpO" %}
[주관식 문제 만들기](/ko/edu-lecturer/04.quiz/short-answer.md)
{% endcontent-ref %}

### 10. 객관식 문제

{% content-ref url="/pages/-LrsVLgaM1I33lJod4CF" %}
[객관식 문제 만들기](/ko/edu-lecturer/04.quiz/multiple-choice.md)
{% endcontent-ref %}

### 11. 선긋기 문제

{% content-ref url="/pages/-LrsW\_EIeC0Qd1vKKoNQ" %}
[선긋기 문제 만들기](/ko/edu-lecturer/04.quiz/line-link.md)
{% endcontent-ref %}

### 12. 서술형 문제

{% content-ref url="/pages/-LrsW\_3QFxcLhqgypSYx" %}
[서술형 문제 만들기](/ko/edu-lecturer/04.quiz/descriptive-essay.md)
{% endcontent-ref %}

### 13. 파일 제출 문제

{% content-ref url="/pages/-LrsWZs5nEoOjWsEh0rP" %}
[파일 제출 문제 만들기](/ko/edu-lecturer/04.quiz/file-submission.md)
{% endcontent-ref %}

### 14. 문제 검색, 수정, 삭제

{% content-ref url="/pages/-LrsWZ\_evYTWtrwF99s7" %}
[문제 검색, 수정, 삭제](/ko/edu-lecturer/04.quiz/edit.md)
{% endcontent-ref %}


---

# 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://help.goorm.io/ko/devth-interviewers/quiz/type.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.
