From 4639e63abce8475f48e2daee0fa7994090cb1973 Mon Sep 17 00:00:00 2001 From: dkiang Date: Tue, 1 Aug 2017 13:40:08 -0700 Subject: [PATCH] Corrected Reflection prompt, adjusted rubric Rewrote reflection to focus on binary calculator, and changed rubric to focus on specific reflection prompts. --- docs/courses/csintro/binary/project.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/docs/courses/csintro/binary/project.md b/docs/courses/csintro/binary/project.md index 4232f911..c787cb0b 100644 --- a/docs/courses/csintro/binary/project.md +++ b/docs/courses/csintro/binary/project.md @@ -48,13 +48,10 @@ This design supports the micro:bit in a rigid cradle and allows more delicate co ## Reflection Have students write a reflection of about 150–300 words, addressing the following points: -* What were the Variables that you used to keep track of information? -* What mathematical operations did you perform on your variables? -* What information did you provide? -* Describe what the physical component of your micro:bit project was (e.g., an armband, a wallet, a holder, etc.) -* How well did your prototype work? What were you happy with? What would you change? +* Describe what the physical component of yur micro:bit project was (e.g., an armband, a cardboard mount, a holder, etc.) +* How well did your prototype work? What were you happy with? What would you change? * What was something that was surprising to you about the process of creating this project? -* Describe a difficult point in the process of designing this project, and explain how you resolved it. +* Describe one way in which your prohect differed from the example that was given. How would you recognize it as your own? ## Assessment @@ -71,7 +68,7 @@ Have students write a reflection of about 150–300 words, addressing the follow **4 =** micro:bit program:
`*` Uses binary in a way that is integral to the program
-`*` Uses mathematical operations to add, subtract multiply, and/or divide variables
+`*` Uses mathematical operations to convert decimal-binary
`*` Compiles and runs as intended
`*` Meaningful comments in code
**3 =** micro:bit program lacks 1 of the required elements.
@@ -80,11 +77,7 @@ Have students write a reflection of about 150–300 words, addressing the follow ### Reflection -**4 =** Reflection piece includes:
-`*` Brainstorming ideas
-`*` Construction
-`*` Programming
-`*` Beta testing
+**4 =** Reflection piece includes addresses all prompts.
**3 =** Reflection piece lacks 1 of the required elements.
**2 =** Reflection piece lacks 2 of the required elements.
**1 =** Reflection piece lacks 3 of the required elements.