Arrays updates (#488)

* Rewrote introduction and objectives

Took out old placeholders in Objectives and rewrote Introduction to be
more complete.

* Removed stock photo

* Added new Array Sorting Animations and Cover image

* Added missing activity

* Added maker component to rubric.
This commit is contained in:
dkiang
2017-08-02 22:04:13 -07:00
committed by Peli de Halleux
parent 425e1c5591
commit 0bd21e2e46
18 changed files with 130 additions and 19 deletions

View File

@ -101,10 +101,17 @@ Have students write a reflection of about 150300 words, addressing the follow
**2 =** Array skips values or has other problems with storing and/or retrieving elements.<br/>
**1 =** Array doesn't work at all or no array present.
### Maker component
**4 =** Tangible component is tightly integrated with the micro:bit and each relies heavily on the other to make the project complete.
**3 =** Tangible component is somewhat integrated with the micro:bit but is not essential.
**2 =** Tangible component does not add to the functionality of the program.
**1 =** No tangible component.
### micro:bit program
**4 =** The program:<br/>
`*` Uses at least one array in a fully integrated and meaningful way<br/>
`*` Uses at least one array in a fully integrated and meaningful way<br/>
`*` Compiles and runs as intended<br/>
`*` Meaningful comments in code<br/>
**3 =** Uses an array in a tangential way that is peripheral to function of project and/or program lacks 1 of the required elements.<br/>
@ -113,11 +120,7 @@ Have students write a reflection of about 150300 words, addressing the follow
### Collaboration reflection
**4 =** Reflection piece includes:<br/>
`*` Brainstorming ideas<br
`*` Construction<br/>
`*` Programming<br/>
`*` Beta testing<br/>
**4 =** Reflection piece addresses all prompts.<br/>
**3 =** Reflection piece lacks 1 of the required elements.<br/>
**2 =** Reflection piece lacks 2 of the required elements.<br/>
**1 =** Reflection piece lacks 3 of the required elements.