From cb23d62826f0570755f95e84336e27b65674f368 Mon Sep 17 00:00:00 2001 From: CRTao Date: Sun, 14 Mar 2021 11:09:34 +0800 Subject: [PATCH] redirect quiz links from zh-tw lessons --- .../translations/README.zh-tw.md | 4 ++-- .../2-github-basics/translations/README.zh-tw.md | 4 ++-- .../3-accessibility/translations/README.zh-tw.md | 4 ++-- 2-js-basics/1-data-types/translations/README.zh-tw.md | 4 ++-- .../2-functions-methods/translations/README.zh-tw.md | 4 ++-- .../3-making-decisions/translations/README.zh-tw.md | 4 ++-- 2-js-basics/4-arrays-loops/translations/README.zh-tw.md | 7 +++---- 3-terrarium/1-intro-to-html/translations/README.zh-tw.md | 4 ++-- 3-terrarium/2-intro-to-css/translations/README.zh-tw.md | 4 ++-- .../translations/README.zh-tw.md | 4 ++-- 4-typing-game/typing-game/translations/README.zh-tw.md | 4 ++-- .../1-about-browsers/translations/README.zh-tw.md | 4 ++-- .../translations/README.zh-tw.md | 4 ++-- .../translations/README.zh.tw.md | 4 ++-- 6-space-game/1-introduction/translations/README.zh-tw.md | 4 ++-- .../2-drawing-to-canvas/translations/README.zh-tw.md | 4 ++-- .../3-moving-elements-around/translations/README.zh-tw.md | 4 ++-- .../4-collision-detection/translations/README.zh-tw.md | 4 ++-- 6-space-game/5-keeping-score/translations/README.zh-tw.md | 4 ++-- 6-space-game/6-end-condition/translations/README.zh-tw.md | 4 ++-- .../1-template-route/translations/README.zh-tw.md | 4 ++-- 7-bank-project/2-forms/translations/README.zh-tw.md | 4 ++-- 7-bank-project/3-data/translations/README.zh-tw.md | 4 ++-- .../4-state-management/translations/README.zh-tw.md | 4 ++-- 24 files changed, 49 insertions(+), 50 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.zh-tw.md b/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.zh-tw.md index f9665c35..ad37b211 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.zh-tw.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.zh-tw.md @@ -6,7 +6,7 @@ > 由[Tomomi Imura](https://twitter.com/girlie_mac) 繪製。 ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/1) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/1?loc=zh_tw) ## 大綱 @@ -181,7 +181,7 @@ back add r0,r1 比較不同的程式語言: JavaScript 與 Java 間有什麼獨特的特徵? 那 COBOL 與 Go 呢? ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/2) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/2?loc=zh_tw) ## 複習與自學 diff --git a/1-getting-started-lessons/2-github-basics/translations/README.zh-tw.md b/1-getting-started-lessons/2-github-basics/translations/README.zh-tw.md index 664a6e1c..668ea746 100644 --- a/1-getting-started-lessons/2-github-basics/translations/README.zh-tw.md +++ b/1-getting-started-lessons/2-github-basics/translations/README.zh-tw.md @@ -6,7 +6,7 @@ > 由[Tomomi Imura](https://twitter.com/girlie_mac) 繪製 ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/3) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/3?loc=zh_tw) ## 大綱 @@ -298,7 +298,7 @@ 找朋友一起編輯彼此的程式。共同建立一項專案、分叉程式、建立分支、合併更動。 ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/4) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/4?loc=zh_tw) ## 複習與自學 diff --git a/1-getting-started-lessons/3-accessibility/translations/README.zh-tw.md b/1-getting-started-lessons/3-accessibility/translations/README.zh-tw.md index 5ee567c6..68e90a11 100644 --- a/1-getting-started-lessons/3-accessibility/translations/README.zh-tw.md +++ b/1-getting-started-lessons/3-accessibility/translations/README.zh-tw.md @@ -4,7 +4,7 @@ > 由 [Tomomi Imura](https://twitter.com/girlie_mac) 繪製 ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/5) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/5?loc=zh_tw) > 網路的強大在於它的普遍性。無論用戶是否有殘疾,讓大家無差別地使用網路是必要的。 > @@ -218,7 +218,7 @@ CSS 提供完整的網頁造型控制,你可以讓文字框框線隱藏或是 ``` ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/6) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/6?loc=zh_tw) ## 複習與自學 diff --git a/2-js-basics/1-data-types/translations/README.zh-tw.md b/2-js-basics/1-data-types/translations/README.zh-tw.md index 2af58be8..da0d5443 100644 --- a/2-js-basics/1-data-types/translations/README.zh-tw.md +++ b/2-js-basics/1-data-types/translations/README.zh-tw.md @@ -4,7 +4,7 @@ > 由 [Tomomi Imura](https://twitter.com/girlie_mac) 繪製 ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/7) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/7?loc=zh_tw) 這堂課會講述 Javascript 的基礎 ── 一款建立互動性網頁的程式語言。 @@ -186,7 +186,7 @@ let myString2 = "World"; JavaScript 在處理資料結構時有許多種方法,有些場合為人詬病。在這方面做一些調查,例如:大小寫敏感性的問題!在命令欄中輸入看看: `let age = 1; let Age = 2; age == Age`,輸出結果是 `false`,為什麼? 你能找到其他問題嗎? ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/8) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/8?loc=zh_tw) ## 複習與自學 diff --git a/2-js-basics/2-functions-methods/translations/README.zh-tw.md b/2-js-basics/2-functions-methods/translations/README.zh-tw.md index 4860c516..a213a796 100644 --- a/2-js-basics/2-functions-methods/translations/README.zh-tw.md +++ b/2-js-basics/2-functions-methods/translations/README.zh-tw.md @@ -4,7 +4,7 @@ > 由 [Tomomi Imura](https://twitter.com/girlie_mac) 繪製 ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/9) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/9?loc=zh_tw) 撰寫程式碼時,我們必須確保程式碼的閱讀性。聽來不太直覺,理解程式碼的時間遠比撰寫時間來的久。裡面最需要被管理的程式項目就是**函式**。 @@ -184,7 +184,7 @@ setTimeout(() => { 你能用一句話清楚地說明這些函式與方法的差別嗎? 試試看吧! ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/10) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/10?loc=zh_tw) ## 複習與自學 diff --git a/2-js-basics/3-making-decisions/translations/README.zh-tw.md b/2-js-basics/3-making-decisions/translations/README.zh-tw.md index 6a25f810..be1fa9e3 100644 --- a/2-js-basics/3-making-decisions/translations/README.zh-tw.md +++ b/2-js-basics/3-making-decisions/translations/README.zh-tw.md @@ -4,7 +4,7 @@ > 由 [Tomomi Imura](https://twitter.com/girlie_mac) 繪製 ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/11) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/11?loc=zh_tw) 為程式碼做決定與控制順序以提高其重複利用性與豐富性。這堂課程提供 JavaScript 的資料流控制語法與布林資料型的重點。 @@ -163,7 +163,7 @@ if (firstNumber > secondNumber) { --- ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/12) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/12?loc=zh_tw) ## 複習與自學 diff --git a/2-js-basics/4-arrays-loops/translations/README.zh-tw.md b/2-js-basics/4-arrays-loops/translations/README.zh-tw.md index 6c227d6b..b585c86e 100644 --- a/2-js-basics/4-arrays-loops/translations/README.zh-tw.md +++ b/2-js-basics/4-arrays-loops/translations/README.zh-tw.md @@ -4,7 +4,7 @@ > 由 [Tomomi Imura](https://twitter.com/girlie_mac) 繪製 ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/13) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/13?loc=zh_tw) 這堂課會包含程式語言 JavaScript,建立互動式網頁的基礎。課程中,你會學到用來操作資料的矩陣與迴圈。 @@ -113,9 +113,8 @@ for (let i = 0; i < iceCreamFlavors.length; i++) { 除了 for 迴圈與 while 迴圈外,仍有許多使用矩陣與迴圈的方法:[forEach](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach)、[for-of](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of)與[map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map)。 用上列其中一種語法改寫你的迴圈。 -## Post-Lecture Quiz -[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/14) - +## 課後測驗 +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/14?loc=zh_tw) ## 複習與自學 diff --git a/3-terrarium/1-intro-to-html/translations/README.zh-tw.md b/3-terrarium/1-intro-to-html/translations/README.zh-tw.md index 1a786854..54412d38 100644 --- a/3-terrarium/1-intro-to-html/translations/README.zh-tw.md +++ b/3-terrarium/1-intro-to-html/translations/README.zh-tw.md @@ -5,7 +5,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/15) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/15?loc=zh_tw) ### 大綱 @@ -217,7 +217,7 @@ HTML 文件中 'head' 的區域包含很多網頁的重要資訊,也被稱作[ ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/16) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/16?loc=zh_tw) ## 複習與自學 diff --git a/3-terrarium/2-intro-to-css/translations/README.zh-tw.md b/3-terrarium/2-intro-to-css/translations/README.zh-tw.md index aa705010..db870ab4 100644 --- a/3-terrarium/2-intro-to-css/translations/README.zh-tw.md +++ b/3-terrarium/2-intro-to-css/translations/README.zh-tw.md @@ -5,7 +5,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/17) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/17?loc=zh_tw) ### 大綱 @@ -252,7 +252,7 @@ h1 { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/18) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/18?loc=zh_tw) ## 複習與自學 diff --git a/3-terrarium/3-intro-to-DOM-and-closures/translations/README.zh-tw.md b/3-terrarium/3-intro-to-DOM-and-closures/translations/README.zh-tw.md index 78371f68..0dd2ba5a 100644 --- a/3-terrarium/3-intro-to-DOM-and-closures/translations/README.zh-tw.md +++ b/3-terrarium/3-intro-to-DOM-and-closures/translations/README.zh-tw.md @@ -5,7 +5,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/19) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/19?loc=zh_tw) ### 大綱 @@ -203,7 +203,7 @@ function stopElementDrag() { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/20) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/20?loc=zh_tw) ## 複習與自學 diff --git a/4-typing-game/typing-game/translations/README.zh-tw.md b/4-typing-game/typing-game/translations/README.zh-tw.md index 797e8ee3..e59096a1 100644 --- a/4-typing-game/typing-game/translations/README.zh-tw.md +++ b/4-typing-game/typing-game/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/21) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/21?loc=zh_tw) ## 事件驅動程式設計 @@ -328,7 +328,7 @@ typedValueElement.addEventListener('input', () => { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/22) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/22?loc=zh_tw) ## 複習與自學 diff --git a/5-browser-extension/1-about-browsers/translations/README.zh-tw.md b/5-browser-extension/1-about-browsers/translations/README.zh-tw.md index 7b931577..573b76cb 100644 --- a/5-browser-extension/1-about-browsers/translations/README.zh-tw.md +++ b/5-browser-extension/1-about-browsers/translations/README.zh-tw.md @@ -5,7 +5,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/23) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/23?loc=zh_tw) ### 大綱 @@ -149,7 +149,7 @@ npm install ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/24) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/24?loc=zh_tw) ## 複習與自學 diff --git a/5-browser-extension/2-forms-browsers-local-storage/translations/README.zh-tw.md b/5-browser-extension/2-forms-browsers-local-storage/translations/README.zh-tw.md index a11d2c09..c10d9d61 100644 --- a/5-browser-extension/2-forms-browsers-local-storage/translations/README.zh-tw.md +++ b/5-browser-extension/2-forms-browsers-local-storage/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/25) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/25?loc=zh_tw) ### 大綱 @@ -212,7 +212,7 @@ async function displayCarbonUsage(apiKey, region) { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/26) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/26?loc=zh_tw) ## 複習與自學 diff --git a/5-browser-extension/3-background-tasks-and-performance/translations/README.zh.tw.md b/5-browser-extension/3-background-tasks-and-performance/translations/README.zh.tw.md index 93ea7a7a..6d7805aa 100644 --- a/5-browser-extension/3-background-tasks-and-performance/translations/README.zh.tw.md +++ b/5-browser-extension/3-background-tasks-and-performance/translations/README.zh.tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/27) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/27?loc=zh_tw) ### 大綱 @@ -146,7 +146,7 @@ function drawIcon(value) { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/28) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/28?loc=zh_tw) ## 複習與自學 diff --git a/6-space-game/1-introduction/translations/README.zh-tw.md b/6-space-game/1-introduction/translations/README.zh-tw.md index 8a28ddca..b73cf989 100644 --- a/6-space-game/1-introduction/translations/README.zh-tw.md +++ b/6-space-game/1-introduction/translations/README.zh-tw.md @@ -4,7 +4,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/29) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/29?loc=zh_tw) ### 遊戲開發中的繼承(Inheritance)與組合(Composition) @@ -213,7 +213,7 @@ eventEmitter.on(Messages.HERO_MOVE_LEFT, () => { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/30) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/30?loc=zh_tw) ## 複習與自學 diff --git a/6-space-game/2-drawing-to-canvas/translations/README.zh-tw.md b/6-space-game/2-drawing-to-canvas/translations/README.zh-tw.md index 2074713b..f27dc7e2 100644 --- a/6-space-game/2-drawing-to-canvas/translations/README.zh-tw.md +++ b/6-space-game/2-drawing-to-canvas/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/31) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/31?loc=zh_tw) ## Canvas @@ -205,7 +205,7 @@ npm start ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/32) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/32?loc=zh_tw) ## 複習與自學 diff --git a/6-space-game/3-moving-elements-around/translations/README.zh-tw.md b/6-space-game/3-moving-elements-around/translations/README.zh-tw.md index 70dd4b7e..5999a49e 100644 --- a/6-space-game/3-moving-elements-around/translations/README.zh-tw.md +++ b/6-space-game/3-moving-elements-around/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/33) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/33?loc=zh_tw) 有外星人在移動的遊戲才會好玩!在這款遊戲中,我們會建立兩種移動模式: @@ -377,7 +377,7 @@ npm start ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/34) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/34?loc=zh_tw) ## 複習與自學 diff --git a/6-space-game/4-collision-detection/translations/README.zh-tw.md b/6-space-game/4-collision-detection/translations/README.zh-tw.md index c6995772..08da0d66 100644 --- a/6-space-game/4-collision-detection/translations/README.zh-tw.md +++ b/6-space-game/4-collision-detection/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/35) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/35?loc=zh_tw) 這堂課中,你會學會如何在 JavaScript 上發射雷射光!我們需要在遊戲中新增兩項東西: @@ -286,7 +286,7 @@ npm start ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/36) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/36?loc=zh_tw) ## 複習與自學 diff --git a/6-space-game/5-keeping-score/translations/README.zh-tw.md b/6-space-game/5-keeping-score/translations/README.zh-tw.md index 261cd373..9fb35637 100644 --- a/6-space-game/5-keeping-score/translations/README.zh-tw.md +++ b/6-space-game/5-keeping-score/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/37) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/37?loc=zh_tw) 在這堂課中,你會學習如何為遊戲加入計分功能與計算性命數。 @@ -178,7 +178,7 @@ npm start ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/38) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/38?loc=zh_tw) ## 複習與自學 diff --git a/6-space-game/6-end-condition/translations/README.zh-tw.md b/6-space-game/6-end-condition/translations/README.zh-tw.md index 48fbdd9d..a36e2b36 100644 --- a/6-space-game/6-end-condition/translations/README.zh-tw.md +++ b/6-space-game/6-end-condition/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/39) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/39?loc=zh_tw) 有許多方式可以表達遊戲中的*結束狀態*。這都取決於你這位遊戲開發者,定義遊戲結束的理由。假設我們討論這款已經開發許久的太空遊戲,以下是遊戲結束的理由: @@ -211,7 +211,7 @@ npm start ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/40) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/40?loc=zh_tw) ## 複習與自學 diff --git a/7-bank-project/1-template-route/translations/README.zh-tw.md b/7-bank-project/1-template-route/translations/README.zh-tw.md index 57a70b05..b69a485f 100644 --- a/7-bank-project/1-template-route/translations/README.zh-tw.md +++ b/7-bank-project/1-template-route/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/41) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/41?loc=zh_tw) ### 大綱 @@ -296,7 +296,7 @@ updateRoute(); ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/42) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/42?loc=zh_tw) ## 複習與自學 diff --git a/7-bank-project/2-forms/translations/README.zh-tw.md b/7-bank-project/2-forms/translations/README.zh-tw.md index 89d2fe97..086594de 100644 --- a/7-bank-project/2-forms/translations/README.zh-tw.md +++ b/7-bank-project/2-forms/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/43) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/43?loc=zh_tw) ### 大綱 @@ -286,7 +286,7 @@ async function register() { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/44) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/44?loc=zh_tw) ## 複習與自學 diff --git a/7-bank-project/3-data/translations/README.zh-tw.md b/7-bank-project/3-data/translations/README.zh-tw.md index 6ae5ee02..79b9df9d 100644 --- a/7-bank-project/3-data/translations/README.zh-tw.md +++ b/7-bank-project/3-data/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/45) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/45?loc=zh_tw) ### 大綱 @@ -329,7 +329,7 @@ function updateElement(id, textOrNode) { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/46) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/46?loc=zh_tw) ## 作業 diff --git a/7-bank-project/4-state-management/translations/README.zh-tw.md b/7-bank-project/4-state-management/translations/README.zh-tw.md index 4626a56c..aab8db7e 100644 --- a/7-bank-project/4-state-management/translations/README.zh-tw.md +++ b/7-bank-project/4-state-management/translations/README.zh-tw.md @@ -2,7 +2,7 @@ ## 課前測驗 -[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/47) +[課前測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/47?loc=zh_tw) ### 大綱 @@ -273,7 +273,7 @@ const routes = { ## 課後測驗 -[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/48) +[課後測驗](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/48?loc=zh_tw) ## 作業