> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/en/goormdevth-for-interviewers/quiz-management-tools/import-quiz-and-general-settings.md).

# Import Quiz and General Settings

## Import Quiz

You can add quizzes into the assessment via **`Import Quiz`**.

![](/files/-LwCPZWcUFVpk893otKU)

\
If you click **`Import Quiz`**, you will see the screen below.

![](/files/-LwCPkddYQzMu9wPVblk)

On the left side, you can preview the content of the quiz. \
You can filter the published quizzes by tags such as \
**quiz mode, quiz type, difficulty, language,** and **etc**.&#x20;

You can also select multiple tags and exclude specific keywords when you search.&#x20;

You can select multiple quizzes at once, and sort them by \
**quiz type, quiz name, language, difficulty,** and **author**.&#x20;

####

## General settings

When you make a quiz, you have to choose quiz **type**, **visibility option** and \
**basic information** in general settings. The editing screen will be like this:&#x20;

![](/files/-LwCQL5UQyzZvN2c_4Qx)

### Select Quiz Type&#x20;

Choose the quiz type between the two below: \
\&#xNAN;**(Scoring or submit modes may not be supported depending on the quiz type)**

* **Exam Mode**: Automatically grades the submitted results and shows the results immediately. \
  If you selected Exam mode, you need to add answers and set scoring options in advance.
* **Submit mode**: The automatic scoring function will be not used. \
  The submitted results can be viewed and downloaded.&#x20;

###

### Quiz Visibility

The **Private / Public** buttons make your quiz either private or public.&#x20;

* Public: This quiz will be available in any channel.
* Private: The quiz will be only available within the corresponding test.&#x20;
* Channel: This quiz will be only available within the channel.

### Quiz information

In the quiz information, you can enter the **Title, Level(difficulty), Source, URL, Contents,** \
**Questions Intended**. You can also upload a PDF file as contents.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.goorm.io/en/goormdevth-for-interviewers/quiz-management-tools/import-quiz-and-general-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
