Participant 1

Initial description: cut it in half where it begins to repeat.

Final description: cut it in half where it begins to repeat.


Attempt 1: Correct

Participant 2

Initial description: I thought it was rule 3 as the test input appears to be a long column like example input 3. This time I just copied what the example output 3 is because I can't discern what the color pattern would be based on the test input.

Final description: Example 3 is the closest I can match as the test input is a long column just like example input 3.


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

Participant 3

Initial description: Each input is transformed by a machine that applies a hidden rule to produce a corresponding output.

Final description: Each input is transformed by a machine that applies a hidden rule to produce a corresponding output.


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

Participant 4

Initial description: The first half of the screen is retained.

Final description: The first half of the screen is retained.


Attempt 1: Correct

Participant 5

Initial description: I remove the basic blocks that are used to build the shape and isolate it in the output

Final description: I isolate the blocks that make up the larger shape and output it.


Attempt 1: Incorrect
Attempt 2: Correct

Participant 6

Initial description: I assumed it was to only copy one instance of the 2 patterns from the test input.

Final description: I assumed it was to only copy one instance of the 2 patterns from the test input.


Attempt 1: Correct

Participant 7

Initial description: The inputs all have two blocks of repeating patterns, either horizontally or vertically. The output is simply the repeating pattern by itself. Eg if the input was a 2x2 grid of red green on row 1 and red green on row 2, the output would simply be a 2x1 of red green.

Final description: The inputs all have two blocks of repeating patterns, either horizontally or vertically. The output is simply the repeating pattern by itself. Eg if the input was a 2x2 grid of red green on row 1 and red green on row 2, the output would simply be a 2x1 of red green.


Attempt 1: Correct