File tree Expand file tree Collapse file tree 5 files changed +514
-481
lines changed Expand file tree Collapse file tree 5 files changed +514
-481
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ title: 簡介
26
26
27
27
在接下來的教學中,我們會詳細的介紹如何使用 E Learning 的測驗功能,並為題目建立正確的分類。此外,你也會學習如何用 WM Toolkit 這個好用的 Tampermonkey 腳本讓你在題目分類和建立測驗的過程中更順利。
28
28
29
- 考古製作教學:[ 認領考古] ( past-exam/claim-exam.md )
29
+ 考古製作教學:[ 認領考古] ( past-exam/claim-exam.mdx )
30
30
31
31
WM Toolkit 插件使用教學:[ 插件安裝] ( extension/install.md )
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ sidebar_position: 1
3
3
title : 認領考古
4
4
---
5
5
6
+ import Confetti from ' react-confetti' ;
7
+ import BrowserOnly from ' @docusaurus/BrowserOnly' ;
8
+
6
9
# 認領考古
7
10
8
11
在每次期中或期末考結束時,我們會建立一個 Google 試算表,並公布每個人應該要負責幾份考古,請大家能在考** 完試完的隔天前** 到 Google 表單上認領你想做的考古範圍,並在** 負責人** 的欄位上填上你的姓名。
@@ -13,17 +16,26 @@ title: 認領考古
13
16
14
17
以下是考古分配範圍試算表的連結,請用** 高醫 gap 帳號** 登入填寫。
15
18
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
17
20
18
21
:::info 資訊
19
- Block 14 期末考每人須完成 ** 4 份** 考古。
22
+ Block 15 考古每人須完成 ** 4 份** 考古。
20
23
21
- 7 個除不盡的範圍,依據抽籤結果** 趙子賢** 可以少做一次,因此只要做 3 份即可。
24
+ 4 個除不盡的範圍,依據抽籤結果** 陳毅 ** 、 ** 洪煥鈞 ** 、 ** 王文晉 ** 、 ** 趙子賢** 可以少做一次,因此只要做 3 份即可。
22
25
:::
23
26
24
27
<iframe
25
- src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQpmESQIzTcft6vQxkBEQCixQyKBD2HsaDbHTbqljTIG5XAh7rpl-bWCsx5_JdHq-GwwR835aBHmzj2/pubhtml?gid=547596583 &single=true&widget=true&headers=false"
28
+ src = " https://docs.google.com/spreadsheets/d/e/2PACX-1vQpmESQIzTcft6vQxkBEQCixQyKBD2HsaDbHTbqljTIG5XAh7rpl-bWCsx5_JdHq-GwwR835aBHmzj2/pubhtml?gid=325859640 & single=true& widget=true& headers=false"
26
29
width = " 100%"
27
- height="820px "
30
+ height = " 800px "
28
31
>
29
32
</iframe >
33
+
34
+ <BrowserOnly >
35
+ { () =>
36
+ <Confetti
37
+ width = { window .innerWidth }
38
+ height = { window .innerHeight }
39
+ />
40
+ }
41
+ </BrowserOnly >
Original file line number Diff line number Diff line change 23
23
"file-loader" : " ^6.2.0" ,
24
24
"prism-react-renderer" : " ^1.3.5" ,
25
25
"react" : " ^17.0.2" ,
26
+ "react-confetti" : " ^6.1.0" ,
26
27
"react-dom" : " ^17.0.2" ,
27
28
"url-loader" : " ^4.1.1"
28
29
},
Original file line number Diff line number Diff line change 1
- block : 14
1
+ block : 15
2
2
targets :
3
3
- 108001020
4
4
- 108001033
You can’t perform that action at this time.
0 commit comments