├── CONTRIBUTING.md ├── LICENCE.md ├── README.md ├── code └── robot1.py ├── cover.png ├── extras.md ├── hardware.yml ├── images ├── idle3.png └── temp.md ├── ks2.md ├── ks3.md ├── learn.md ├── lesson-1 ├── images │ └── idle3.png ├── lesson.md └── worksheet.md ├── lesson-2 ├── images │ ├── idle3.png │ ├── program-1.png │ ├── program-2.png │ └── program-3.png └── lesson.md ├── lesson-3 ├── images │ ├── audio_output.png │ ├── espeak1.png │ └── espeak2.png └── lesson.md ├── meta.yml ├── overview.md ├── software.md ├── software.yml └── teacher-instructions.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/LICENCE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/README.md -------------------------------------------------------------------------------- /code/robot1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/code/robot1.py -------------------------------------------------------------------------------- /cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/cover.png -------------------------------------------------------------------------------- /extras.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/extras.md -------------------------------------------------------------------------------- /hardware.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/hardware.yml -------------------------------------------------------------------------------- /images/idle3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/images/idle3.png -------------------------------------------------------------------------------- /images/temp.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ks2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/ks2.md -------------------------------------------------------------------------------- /ks3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/ks3.md -------------------------------------------------------------------------------- /learn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/learn.md -------------------------------------------------------------------------------- /lesson-1/images/idle3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-1/images/idle3.png -------------------------------------------------------------------------------- /lesson-1/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-1/lesson.md -------------------------------------------------------------------------------- /lesson-1/worksheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-1/worksheet.md -------------------------------------------------------------------------------- /lesson-2/images/idle3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-2/images/idle3.png -------------------------------------------------------------------------------- /lesson-2/images/program-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-2/images/program-1.png -------------------------------------------------------------------------------- /lesson-2/images/program-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-2/images/program-2.png -------------------------------------------------------------------------------- /lesson-2/images/program-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-2/images/program-3.png -------------------------------------------------------------------------------- /lesson-2/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-2/lesson.md -------------------------------------------------------------------------------- /lesson-3/images/audio_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-3/images/audio_output.png -------------------------------------------------------------------------------- /lesson-3/images/espeak1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-3/images/espeak1.png -------------------------------------------------------------------------------- /lesson-3/images/espeak2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-3/images/espeak2.png -------------------------------------------------------------------------------- /lesson-3/lesson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/lesson-3/lesson.md -------------------------------------------------------------------------------- /meta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/meta.yml -------------------------------------------------------------------------------- /overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/overview.md -------------------------------------------------------------------------------- /software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/software.md -------------------------------------------------------------------------------- /software.yml: -------------------------------------------------------------------------------- 1 | - espeak 2 | -------------------------------------------------------------------------------- /teacher-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raspberrypilearning/turing-test-lessons/HEAD/teacher-instructions.md --------------------------------------------------------------------------------