lesson 7 quiz relinking

This commit is contained in:
Jen Looper
2021-01-11 16:44:15 -05:00
parent b0d4acf48c
commit b0a461c1b2
24 changed files with 16 additions and 299 deletions

View File

@@ -1,18 +0,0 @@
*Complete this quiz by checking one answer per question.*
1. HTML templates are part of the DOM by default
- [ ] true
- [ ] false
2. Which part of the URL is needed for routing?
- [ ] window.location.pathname
- [ ] window.location.origin
- [ ] both
3. What's the name of the event triggered when calling the `history.pushState()` function?
- [ ] `pushstate`
- [ ] `popstate`
- [ ] `navigate`

View File

@@ -1,19 +0,0 @@
*A quick warm-up about web apps*
*Complete this quiz in class.*
1. You need to create multiple HTML files to display different screens in a web app
- [ ] true
- [ ] false
2. You can store and persist data locally in a web app
- [ ] true
- [ ] false
3. What's the best data provider for a web app?
- [ ] A local database
- [ ] A JavaScript object
- [ ] A server with a JSON API

View File

@@ -1,18 +0,0 @@
_प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें._
1. HTML टेम्पलेट डिफ़ॉल्ट रूप से DOM का हिस्सा हैं
- [ ] सही
- [ ] गलत
2. रूटिंग के लिए URL के किस भाग की आवश्यकता है?
- [ ] window.location.pathname
- [ ] window.location.origin
- [ ] दोनों
3. `History.pushState()` फ़ंक्शन को कॉल करते समय का घटना का नाम क्या है?
- [ ] `pushstate`
- [ ] `popstate`
- [ ] `navigate`

View File

@@ -1,19 +0,0 @@
_वेब ऐप्स के बारे में एक त्वरित वार्म-अप_
_इस क्विज को कक्षा में पूरा करें._
1. वेब ऐप में अलग-अलग स्क्रीन प्रदर्शित करने के लिए आपको कई HTML फाइल बनाने की आवश्यकता है
- [ ] सही
- [ ] गलत
2. आप वेब ऐप में स्थानीय रूप से डेटा स्टोर और बनाये रख सकते हैं
- [ ] सही
- [ ] गलत
3. वेब ऐप के लिए सबसे अच्छा डेटा प्रदाता क्या है?
- [ ] एक स्थानीय डेटाबेस
- [ ] एक जावास्क्रिप्ट वस्तु
- [ ] JSON API वाला सर्वर

View File

@@ -1,8 +1,6 @@
# Plantillas HTML y rutas en una aplicación web
<!-- ![video](video-url) -->
## [Pre-lecture prueba](../.github/pre-lecture-quiz.md)
## [Pre-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/41)
### Introducción
@@ -279,7 +277,7 @@ Ahora intente utilizar los botones de avance y retroceso de sus navegadores y co
Agregue una nueva plantilla y ruta para una tercera página que muestre los créditos de esta aplicación.
## [Post-lecture prueba](../.github/post-lecture-quiz.md)
## [Post-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/42)
## Revisión y autoestudio

View File

@@ -2,7 +2,7 @@
## 강의 전 퀴즈
[Pre-lecture quiz](../.github/pre-lecture-quiz.md)
[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/41?loc=ko)
### 소개
@@ -284,7 +284,7 @@ updateRoute();
## 강의 후 퀴즈
[Post-lecture quiz](../.github/post-lecture-quiz.md)
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/42?loc=ko)
## 리뷰 & 자기주도 학습