lesson 6 quiz links

This commit is contained in:
Jen Looper
2021-01-11 16:37:11 -05:00
parent 4a26d1cff9
commit b0d4acf48c
42 changed files with 36 additions and 406 deletions

View File

@@ -1,17 +0,0 @@
*Complete this quiz after the lesson by checking one answer per question.*
1. You can perform drawing operations directly on the Canvas
- [ ] true
- [ ] false
2. You listen to the `onload` event to know when an image has loaded asynchronously
- [ ] true
- [ ] false
3. You draw images onto a screen with an operation called
- [ ] paintImage()
- [ ] drawImage()
- [ ] draw()

View File

@@ -1,18 +0,0 @@
*A warm-up quiz about game development*
Complete this quiz in class
1. The Canvas element is what you use to draw on a screen
- [ ] true
- [ ] false
2. You can only draw simple geometric shapes
- [ ] true
- [ ] false
3. The point 0,0 is in the bottom left
- [ ] true
- [ ] false

View File

@@ -1,17 +0,0 @@
_प्रति प्रश्न एक उत्तर की जाँच करके पाठ के बाद इस प्रश्नोत्तरी को पूरा करें._
1. आप सीधे कैनवस पर ड्राइंग ऑपरेशन कर सकते हैं
- [ ] [सही]
- [ ] [गलत]
2. आप यह जानने के लिए `onload` घटना सुनते हैं कि किसी छवि ने अतुल्यकालिक रूप से लोड किया है
- [ ] [सही]
- [ ] [गलत]
3. आप एक ऑपरेशन के साथ स्क्रीन पर चित्र बनाते हैं उसे क्या कहते है
- [ ] paintImage()
- [ ] drawImage()
- [ ] draw()

View File

@@ -1,18 +0,0 @@
_खेल के विकास के बारे में एक वार्म अप प्रश्नोत्तरी_
इस क्विज को कक्षा में पूरा करें
1. कैनवास तत्व वह है जिसे आप स्क्रीन पर खींचने के लिए उपयोग करते हैं
- [ ] सही
- [ ] गलत
2. आप केवल सरल ज्यामितीय आकृतियों को आकर्षित कर सकते हैं
- [ ] सही
- [ ] गलत
3. बिंदु 0,0 नीचे बाईं ओर है
- [ ] सही
- [ ] गलत

View File

@@ -2,7 +2,7 @@
![video](video-url)
## [Pre-lecture prueba](../.github/pre-lecture-quiz.md)
## [Pre-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/31)
## El lienzo
@@ -203,7 +203,7 @@ Intente resolverlo usted mismo primero, pero si se atasca, eche un vistazo a una
🚀 Desafío: ha aprendido a dibujar con la API Canvas enfocada en 2D; eche un vistazo a la [API WebGL](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) e intente dibujar un objeto 3D.
## [Post-lecture prueba](../.github/post-lecture-quiz.md)
## [Post-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/32)
## Revisión y autoestudio

View File

@@ -2,7 +2,7 @@
## लेक्चर पाहिले की क्विज
[लेक्चर पाहिले की क्विज](.github/pre-lecture-quiz.hi.md)
[लेक्चर पाहिले की क्विज](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/31?loc=hi)
## कैनवास
@@ -207,7 +207,7 @@ npm start
## पोस्ट-व्याख्यान प्रश्नोत्तरी
[पोस्ट-व्याख्यान प्रश्नोत्तरी](.github/post-lecture-quiz.hi.md)
[पोस्ट-व्याख्यान प्रश्नोत्तरी](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/32?loc=hi)
## समीक्षा और स्व अध्ययन

View File

@@ -2,7 +2,7 @@
## 강의 전 퀴즈
[Pre-lecture quiz](../.github/pre-lecture-quiz.md)
[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/31?loc=ko)
## Canvas
@@ -205,7 +205,7 @@ npm start
## 강의 후 퀴즈
[Post-lecture quiz](../.github/post-lecture-quiz.md)
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/32?loc=ko)
## 리뷰 & 자기주도 학습