diff --git a/lesson-template/translations/README.zh-cn.md b/lesson-template/translations/README.zh-cn.md new file mode 100644 index 00000000..4fcdb8fb --- /dev/null +++ b/lesson-template/translations/README.zh-cn.md @@ -0,0 +1,51 @@ +#【课程主题】 + +![在此处嵌入视频](video-url) + +## [课前测验](quiz-url) + +[描述我们将学到什么] + +### 介绍 + +描述将涵盖的内容 + +> 注释 + +### 先决条件 + +在本课之前应该涵盖哪些步骤? + +### 准备 + +开始本课的准备步骤 + +--- + +[按块逐步浏览内容] + +## [主题1] + +### 任务: + +共同努力逐步增强您的代码库,以使用共享代码构建项目: + +````html +代码块 +```` + +✅ 知识检查 - 利用这个时刻通过开放性问题扩展学生的知识 + +## [主题 2] + +## [主题 3] + +🚀 挑战:为学生添加挑战,让他们在课堂上协作完成项目 + +可选:添加已完成课程的 UI 的屏幕截图(如果适用) + +## [课后测验](quiz-url) + +## 复习与自学 + +**作业到期日期 [MM/YY]**:[作业名称](assignment.md) \ No newline at end of file diff --git a/lesson-template/translations/assignment.zh-cn.md b/lesson-template/translations/assignment.zh-cn.md new file mode 100644 index 00000000..07d5f3cb --- /dev/null +++ b/lesson-template/translations/assignment.zh-cn.md @@ -0,0 +1,9 @@ +# [作业名称] + +## 指示 + +## 评分标准 + +| 标准 | 模范 | 足够 | 需要改进 | +| -------- | ------- | -------- | --------- | +| | | | | \ No newline at end of file