Participant 1

Initial description: I believe the rules where, red squares are filled in vertically while blue and green squares are filled in horizontally. Blue and green squares override red squares when they encounter them.

Final description: I believe the rules where, red squares are filled in vertically while blue and green squares are filled in horizontally. Blue and green squares override red squares when they encounter them.


Attempt 1: Correct

Participant 2

Initial description: First, select columns with red square and extend the color throughout the column. Next, select Rows with blue or green squares and fill the row with blue or green, according to the original color.

Final description: First, select columns with red square and extend the color throughout the column. Next, select Rows with blue or green squares and fill the row with blue or green, according to the original color.


Attempt 1: Correct

Participant 3

Initial description: 1. red = vertical 2. green =horizontal 3. blue = horizontal 4. green and blue overlay red

Final description: 1. red = vertical line 2. green = horizontal line 3. blue = horizontal line 4. green and blue overlay red


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

Participant 4

Initial description: change the grid size to 11 by 12. Copy the input pattern. For any red block, extend them all the way vertically up and down. For any green or blue block, extend them horizontally all the way right and left.

Final description: change the grid size to 11 by 12. Copy the input pattern. For any red block, extend them all the way vertically up and down. For any green or blue block, extend them horizontally all the way right and left.


Attempt 1: Correct

Participant 5

Initial description: red squares extend vertical, blue and green squares extend horizontal, blue and green always cover red

Final description: red squares extend vertical, blue and green squares extend horizontal, blue and green always cover red


Attempt 1: Correct