# GlowScript 문제(VPython) 만들기

{% hint style="info" %}
**GlowScript 문제(VPython)**&#xB294; 제출모드, 실행모드로 문제를 생성할 수 있습니다.
{% endhint %}

이 문서에서는 **GlowScript 문제(VPython)**&#xB97C; 입력하는 내용만을 다룹니다. \
새로 문제를 만들 때 기본적으로 입력하는 사항들에 대해서는 \
"문제 가져오기 및 공통 설정" 도움말을 참고해주세요.

{% content-ref url="/pages/-LrsSaGzbBU26HJdqGao" %}
[문제 가져오기 및 공통 설정](/ko/edu-lecturer/04.quiz/import-and-configuration.md)
{% endcontent-ref %}

<br>

### 문제 해결 언어

**GlowScript 문제(VPython)** 작성 시에 필요한 **문제 해결 언어**는 \
일반 프로그래밍 문제의 **문제 해결 언어**와 동일합니다. \
**문제 해결 언어**와 관련된 자세한 내용은 아래의 링크를 참고해주시기 바랍니다.

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

![](/files/-Lu5r0UQXOadKXHyk1_A)


---

# 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/edu-lecturer/04.quiz/glowscript-vpython.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.
