mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-01 02:42:03 +02:00
lesson 6 quiz links
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
*Complete this quiz after the lesson by checking one answer per question.*
|
||||
|
||||
1. What's a fun way to show how many lifes a player has left
|
||||
|
||||
- [ ] a number of ships
|
||||
- [ ] a decimal number
|
||||
|
||||
2. How do you center text in the middle of the screen using the Canvas element
|
||||
|
||||
- [ ] You use Flexbox
|
||||
- [ ] You instruct the text to be drawn at the x coordinate of: the client window width/2
|
||||
- [ ] You set the `textAlign` property to the value `center` on the context object.
|
@@ -1,14 +0,0 @@
|
||||
*A warm-up quiz about game development*
|
||||
|
||||
Complete this quiz in class
|
||||
|
||||
1. How do you draw text on a screen using the Canvas element?
|
||||
|
||||
- [ ] place text inside a div or span element
|
||||
- [ ] Call drawText() on the Canvas element
|
||||
- [ ] Call fillText() on the context object
|
||||
|
||||
2. Why do you have the concept of *lifes* in a game?
|
||||
|
||||
- [ ] to show how much damage you can take.
|
||||
- [ ] So that the game doesn't end straight away, but you have n number of chances before the game is over.
|
@@ -1,12 +0,0 @@
|
||||
_प्रति प्रश्न एक उत्तर की जाँच करके पाठ के बाद इस प्रश्नोत्तरी को पूरा करें._
|
||||
|
||||
1. यह दिखाने का एक मजेदार तरीका है कि एक खिलाड़ी ने कितने जीवन जीते हैं
|
||||
|
||||
- [ ] जहाजों की एक संख्या
|
||||
- [ ] एक दशमलव संख्या
|
||||
|
||||
2. कैनवस तत्व का उपयोग करके आप स्क्रीन के बीच में टेक्स्ट को कैसे केन्द्रित करते हैं
|
||||
|
||||
- [ ] आप फ्लेक्सबॉक्स का उपयोग करें
|
||||
- [ ] आप पाठ को निर्देश देते हैं: क्लाइंट विंडो की चौड़ाई/2: के x समन्वय पर तैयार किया जाए
|
||||
- [ ] आप संदर्भ ऑब्जेक्ट पर `textAlign` गुण मान `center` पर सेट करें.
|
@@ -1,14 +0,0 @@
|
||||
_खेल के विकास के बारे में एक वार्म अप प्रश्नोत्तरी_
|
||||
|
||||
इस क्विज को कक्षा में पूरा करें
|
||||
|
||||
1. कैनवस तत्व का उपयोग करके आप स्क्रीन पर टेक्स्ट कैसे बनाते हैं?
|
||||
|
||||
- [ ] पाठ को डिभ या स्पैन तत्व के अंदर रखें
|
||||
- [ ] कैनवास तत्व पर drawText() को कॉल करें
|
||||
- [ ] कैनवास तत्व पर fillText() को कॉल करें
|
||||
|
||||
2. आप एक खेल में _जीवन_ की अवधारणा क्यों है?
|
||||
|
||||
- [ ] यह दिखाने के लिए कि आप कितना नुकसान उठा सकते हैं.
|
||||
- [ ] ताकि खेल सीधे खत्म न हो, लेकिन खेल खत्म होने से पहले आपके पास कई मौके हैं.
|
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
## [Pre-lecture prueba](../.github/pre-lecture-quiz.md)
|
||||
## [Pre-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/37)
|
||||
|
||||
En esta lección, aprenderá cómo agregar puntos a un juego y calcular vidas.
|
||||
|
||||
@@ -173,7 +173,7 @@ Al final de este trabajo, deberías ver las pequeñas naves de 'vida' en la part
|
||||
|
||||
🚀Challenge: Tu código está casi completo. ¿Puedes imaginar tus próximos pasos?
|
||||
|
||||
## [Post-lecture prueba](../.github/post-lecture-quiz.md)
|
||||
## [Post-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/38)
|
||||
|
||||
## Revisión y autoestudio
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## लेक्टरसे पहलेकी क्विज़
|
||||
|
||||
[लेक्टरसे पहलेकी क्विज़](.github/pre-lecture-quiz.hi.md)
|
||||
[लेक्टरसे पहलेकी क्विज़](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/37?loc=hi)
|
||||
|
||||
इस पाठ में, आप सीखेंगे कि किसी खेल में स्कोरिंग कैसे जोड़ें और जीवन की गणना करें.
|
||||
|
||||
@@ -178,7 +178,7 @@ eventEmitter = new EventEmitter();
|
||||
|
||||
## पोस्ट-व्याख्यान प्रश्नोत्तरी
|
||||
|
||||
[पोस्ट-व्याख्यान प्रश्नोत्तरी](.github/post-lecture-quiz.hi.md)
|
||||
[पोस्ट-व्याख्यान प्रश्नोत्तरी](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/38?loc=hi)
|
||||
|
||||
## समीक्षा और स्व अध्ययन
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## 강의 전 퀴즈
|
||||
|
||||
[Pre-lecture quiz](../.github/pre-lecture-quiz.md)
|
||||
[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/37?loc=ko)
|
||||
|
||||
이 강의에서는 어떻게 게임에서 점수를 내고 생명을 구하는 가에 대하여 배웁니다.
|
||||
|
||||
@@ -178,7 +178,7 @@ npm start
|
||||
|
||||
## 강의 후 퀴즈
|
||||
|
||||
[Post-lecture quiz](../.github/post-lecture-quiz.md)
|
||||
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/38?loc=ko)
|
||||
|
||||
## 리뷰 & 자기주도 학습
|
||||
|
||||
|
Reference in New Issue
Block a user