How to set multiple choices?

There is a question that need to choose more than one answer, how should I write this coding?

Looking forward for your reply.

Thanks!

If you are using keyboard responses then you could either split the routine into two (one for each response) or stop the keyboard response ending the routine and add code in Each Frame to end it once there have been the desired number of responses.