Participant 1
Initial description: The straight lines output was a 1 to 3 diagonal
Final description: I could not figure out the rule
Participant 2
Initial description: Keep the top and bottom lines the same. the line just below it one over. Repeat a wavey pattern for the rest of the shape.
Final description: Keep the upper and lower lines the same. Move the one below it one over the the left, do move the line below that one to the right, then reverse back by one. Continue into a wavy pattern.
Participant 3
Initial description: Create an alternating checkerboard pattern in the test output using the color from the test input, making sure to have one solid row of color for the top and bottom with the same amount of blocks as the input.
Final description: Create an alternating checkerboard pattern in the test output using the color from the test input, making sure to have one solid row of color for the top and bottom with the same amount of blocks as the input.
Participant 4
Initial description: keep the original image but shift alternating rows in the following pattern. no offset - offset 1 to the left - no offset - offset 1 to the right.
Final description: Copy the input but, starting at the last row of the shape, horizontally shift the rows in this pattern: no offset, offset -1, no offset, offset +1, no offset repeat pattern from the bottom up of the shape.
Participant 5
Initial description: I transformed the original pattern into a distorted pattern
Final description: I transformed the original pattern into a distorted pattern similar to the output patterns.
Participant 6
Initial description: turn all vertical lines zig zag
Final description: shifting the vertical lines into diagnals
Participant 7
Initial description: to make a zig zag pattern out of the original input
Final description: I do not know
Participant 8
Initial description: Create a checkerboard pattern by alternating between the two colors in each row.
Final description: Create a checkerboard pattern by alternating between the two colors in each row.
Participant 9
Initial description: To keep two spaces between diagonal lines
Final description: I was unsure of what the rule was, I thought it was to stagger the lines in the middle somehow.