diff --git a/for-teachers.md b/for-teachers.md index 0962bb85..c181f96b 100644 --- a/for-teachers.md +++ b/for-teachers.md @@ -12,6 +12,12 @@ These [full instructions](https://github.blog/2020-03-18-set-up-your-digital-cla This curriculum works well in these Learning Management Systems! Use the [Moodle upload file](/teaching-files/webdev-moodle.mbz) for the full content, or try the [Common Cartridge file](/teaching-files/webdev-common-cartridge.imscc) which contains some of the content. Moodle Cloud does not support full Common Cartridge exports, so it is preferable to use the Moodle download file which can be uploaded into Canvas. Please let us know how we can improve this experience. +![Moodle](/teaching-files/moodle.png) +> The curriculum in a Moodle classroom + +![Canvas](/teaching-files/canvas.png) +> The curriculum in Canvas + ## Using the repo as is If you would like to use this repo as it currently stands, without using GitHub Classroom, that can be done as well. You would need to communicate with your students which lesson to work through together. diff --git a/teaching-files/canvas.png b/teaching-files/canvas.png new file mode 100644 index 00000000..a50fd541 Binary files /dev/null and b/teaching-files/canvas.png differ diff --git a/teaching-files/moodle.png b/teaching-files/moodle.png new file mode 100644 index 00000000..04d2369e Binary files /dev/null and b/teaching-files/moodle.png differ