Changes to rubric and added Reflection component
This commit is contained in:
parent
5a3e8f2bd9
commit
3d5081a829
@ -309,6 +309,13 @@ if (player1Turn == true && Math.random(4) < 3) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
## Reflection
|
||||||
|
|
||||||
|
Have students write a reflection of about 150–300 words, addressing the following points:
|
||||||
|
* How did you incorporate boolean variables into your micro:bit program?
|
||||||
|
* How did you incorporate boolean operators into your micro:bit program?
|
||||||
|
* Describe something in your project that you are proud of.
|
||||||
|
* If you had more time to work on this project, describe what you might add or change.
|
||||||
|
|
||||||
## Assessment
|
## Assessment
|
||||||
|
|
||||||
@ -317,28 +324,23 @@ if (player1Turn == true && Math.random(4) < 3) {
|
|||||||
### Boolean
|
### Boolean
|
||||||
|
|
||||||
**4 =** More than 2 Boolean variables are implemented in a meaningful way.<br/>
|
**4 =** More than 2 Boolean variables are implemented in a meaningful way.<br/>
|
||||||
**3 =** At least 2 Boolean variable is implemented in a meaningful way.<br/>
|
**3 =** At least 2 Boolean variables are implemented in a meaningful way.<br/>
|
||||||
**2 =** At least 1 Boolean variable is implemented in a meaningful way.<br/>
|
**2 =** At least 1 Boolean variable is implemented in a meaningful way.<br/>
|
||||||
**1 =** No Boolean variables are implemented.
|
**1 =** No Boolean variables are implemented.
|
||||||
|
|
||||||
### micro:bit program
|
### micro:bit program
|
||||||
|
|
||||||
**4 =** micro:bit program:<br/>
|
**4 =** micro:bit program:<br/>
|
||||||
`*` Uses Boolean variables in a way that is integral to the program.<br/>
|
`*` Uses Booleans in a way that is integral to the program.<br/>
|
||||||
`*` Uses a random function in a way that is integral to the program.<br/>
|
|
||||||
`*` Compiles and runs as intended<br/>
|
`*` Compiles and runs as intended<br/>
|
||||||
`*` Meaningful comments in code<br/>
|
`*` Meaningful comments in code<br/>
|
||||||
**3 =** micro:bit program lacks 1 of the required element.<br/>
|
**3 =** micro:bit program lacks 1 of the required element.<br/>
|
||||||
**2 =** micro:bit program lacks 2 of the required elements.<br/>
|
**2 =** micro:bit program lacks 2 of the required elements.<br/>
|
||||||
**1 =** micro:bit program lacks 3 or more of the required elements.
|
**1 =** micro:bit program lacks all of the required elements.
|
||||||
|
|
||||||
### Collaboration reflection
|
### Collaboration reflection
|
||||||
|
|
||||||
**4 =** Reflection piece includes:<br/>
|
**4 =** Reflection piece addresses all prompts.<br/>
|
||||||
`*` Brainstorming ideas<br/>
|
|
||||||
`*` Construction<br/>
|
|
||||||
`*` Programming<br/>
|
|
||||||
`*` Beta testing<br/>
|
|
||||||
**3 =** Reflection piece lacks 1 of the required elements.<br/>
|
**3 =** Reflection piece lacks 1 of the required elements.<br/>
|
||||||
**2 =** Reflection piece lacks 2 of the required elements.<br/>
|
**2 =** Reflection piece lacks 2 of the required elements.<br/>
|
||||||
**1 =** Reflection piece lacks 3 of the required elements.
|
**1 =** Reflection piece lacks 3 of the required elements.
|
||||||
|
Loading…
Reference in New Issue
Block a user