Participant 1

Initial description: For each green square in the input, move it left to the last black square in the continuous black range.

Final description: Create a pattern where the green cells move left to cover black cells at the leftmost end of the black range in each row.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 2

Initial description: The green boxes had to go as far left as possible before hitting blue

Final description: The green boxes had to go as far left as possible before hitting blue


Attempt 1: Correct

Participant 3

Initial description: I think the rule was create a match

Final description: I thought it was to make stair steps with the green


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

Participant 4

Initial description: Keep the blue the same and move the green squares to the left side as close to the blue

Final description: Keep the blue squares the same as the original and keep the green squares on the same line but move them as close to the blue squares as you can towards the left.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 5

Initial description: The green moves to the left until it hits the edge or a blue square.

Final description: The green moves to the left until it hits the edge or a blue square.


Attempt 1: Correct

Participant 6

Initial description: The rule is move the green squares to the left until they are blocked by the blue ones.

Final description: The rule is move the green squares to the left until they are blocked by the blue ones.


Attempt 1: Correct

Participant 7

Initial description: IT IS INTERESTING

Final description: COPY FROM INPUT


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

Participant 8

Initial description: This pattern doenst make sense to me, im just trying to test theories.

Final description: Not sure what the pattern of the green was suppose to be. I tried lines, and spacing them out.


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

Participant 9

Initial description: The green boxes were distributed two at a time to the left.

Final description: That the boxes would be moved as far to the left as they could without passing a blue boundry. I see what happened though, in my first submission the blue square in the 2nd column, 5th row down copied as black instead of blue. I went to fix but forgot to put the bottom row of green blocks at positions 7,7 and 7,8.


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

Participant 10

Initial description: Green blocks in each row are moved left until they reach a blue block or the left side.

Final description: Green blocks in each row are moved left until they reach a blue block or the left side.


Attempt 1: Correct