diff --git a/lesson-template/README.md b/lesson-template/README.md new file mode 100644 index 0000000..e81a732 --- /dev/null +++ b/lesson-template/README.md @@ -0,0 +1,51 @@ +# [Lesson Topic] + +![Embed a video here](video-url) + +## [Pre-lecture quiz](quiz-url) + +[Describe what we will learn] + +### Introduction + +Describe what will be covered + +> Notes + +### Prerequisite + +What steps should have been covered before this lesson? + +### Preparation + +Preparatory steps to start this lesson + +--- + +[Step through content in blocks] + +## [Topic 1] + +### Task: + +Work together to progressively enhance your codebase to build the project with shared code: + +```html +code blocks +``` + +✅ Knowledge Check - use this moment to stretch students' knowledge with open questions + +## [Topic 2] + +## [Topic 3] + +🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project + +Optional: add a screenshot of the completed lesson's UI if appropriate + +## [Post-lecture quiz](quiz-url) + +## Review & Self Study + +**Assignment Due [MM/YY]**: [Assignment Name](assignment.md) diff --git a/lesson-template/assignment.md b/lesson-template/assignment.md new file mode 100644 index 0000000..d2e0b3c --- /dev/null +++ b/lesson-template/assignment.md @@ -0,0 +1,9 @@ +# [Assignment Name] + +## Instructions + +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | --------- | -------- | ----------------- | +| | | | | diff --git a/lesson-template/translations/README.hi.md b/lesson-template/translations/README.hi.md new file mode 100644 index 0000000..9537d39 --- /dev/null +++ b/lesson-template/translations/README.hi.md @@ -0,0 +1,51 @@ +# [पाठ विषय] + +![यहां एक वीडियो एम्बेड करें](video-url) + +## [पूर्व-पठन क्विज़](quiz-url) + +[वर्णन करें कि हम क्या सीखेंगे] + +### परिचय + +वर्णन करें कि क्या कवर किया जाएगा + +> टिप्पणियाँ + +### शर्त + +इस पाठ से पहले क्या कदम उठाए जाने चाहिए थे? + +### तैयारी + +इस पाठ को शुरू करने के लिए प्रारंभिक कदम + +--- + +[ब्लॉकों में सामग्री के माध्यम से कदम] + +## [विषय १] + +### कार्य: + +साझा कोड के साथ प्रोजेक्ट बनाने के लिए अपने कोडबेस को उत्तरोत्तर बढ़ाने के लिए मिलकर काम करें: + +```html +code blocks +``` + +✅ नॉलेज चेक - इस पल का उपयोग खुले प्रश्नों के साथ छात्रों के ज्ञान को फैलाने के लिए करें + +## [विषय २] + +## [विषय ३] + +🚀 चुनौती: परियोजना को बढ़ाने के लिए कक्षा में सहयोगी रूप से काम करने के लिए छात्रों के लिए एक चुनौती जोड़ें + +वैकल्पिक: उपयुक्त होने पर पूर्ण पाठ के UI का स्क्रीनशॉट जोड़ें + +## [पोस्ट-व्याख्यान प्रश्नोत्तरी](quiz-url) + +## समीक्षा और स्व अध्ययन + +**बाकी असाइनमेंट [MM/YY]**: [असाइनमेंटका नाम](assignment.hi.md) diff --git a/lesson-template/translations/assignment.hi.md b/lesson-template/translations/assignment.hi.md new file mode 100644 index 0000000..2f7752d --- /dev/null +++ b/lesson-template/translations/assignment.hi.md @@ -0,0 +1,9 @@ +# [असाइनमेंटका नाम] + +## अनुदेश + +## शीर्ष + +| मानदंड | उदाहरणात्मक | पर्याप्त | सुधार की जरूरत | +| ------ | ----------- | -------- | -------------- | +| | | | |