# O/X 심리테스트 만들기

### 1️⃣ 정답인 경우 다음 문제로 이동하기

* 만약 사용자가 정답을 선택했다면 다음 문제로 이동합니다.
* 만약 템플릿 등을 써서 만드셨다면 이미 [버튼 클릭시 페이지 이동](https://www.waveon.io/guides/logic/go-to-page)이 적용 되었으므로 따로 처리할 내용이 없습니다.
* 만약 그렇지 않다면 정답 선택시, 다음 문제 페이지로 이동 하도록 가이드를 참고하여 설정해 주세요.

### 2️⃣ 오답인 경우 해설 보여주기

* 오답 버튼을 클릭하고 우측 "로직" 패널을 확인 합니다.
* 정답과 거의 유사하지만, [버튼 클릭시 페이지 이동](https://www.waveon.io/guides/logic/go-to-page)가이드를 참고 하여 오답을 해설 하는 페이지로 이동을 설정해 주세요.


---

# 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://docs.waveon.io/quiz-deprecated/ox-quiz.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.
