# 正式開放

{% hint style="info" %}
點此進入 [CSC簽到系統](https://dstw.dev/csc) (<https://dstw.dev/csc>)
{% endhint %}

## 簡介

在開始遠距教學後，「點名」是否已成為老師們每節課的惡夢呢？\
想確保學生仍在線聽課，卻只能反覆查看著學生的到班狀態或請學生按舉手嗎？

為了解決老師的點名問題，我們開發了這套點名系統，將大大簡化老師的麻煩！

> CSC 由 Class Simple Checkin 簡寫而來，旨在幫助課堂能夠快速簽到。

不需要額外安裝擴充程式，不受限於特定瀏覽器，不因為點名程序麻煩而耽誤了課堂時間與品質。\
老師只需要「**登入，產生連結，按下分享**」，學生就能在老師呼叫時快速簽到。\
更重要的是，整套系統皆能和老師們已經熟悉的 **Google Classroom** 「無縫接軌」！

## 運作流程

我們目前規劃的流程為：「**老師產生簽到連結**」→「**學生簽到**」→「**老師查看出缺席紀錄**」，關於各步驟細節請見以下列表：

### 產生簽到連結 <a href="#generate-link" id="generate-link"></a>

1. 使用開設課程的學校 Google 帳號**一鍵登入**
2. 從選單中選擇開設的課程及時間
3. 按下"產生連結並分享"
4. 連結就會自動發佈到 Google Classroom 中的訊息串
5. 完成發布公告！

### 學生簽到 <a href="#student-checkin" id="student-checkin"></a>

1. 點選自動發佈到該科 Google Classroom 訊息串的連結
2. 使用學校 Google 帳號**一鍵登入**
3. 完成簽到程序！

### 查看出缺席紀錄 <a href="#student-absence" id="student-absence"></a>

1. 使用開設課程的學校 Google 帳號**一鍵登入**
2. 開啟管理區域
3. 即可看到各 Classroom 在各個時段的出缺席狀況

## 如何使用

{% hint style="success" %}
CSC簽到系統已於 6/17 開放給所有人使用。
{% endhint %}

### 示範影片📺

記得開CC字幕喔

{% embed url="<https://www.youtube.com/embed/I-7B6X8OiKg?cc:lang:pref=tw&cc:load:policy=1>" %}

### 我是老師👨‍🏫👩‍🏫

登入 CSC簽到系統，就可以開始使用！\
相關操作請詳閱下方連結的「教師系列」使用教學。

{% content-ref url="/pages/-Mc0Qdgv1ma4IGiLy3d6" %}
[教師登入系統](/tutorial/login.md)
{% endcontent-ref %}

### 我是學生👨‍🎓👩‍🎓

學生只需要點擊老師張貼在 Classroom 的簽到連結，即可完成當節課出席紀錄。\
相關操作請詳閱下方的「學生登入簽到」使用教學。

{% content-ref url="/pages/-Mc9tff8MVx9YVvjhwVg" %}
[學生登入簽到](/tutorial/checkin.md)
{% endcontent-ref %}

## 相關頁面

{% content-ref url="/pages/-Mc09FSDiGO\_GDWPLGWa" %}
[常見問答](/qa.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mc0PPo5sv8FArlzJwgY" %}
[開發團隊](/dev/team.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mc8yiLpGL7ildmMSUwh" %}
[服務條款](/tos.md)
{% endcontent-ref %}

{% content-ref url="/pages/-McDDmjmuReT-PobvZ49" %}
[聯絡我們](/dev/contact.md)
{% endcontent-ref %}


---

# 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.csc.deershark.com/join.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.
