# Quiz Management

**'Quiz Management'** allows you to create and manage different kinds of\
quizzes that can be linked to hands-on courses or can be included in exams.&#x20;

Click on **'Quiz Management'** on the left to go to the page.

![](/files/-LwCOK1T-7Z9qnr-pRRf)

## Make a quiz

If you want to create a new quiz, just click the **`Make a new quiz`** button and select its type.

![](/files/-LwCOe7cSgA8ghLXbvjl)

## These are the quiz types goormDEVTH supports :

### **Block-based coding**&#x20;

* **Scratch Quiz**: A scratch 2.0(created by MIT) based quiz form.
* **Entry Quiz**: A quiz type for matching various command blocks. \
  Entry is a non-profit software learning platform provided by Naver.

### **Text based coding**&#x20;

* **Programming Quiz**: A quiz based on console programming. (Following languages are supported.)

![](/files/-LvOXlTXyZNLfZsiipnq)

* **Unit test problem**: Uses xUnit scoring method. (JUnit is also supported.)

####

### Web development&#x20;

* **Web Service / Application Development Quiz**: Supports web server programming quiz form. \
  (ex. PHP, Python \[Django, Flask], Ruby on Rails, Node.js \[Express], etc.)&#x20;
* **HTML / CSS / JS programming Quiz**: web page programming using HTML, CSS, JS This is an ongoing quiz form. (Supports jQuery and Bootstrap as a library.)

### **Database Quiz**

* SQL Quiz: A SQL database quiz form.

### General problem&#x20;

* **O / X  Quiz**: Applicants are given a question and must answer withh O (true) or X (false)
* **Subjective Quiz**:  A quiz that require answers in the form of short explanations or words.
* **Multi Choice Quiz**: Applicants are asked to select only correct answers from the choices offered as a list.
* **Paring Quiz(Matching Quiz)**: There are two adjacent lists of related words, phrases, pictures, \
  or symbols. Each item in one list is paired with another item in the other list.
* **Descriptive Quiz**: Applicants are asked to give detailed explanation in the quiz.
* **File Submit Quiz**: A quiz that requires a file as an answer.


---

# 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/en/goormdevth-for-interviewers/quiz-management-tools/quiz-management.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.
