Skip to content

Commit 0133a46

Browse files
authored
Update past exam and block info, upgrade dependencies and easter eggs (#76)
1 parent 3ed6157 commit 0133a46

File tree

5 files changed

+514
-481
lines changed

5 files changed

+514
-481
lines changed

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ title: 簡介
2626

2727
在接下來的教學中,我們會詳細的介紹如何使用 E Learning 的測驗功能,並為題目建立正確的分類。此外,你也會學習如何用 WM Toolkit 這個好用的 Tampermonkey 腳本讓你在題目分類和建立測驗的過程中更順利。
2828

29-
考古製作教學:[認領考古](past-exam/claim-exam.md)
29+
考古製作教學:[認領考古](past-exam/claim-exam.mdx)
3030

3131
WM Toolkit 插件使用教學:[插件安裝](extension/install.md)

docs/docs/past-exam/claim-exam.md renamed to docs/docs/past-exam/claim-exam.mdx

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sidebar_position: 1
33
title: 認領考古
44
---
55

6+
import Confetti from 'react-confetti';
7+
import BrowserOnly from '@docusaurus/BrowserOnly';
8+
69
# 認領考古
710

811
在每次期中或期末考結束時,我們會建立一個 Google 試算表,並公布每個人應該要負責幾份考古,請大家能在考**完試完的隔天前**到 Google 表單上認領你想做的考古範圍,並在**負責人**的欄位上填上你的姓名。
@@ -13,17 +16,26 @@ title: 認領考古
1316

1417
以下是考古分配範圍試算表的連結,請用**高醫 gap 帳號**登入填寫。
1518

16-
考古範圍分配試算表:https://docs.google.com/spreadsheets/d/1lR2eK7eaIwhTFIGq0KTsgsOFxpvvwijs1QM7P3iSNXM/edit?usp=sharing#gid=547596583
19+
考古範圍分配試算表:https://docs.google.com/spreadsheets/d/1lR2eK7eaIwhTFIGq0KTsgsOFxpvvwijs1QM7P3iSNXM/edit?usp=sharing#gid=325859640
1720

1821
:::info 資訊
19-
Block 14 期末考每人須完成** 4 份**考古。
22+
Block 15 考古每人須完成** 4 份**考古。
2023

21-
7 個除不盡的範圍,依據抽籤結果**趙子賢**可以少做一次,因此只要做 3 份即可。
24+
4 個除不盡的範圍,依據抽籤結果**陳毅****洪煥鈞****王文晉****趙子賢**可以少做一次,因此只要做 3 份即可。
2225
:::
2326

2427
<iframe
25-
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQpmESQIzTcft6vQxkBEQCixQyKBD2HsaDbHTbqljTIG5XAh7rpl-bWCsx5_JdHq-GwwR835aBHmzj2/pubhtml?gid=547596583&amp;single=true&amp;widget=true&amp;headers=false"
28+
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQpmESQIzTcft6vQxkBEQCixQyKBD2HsaDbHTbqljTIG5XAh7rpl-bWCsx5_JdHq-GwwR835aBHmzj2/pubhtml?gid=325859640&amp;single=true&amp;widget=true&amp;headers=false"
2629
width="100%"
27-
height="820px"
30+
height="800px"
2831
>
2932
</iframe>
33+
34+
<BrowserOnly>
35+
{() =>
36+
<Confetti
37+
width={window.innerWidth}
38+
height={window.innerHeight}
39+
/>
40+
}
41+
</BrowserOnly>

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"file-loader": "^6.2.0",
2424
"prism-react-renderer": "^1.3.5",
2525
"react": "^17.0.2",
26+
"react-confetti": "^6.1.0",
2627
"react-dom": "^17.0.2",
2728
"url-loader": "^4.1.1"
2829
},

docs/static/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
block: 14
1+
block: 15
22
targets:
33
- 108001020
44
- 108001033

0 commit comments

Comments
 (0)