Participant 1

Initial description: In the input each successive rows turns another column of red to green. The output continues this pattern.

Final description: In the input each successive rows turns another column of red to green. The output continues this pattern.


Attempt 1: Correct

Participant 2

Initial description: Create a continuation of the pattern from the test input; in this case continuing the filling in and extension of the green squares over the pink/salmon colored ones.

Final description: Create an output that continues the pattern from the input; in this case continuing to color in and extend the green squares over the pink/salmon colored ones.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 3

Initial description: Combine available green blocks to "fill in" red blocks.

Final description: Meet green count in red blocks.


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

Participant 4

Initial description: The input grid pattern shows the movement of the first color across the grid of black. in this case the color should fill up to the next column in the sequence.

Final description: The input grid pattern shows the movement of the first color across the grid of black. in this case the color should fill up to the next column in the sequence.


Attempt 1: Correct

Participant 5

Initial description: Move the first shape to the right until it is one cell beyond the object that is at the bottom of the grid

Final description: Move the first object to the right until it is beyond the bottom object in the grid


Attempt 1: Incorrect
Attempt 2: Incorrect
Attempt 3: Incorrect

Participant 6

Initial description: Continue the pattern that the four rows in the input make.

Final description: Continue the pattern that the four rows in the input make.


Attempt 1: Correct

Participant 7

Initial description: The first color would move over one row each time. and the pattern stays the same other than the first color moving over one row each time you move down one section of the pattern.

Final description: The first color would move over one row each time. and the pattern stays the same other than the first color moving over one row each time you move down one section of the pattern.


Attempt 1: Correct