There will be a total of 5 tasks. For each task there will be two parts.
Part 1
You will be presented with data produced by different machines. For each machine, we will show you at least 27 trials generated by it.
A machine has lights of multiple colors, including always one red, one blue, and one green light. In every trial:
You can see if the red light is on or off;
You can see if the blue light is on or off;
You can see if the green light is on or off;
The machine either makes a sound or doesn’t make a sound.
A trial includes information for lights that can be observed (red, blue, and green) and on whether the machine made a sound or not. It does not provide information for lights that cannot be observed.
The lights and the sounds may or may not be related to each other. If they are related, given that you don't observe all the lights, the relation might not be perfect.
Your task in Part 1 is to find the relationships (if there is one) between the lights and the sound and to take summary notes (at most 75 characters) as you will not have access to the data when making predictions.
You have maximum {{ C.MACHINE_TIMEOUT_MINUTES }} minutes to observe data and take notes before making predictions.
Part 2
In Part 2 you will face the same trials. For each trial you will see whether the red, blue, or green light is on or off.
Your task is to make a prediction about the sound
Payment
For payment, we will randomly select one of your predictions for each machine. If your prediction is correct, we will add {{ C.CURRENCY }}{{ C.PAYMENT_PER_CORRECT_DISPLAY }} to your payoffs.