This project uses the micro:bit light sensor to display a happy face when it is sunny, and a frowning face when it is dark. The micro:bit is connected to a servo mounted on the inside of the container, and the smile and frown are attached to plastic coffee stirrers with tape and hot glue.
## Reflection
Have students write a reflection of about 150–300 words, addressing the following points:
* Explain how you decided on your particular "loopy" idea. What brainstorming ideas did you come up with?
* What type of loop did you use? For, While, or Repeat
* What was something that was surprising to you about the process of creating this program?
* Describe a difficult point in the process of designing this program, and explain how you resolved it.
* What feedback did your beta testers give you? How did that help you improve your loop demo?
## Assessment
**Competency scores**: 4, 3, 2, 1
### Loops
**4 =** At least 3 different loops are implemented in a meaningful way.<br/>
**3 =** At least 2 loops are implemented in a meaningful way.<br/>
**2 =** At least 1 loop is implemented in a meaningful way.<br/>
**1 =** No variables are implemented.
### Variables (parameters)
**4 =** All variable names are unique and clearly describe what information values the variables hold<br/>
**3 =** The majority of variable names are unique and clearly describe what information values the variables hold.<br/>