mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-25 15:50:57 +02:00
moving folders
This commit is contained in:
24
lesson-template/.github/post-lecture-quiz.md
vendored
Normal file
24
lesson-template/.github/post-lecture-quiz.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
*Complete this quiz along with your submission by checking one answer per question.*
|
||||
|
||||
You will need to complete the following learn module(s) to complete the quiz:
|
||||
|
||||
[Learn Link 1]()
|
||||
[Learn Link 2]()
|
||||
|
||||
1. [Q1]
|
||||
|
||||
- [ ] [Option 1]
|
||||
- [ ] [Option 2]
|
||||
- [ ] [Option 3]
|
||||
|
||||
2. [Q2]
|
||||
|
||||
- [ ] [Option 1]
|
||||
- [ ] [Option 2]
|
||||
- [ ] [Option 3]
|
||||
|
||||
3. [Q3]
|
||||
|
||||
- [ ] [Option 1]
|
||||
- [ ] [Option 2]
|
||||
- [ ] [Option 3]
|
19
lesson-template/.github/pre-lecture-quiz.md
vendored
Normal file
19
lesson-template/.github/pre-lecture-quiz.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
*Complete this quiz in class*
|
||||
|
||||
1. [Q1]
|
||||
|
||||
- [ ] [Option 1]
|
||||
- [ ] [Option 2]
|
||||
- [ ] [Option 3]
|
||||
|
||||
2. [Q2]
|
||||
|
||||
- [ ] [Option 1]
|
||||
- [ ] [Option 2]
|
||||
- [ ] [Option 3]
|
||||
|
||||
3. [Q3]
|
||||
|
||||
- [ ] [Option 1]
|
||||
- [ ] [Option 2]
|
||||
- [ ] [Option 3]
|
21
lesson-template/LICENSE
Normal file
21
lesson-template/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 WebDev-For-Beginners
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
51
lesson-template/README.md
Normal file
51
lesson-template/README.md
Normal file
@@ -0,0 +1,51 @@
|
||||
# [Lesson Topic]
|
||||
|
||||

|
||||
|
||||
## [Pre-lecture quiz](.github/pre-lecture-quiz.md)
|
||||
|
||||
[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](.github/post-lecture-quiz.md)
|
||||
|
||||
## Review & Self Study
|
||||
|
||||
**Assignment Due [MM/YY]**: [Assignment Name](assignment.md)
|
9
lesson-template/assignment.md
Normal file
9
lesson-template/assignment.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# [Assignment Name]
|
||||
|
||||
## Instructions
|
||||
|
||||
## Rubric
|
||||
|
||||
| Criteria | Exemplary | Adequate | Needs Improvement |
|
||||
| -------- | --------- | -------- | ----------------- |
|
||||
| | | | |
|
Reference in New Issue
Block a user