├── .gitbook └── assets │ └── image.png ├── README.md ├── SUMMARY.md ├── a-holistic-path-forward.md ├── appendix ├── effective-education-design.md ├── learning-platform.md ├── miscellaneous.md ├── scaling-education.md └── science-of-learning.md ├── courses ├── course-analysis.md ├── course-design-and-deployment │ ├── README.md │ ├── course-stages-cohort-staffing.md │ ├── course-stages-course-deployment.md │ ├── course-stages-course-sprints-and-upgrades.md │ └── course-stages-creation-of-curriculum.md ├── course-references.md ├── curriculum-development.md ├── program-inventory.md ├── program-quality.md ├── programs-design.md └── software-fundamentals-series.md ├── guiding-principles.md ├── overview.md ├── program-expansion.md ├── student-impact.md └── student-journey.md /.gitbook/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/.gitbook/assets/image.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /a-holistic-path-forward.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/a-holistic-path-forward.md -------------------------------------------------------------------------------- /appendix/effective-education-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/appendix/effective-education-design.md -------------------------------------------------------------------------------- /appendix/learning-platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/appendix/learning-platform.md -------------------------------------------------------------------------------- /appendix/miscellaneous.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/appendix/miscellaneous.md -------------------------------------------------------------------------------- /appendix/scaling-education.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/appendix/scaling-education.md -------------------------------------------------------------------------------- /appendix/science-of-learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/appendix/science-of-learning.md -------------------------------------------------------------------------------- /courses/course-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/course-analysis.md -------------------------------------------------------------------------------- /courses/course-design-and-deployment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/course-design-and-deployment/README.md -------------------------------------------------------------------------------- /courses/course-design-and-deployment/course-stages-cohort-staffing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/course-design-and-deployment/course-stages-cohort-staffing.md -------------------------------------------------------------------------------- /courses/course-design-and-deployment/course-stages-course-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/course-design-and-deployment/course-stages-course-deployment.md -------------------------------------------------------------------------------- /courses/course-design-and-deployment/course-stages-course-sprints-and-upgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/course-design-and-deployment/course-stages-course-sprints-and-upgrades.md -------------------------------------------------------------------------------- /courses/course-design-and-deployment/course-stages-creation-of-curriculum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/course-design-and-deployment/course-stages-creation-of-curriculum.md -------------------------------------------------------------------------------- /courses/course-references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/course-references.md -------------------------------------------------------------------------------- /courses/curriculum-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/curriculum-development.md -------------------------------------------------------------------------------- /courses/program-inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/program-inventory.md -------------------------------------------------------------------------------- /courses/program-quality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/program-quality.md -------------------------------------------------------------------------------- /courses/programs-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/programs-design.md -------------------------------------------------------------------------------- /courses/software-fundamentals-series.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/courses/software-fundamentals-series.md -------------------------------------------------------------------------------- /guiding-principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/guiding-principles.md -------------------------------------------------------------------------------- /overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/overview.md -------------------------------------------------------------------------------- /program-expansion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/program-expansion.md -------------------------------------------------------------------------------- /student-impact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/student-impact.md -------------------------------------------------------------------------------- /student-journey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codepath/pedagogy-handbook/HEAD/student-journey.md --------------------------------------------------------------------------------