> For the complete documentation index, see [llms.txt](https://docs.cccties.org/chibichilo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cccties.org/chibichilo/students/operation.md).

# プレイヤーの操作方法

## 操作方法

学習する際にプレイヤーの操作が可能です．

![](/files/2U4PXg03qwsf01pSeGqr)

| 項目     | 内容                           |
| ------ | ---------------------------- |
| ❶戻る/進む | 15秒ずつ移動出来ます                  |
| ❷音量    | 音量を調整出来ます．                   |
| ❸シークバー | 再生位置を調整出来ます．                 |
| ❹再生速度  | 再生速度を調整出来ます．0.25〜2倍まで選択可能です。 |
| ❺字幕    | 字幕を表示出来ます．                   |

## その他の情報

### 解説

プレイヤー下部に解説文が表示されます．学習の際の参考に利用出来ます．

![](/files/MVprNWhojmVg4NjUn4rm)

### 視聴時間の確認

プレイヤー下部の視聴時間詳細タブをクリックすることで，動画の未視聴箇所を確認することが出来ます．\
緑色部分が視聴済み，白色部分が未視聴の箇所です．\
\&#xNAN;**「未視聴箇所へ」** をクリックすると，未視聴範囲の最初に移動します．

![](/files/5fQuqI4S5x4ynqnVErpd)

### 完了ラベルの表示

トピック内の動画を最後まで視聴すると，目次のトピック名の右に， **「完了」** のアイコンが表示されます．

![](/files/R3qMTlPkrqqPrbA0TzZM)


---

# 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.cccties.org/chibichilo/students/operation.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.
