mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-29 17:40:33 +02:00
quiz clean-up
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
*Complete this quiz after the lesson by checking one answer per question.*
|
||||
|
||||
1. The DOM is a model to represent a document on the web
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
2. Use JavaScript closures to perform the following:
|
||||
|
||||
- [ ] write functions within functions
|
||||
- [ ] enclose the DOM
|
||||
- [ ] close script blocks
|
||||
|
||||
3. Fill in the blank: Closures are useful when one or more functions need to access an outer function's...
|
||||
|
||||
- [ ] arrays
|
||||
- [ ] scope
|
||||
- [ ] functions
|
@@ -1,18 +0,0 @@
|
||||
*A warm-up quiz about the DOM*
|
||||
|
||||
Complete this quiz in class
|
||||
|
||||
1. The DOM stands for 'Document Object Management'
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
2. The DOM can be thought of as a tree
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
3. Using the Web API, you can manipulate the DOM
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
@@ -1,18 +0,0 @@
|
||||
_प्रति प्रश्न एक उत्तर की जाँच करके पाठ के बाद इस प्रश्नोत्तरी को पूरा करें._
|
||||
|
||||
1. [DOM एक नमूना है जो वेब पर एक दस्तावेज़ का प्रतिनिधित्व करता है]
|
||||
|
||||
- [ ] सही
|
||||
- [ ] गलत
|
||||
|
||||
2. [निम्नलिखित प्रदर्शन करने के लिए जावास्क्रिप्ट क्लोजर का उपयोग करें:]
|
||||
|
||||
- [ ] [फंक्शन्स के भीतर फंक्शन्स लिखें]
|
||||
- [ ] [डोम को संलग्न करें]
|
||||
- [ ] [स्क्रिप्ट ब्लॉक बंद करें]
|
||||
|
||||
3. [रिक्त स्थान भरें: क्लोजर तब उपयोगी होते हैं जब एक या अधिक फ़ंक्शन को बाहरी फ़ंक्शन के ______ तक पहुंचने की आवश्यकता होती है]
|
||||
|
||||
- [ ] [arrays]
|
||||
- [ ] [scope]
|
||||
- [ ] [functions]
|
@@ -1,18 +0,0 @@
|
||||
_DOM के बारे में एक वार्म-अप क्विज़_
|
||||
|
||||
इस क्विज को कक्षा में पूरा करें
|
||||
|
||||
1. DOM का अर्थ 'Document Object Management' है
|
||||
|
||||
- [ ] सही
|
||||
- [ ] गलत
|
||||
|
||||
2. DOM को एक ट्री माना जा सकता है
|
||||
|
||||
- [ ] सही
|
||||
- [ ] गलत
|
||||
|
||||
3. वेब API का उपयोग करके, आप DOM में हेरफेर कर सकते हैं
|
||||
|
||||
- [ ] सही
|
||||
- [ ] गलत
|
@@ -3,7 +3,7 @@
|
||||
! [DOM y un cierre](../images/webdev101-js.png)
|
||||
> Boceto de [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||
|
||||
## [Pre-lecture prueba](../.github/pre-lecture-quiz.md)
|
||||
## [Pre-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/19)
|
||||
|
||||
### Introducción:
|
||||
|
||||
@@ -197,7 +197,7 @@ Esta pequeña función restablece los eventos `onpointerup` y `onpointermove` pa
|
||||
|
||||
🚀Challenge: agregue un nuevo controlador de eventos a su cierre para hacer algo más en las plantas; por ejemplo, haga doble clic en una planta para traerla al frente. ¡Se creativo!
|
||||
|
||||
## [Post-lecture prueba](.github/post-lecture-quiz.md)
|
||||
## [Post-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/20)
|
||||
|
||||
## Revisión y autoestudio
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
## Quiz Pre-Lezione
|
||||
|
||||
[Quiz Pre-Lezione](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/19)
|
||||
[Quiz Pre-Lezione](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/19?loc=it)
|
||||
|
||||
### Introduzione
|
||||
|
||||
@@ -201,7 +201,7 @@ Aggiungere un nuovo gestore di eventi alla closure per fare qualcosa di più con
|
||||
|
||||
## Quiz Post-Lezione
|
||||
|
||||
[Quiz post-lezione](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/20)
|
||||
[Quiz post-lezione](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/20?loc=it)
|
||||
|
||||
## Revisione e Auto Apprendimento
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
## 강의 전 퀴즈
|
||||
|
||||
[Pre-lecture quiz](../.github/pre-lecture-quiz.md)
|
||||
[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/19?loc=ko)
|
||||
|
||||
### 소개
|
||||
|
||||
@@ -199,7 +199,7 @@ function stopElementDrag() {
|
||||
|
||||
## 강의 후 퀴즈
|
||||
|
||||
[Post-lecture quiz](../.github/post-lecture-quiz.md)
|
||||
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/20?loc=ko)
|
||||
|
||||
## 리뷰 & 자기주도 학습
|
||||
|
||||
|
Reference in New Issue
Block a user