# 자주 묻는 질문(FAQ)

- [내 강좌 교육과정에 뼈대 과목에 있는 몇 개의 강의를 복사하고 싶습니다](https://help.goorm.io/ko/edu-lecturer/faq/lesson-copy.md)
- [시험 끝내기 버튼이 보이지 않습니다](https://help.goorm.io/ko/edu-lecturer/faq/exam-finish.md)
- [수강생의 학년/반/번호를 수정하고 싶습니다](https://help.goorm.io/ko/edu-lecturer/faq/edit-user-info.md)
- [코드 에디터에서 복사/붙여넣기가 동작하지 않습니다](https://help.goorm.io/ko/edu-lecturer/faq/exam-copy-paste.md)
- [수강생들이 제출한 파일은 어디에서 볼 수 있나요?](https://help.goorm.io/ko/edu-lecturer/faq/file-submit-answer.md)
- [제출시 프로그램 수행시간 제한과 실행시 프로그램 수행시간 제한의 차이점인 뭔가요?](https://help.goorm.io/ko/edu-lecturer/faq/quiz-limit-time.md)
- [문제 가져오기에 보이는 문제와 안 보이는 문제는 무슨 차이가 있나요?](https://help.goorm.io/ko/edu-lecturer/faq/quiz-copy.md)
- [시험과 과제는 어떤 차이점이 있는 건가요?](https://help.goorm.io/ko/edu-lecturer/faq/exam-and-assignment.md)
- [성취도 보기에 완료로 되어있는데 제출 결과는 없습니다](https://help.goorm.io/ko/edu-lecturer/faq/progress-done-but-no-answer.md)
- [시험 가져오기를 통해 가져올 수 있는 시험은 어떤 건가요?](https://help.goorm.io/ko/edu-lecturer/faq/exam-copy.md)
- [채팅은 강의자와 수강생 1:1로만 대화가 가능한가요?](https://help.goorm.io/ko/edu-lecturer/faq/chat.md)
- [기업, 학교 등 기관 회원 가입은 어떻게 하나요?](https://help.goorm.io/ko/edu-lecturer/faq/company-school-institute-channel.md)
- [강좌 개설 후 공개 설정을 했는데, 채널 메인에서 확인이 안 됩니다](https://help.goorm.io/ko/edu-lecturer/faq/lecture-published.md)
- [관리자 권한이 없습니다 / 관리자 페이지를 못찾겠습니다](https://help.goorm.io/ko/edu-lecturer/faq/admin.md)
- [답안을 정규표현식으로 어떻게 작성할 수 있나요?](https://help.goorm.io/ko/edu-lecturer/faq/regular-expressions.md)
- [구름EDU 강의자의 혜택이 궁금합니다](https://help.goorm.io/ko/edu-lecturer/faq/lecturer-benefits.md)
- [Interactice shell이 뭔가요?](https://help.goorm.io/ko/edu-lecturer/faq/interactice-shell.md)
- [함수형 문제를 만들고 싶습니다](https://help.goorm.io/ko/edu-lecturer/faq/functional-programming-quiz.md)


---

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