This is a multiplication practice project. You can make her dance by waving your hand or clapping. Your task is to complete options (conditional). Part 1: You need to program it so she will be triggered to dance by video (waving) or audio (clapping). Be sure to use built-in blocks You need to check whether input is 1 or 2. If it's any other number, you need to give prompt again. Part 2: You need to add conditional to check input for # of dance and # of people. If it is less than 1 or greater than 10, you need to give prompt again. Once you complete it, make sure it works. You can add background and music to make it more interesting.
This project serves multiple teaching point. 1. Conditional statement (CS) 2. Abstraction (CS) 3. Multiplication practice (Math) 4. Reusability of project