Merge pull request #168 from silverskyvicto/translate-ja/fix-quiz-url

fix quiz url.
This commit is contained in:
Jen Looper
2021-01-10 20:21:12 -05:00
committed by GitHub
22 changed files with 63 additions and 64 deletions

View File

@@ -1,8 +1,8 @@
# イベントを使ったゲームの作成
## レクチャー前クイズ
## レッスン前の小テスト
[クチャー前クイズ](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/21)
[ッスン前の小テスト](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/21?loc=ja)
## イベント駆動型プログラミング
@@ -324,9 +324,9 @@ typedValueElement.addEventListener('input', () => {
- 成功メッセージを含むモーダルダイアログボックスを表示します
- [localStorage](https://developer.mozilla.org/ja/docs/Web/API/Window/localStorage) を使ってハイスコアを保存します
## レクチャー後クイズ
## レッスン後の小テスト
[クチャー後クイズ](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/22)
[ッスン後の小テスト](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/22?loc=ja)
## 復習と自己学習