Want to help protect pandas? Register as a volunteer →
Check out our recent products:
Make sure to read the privacy policy before submitting the form. Read the policy here:
Look at the 5 dots in the "Game Points" section above.
Create an array with 5 numbers (one for each dot, left to right): - Use 1 if the dot is PURPLE - Use 0 if the dot is BLUE
Format: [dot1, dot2, dot3, dot4, dot5]
Example: If you see blue, purple, blue, blue, purple, write: [0,1,0,0,1]