# 스크래치 프로그래밍 문제 유형

{% hint style="info" %}
**스크래치 프로그래밍 문제**는 제출모드, 실행모드를 지원합니다.
{% endhint %}

**학습진행 장에서 실습화면 인터페이스를 확인하지 않으셨다면 아래 링크를 먼저 확인하시기를 권장합니다.**

{% content-ref url="/pages/-LrsePuO5JmOGn3Q0FMA" %}
[실습화면 인터페이스](/ko/edu-student/learing-process/interface-practice.md)
{% endcontent-ref %}

### **스크래치 프로그래밍 문제**

청소년들이 쉽게 프로그래밍을 즐길 수 있는 사이트&#x20;

![](/files/-ML6vu0Zw6nqQ-UzvdWq)

**스크래치**는 청소년들이 진입 장벽 없이 흥미를 가지고 프로그래밍에 \
입문할 수 있도록 고안된 프로그래밍 언어입니다.&#x20;

명령어 블럭을 이용하여 필요한 블록을 마우스로 끌어와서 프로그래밍을 하는 새로운 패러다임을 \
제시한 프로그래밍 언어로 전 연령 층이 쉽게 사용할 수 있는 것이 특징입니다.&#x20;

최근에는 중등 교육과정에 채택되면서 교육용 언어로 각광받고 있습니다. \
아래에 스크래치를 짧고 명쾌하게 소개하는 동영상이 첨부되어 있습니다.&#x20;

스크래치에 대해 자세히 알고 싶다면 [**스크래치 공식 사이트**](https://scratch.mit.edu/)에 접속하여 \
스크래치 소개, 예시, 도움말 등을 살펴보기를 권장합니다.&#x20;

사이트에 접속하면 사용자들이 스크래치를 이용하여 게임, 애니메이션 등의 \
프로젝트를 만들고 공유하는 것을 확인하실 수 있습니다. \
사이트에 등록되있는 프로젝트들을 참고하며 프로그래밍을 익히는 것도 좋은 학습 방법입니다.

![](/files/-MLHNmRdHX4P1cYtCs9b)

구름EDU에서도 실습 중심 강의에 스크레치 언어 인터페이스를 사용하고 있습니다 \
문제의 요구사항에 맞는 블록과 이미지를 활용하여 재미있게 프로그래밍해보세요!<br>


---

# 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-student/quiz-type/scratch.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.
