> For the complete documentation index, see [llms.txt](https://docs.readerseye.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.readerseye.com/kiosk/assessment/kiosk_result.md).

# 키오스크 진단 결과 보기

## 등록모드 진단 결과 보기

app.readerseye.com 에서 선생님으로 로그인 하거나, 학생으로 로그인하여 확인할 수 있습니다.

검사가 끝나고 바로 확인할 수도 있습니다.

### 관리자가 보기

일반적인 방법으로 읽기진단을 수행한 것처럼, (기관 또는그룹의) \[시선읽기진단] 탭이나, 개별 학생이 \[시선읽기진단]탭에서 확인할 수 있습니다.

\[시선읽기진단 결과 목록] 테이블에서 \[키오스크] 컬럼으로 필터링하여 확인할 수 있습니다.

학생노드의 \[시선읽기진단]탭에서도 확인 가능하며, 이 때 진단기록 카드에는 \[KIOSK 제목]이 함께 표시됩니다.

### 학생이 보기

학생이 app.readerseye.com으로 로그인하여 자신이 결과를 확인할 수 있습니다.

## 익명모드 진단 결과 보기

### 관리자가 보기

한번이라도 익명모드로 진단을 시작하면, 관리자 화면의 트리패널 최하단에 \[키오스크 그룹]이 생성됩니다.

<figure><img src="/files/wN6rwY6UIRjpgpLPGdpn" alt=""><figcaption></figcaption></figure>

키오스크에서 진단한 결과는 자등으로 \[해당생년\_성별]의 아이디를 가진 학생의 결과로 저장됩니다. 예를 들어 '2013년생 여자'가 진단한 결과는 모두 \[2013f] 라는 아이디의 학생에 속하게 됩니다.

해당 학생의 \[읽기능력진단]탭에서 결과를 확인할 수 있습니다.

{% hint style="info" %}
키오스크 그룹이나 학생은 삭제하거나 수정할 수 없습니다.
{% endhint %}

### 학생이 보기

익명모드에서는 이메일 또는 문자메시지로 결과를 전달받을 수 있습니다. 또는 바로 볼 수도 있습니다.

#### 핸드폰으로 결과 링크 보내기

화면을 터치하거나 클릭하여 전화번호를 입력하고, \[보내기]를 누르십시오.

<figure><img src="/files/pqEJJ2zwt4vpzu3kuPEP" alt=""><figcaption></figcaption></figure>

가상 키보드를 이용하거나, 키보드로 직접 입력할 수 있습니다.

<figure><img src="/files/2upANj4f3UKBu05M4uTM" alt=""><figcaption></figcaption></figure>

#### 이메일로 보기

다음과 같은 이메일이 발송됩니다. \[결과보기]를 클릭하면 결과 화면 창이 열립니다.

<figure><img src="/files/Mda4QbUmPHqiw29cS7aY" alt=""><figcaption></figcaption></figure>


---

# 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://docs.readerseye.com/kiosk/assessment/kiosk_result.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.
