# 스크래치두이노 개발 문제 만들기

{% hint style="info" %}
**스크래치두이노 개발 문제**는 제출모드, 실행모드로 문제를 생성할 수 있습니다.
{% endhint %}

{% hint style="warning" %}
**스크래치두이노 개발 문제**는 현재 IE, EDGE 브라우저에서는 이용이 불가능합니다.
{% endhint %}

{% hint style="warning" %}
**아두이노 업로드 기능**은 현재 크롬 브라우저에서만 이용 가능합니다. (추후 확장 예정)
{% endhint %}

이 문서에서는 **스크래치두이노 개발 문제**를 입력하는 내용만을 다룹니다. \
새로 문제를 만들 때 기본적으로 입력하는 사항들에 대해서는 \
"문제 가져오기 및 공통 설정" 도움말을 참고해주세요.

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

![](/files/-Lrsbb55diE5XddXftJS)

\
**실행할 코드**에서 수강자에게 제공될 기본 예제 코드를 작성합니다. \
블록을 이용하여 코드를 작성한 후 **아두이노 소스코드 (C언어)** 탭을 클릭하면 \
블록 코드가 C코드로 변환된 형태를 볼 수 있습니다.

![](/files/-LrsbdClz1nF5r63FfgZ)

위의 방법으로 블록으로 작성한 예제 코드를 테스트하는 방법은 \
**아두이노 스케치 개발 문제 만들기**와 동일합니다.&#x20;

아두이노 스케치 개발 문제 만들기에 대한 사항들에 대해서는 아래 링크를 참고해주세요.

{% content-ref url="/pages/-LrsVNL3Ue5hczQOLEHf" %}
[아두이노 개발 문제 만들기](/ko/edu-lecturer/04.quiz/arduino.md)
{% endcontent-ref %}

<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-lecturer/04.quiz/scratchduino.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.
