# 결과가 나오는 조건 변경

{% hint style="info" %}
사용자 선택에 따라 결과가 나오는 조건을 변경할 수 있어요.
{% endhint %}

### ☝🏻 로딩페이지에서 결과 조건 변경

* 일반적으로 심리테스트는 로딩 페이지에서 어떤 결과가 나와야 하는지 판단하고 그에 따라 이동 합니다.
* 만약 템플릿 등을 통해 만드셨다면, 이미 사용자의 선택한 결과에 따라 이동하는 로직을 확인 하실 수 있습니다.

### 💡 결과가 나오는 조건의 몇가지 유형

* 결과가 나오는 조건에는 몇가지 유형이 있습니다. 아래 내용을 참고해 주세요.

1. [점수 범위에 따라 결과 보여주기](/quiz-deprecated/score-range-quiz.md) : 0점 \~ 20점 / 21점 \~ 40점 등 구간을 나오고 점수가 범위 안에 나온 경우 결과 보여주기
2. [정답, 오답에 따라 결과 보여주기](/quiz-deprecated/ox-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://docs.waveon.io/quiz-deprecated/change-result-condition.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.
