There is a question in my survey which is select_one studytype or_other and choices are:
midblock_study_volumeonly, midblock_study_speed_volume, turning_movement_study_intersection_volume, crosswalk_study, and pathway_study.
The next question in the survey is select_multiple vehiclemode or_other and choices are:
all_vehicle_classes, pedestrian, bikes_on_roads, and dedicated_bike_lanes.
how can I reach the goal that if clients select midblock_study_volumeonly , the next questions choices should show only all_vehicle_classes, bikes_on_roads, and other. if clients select midblock_study_speed_volume, , for the next question it just shows all_vehicle_classes. For the other selected options of studytype all the options of the second question should show.