Hello all,
I used "or" to add another relevant to multiple question from select one question. However, I am not sure if this is correct solution or I need to used "selected" option.
What is different between or and selected?
select_one parking_location | parking_location | Parking Location | | |
select_multiple corral_maintenance | corral_maintenance | What is the state of the parking corral? | Select all that apply. | ${parking_location}='sidewalk corral' or ${parking_location}='roadbed corral' |
select_multiple corral_vehicles | corral_vehicles | How many other vehicles are in the corral? | Select all that apply. | ${parking_location}='sidewalk corral' or ${parking_location}='roadbed corral' |