Choice filter base on two questions

@Grzesiek2010 @Xiphware

1. What is the problem? Be very detailed.
i have two 3 question
Q1 contains 5 options (Single Answer)
Option-1
Option-2
Option-3
Option-4
Option-5
Q2 contains 5 options (Single Answer)
Option-1
Option-2
Option-3
Option-4
Option-5
Q3 contains 2 options (Single Answer)
Option-1
Option-2

if respondent select (Option-1 to Option-3 in Q1) and (Option-1 to Option-2 in Q2) then only (Option-1 must be shown in Q3)
if respondent select (Option-4 to Option-5 in Q1) and (Option-3 to Option-5 in Q2) then only (Option-2 must be shown in Q3)

could you please suggest how could i achieve this? its urgent...

BR,NS

Using choice_filter would be a solution here I guess:
p2.xlsx (8.0 KB)
does it solve your problem?

Thanks @Grzesiek2010 for your response...
one more question, how can we achieve this on multiple type question..

BR,NS

Generally it should work out of the box once you change select_one to select_multiple unless you need to add some more conditions.