I am creating a survey where participants have to rate questions/statements according to some criteria. We'd like to give them the option of not answering a question if it is beyond their expertise/knowledge. Using validations we have already implemented that an answer will be accepted if either all columns are answered for a statement OR the box 'outside of expertise' is checked. The problem is, they are now able to answer 'this is outside of my expertise' AND answer the other columns anyway. Not that they'd do this on purpose, but we would like to prevent this by disabling the other columns as soon as the box is checked (e.g. hide the other columns or prevent them from clicking the dropdown menus, something like that). This is way beyond my programming knowledge and skills, which is why I am reaching out for help.
Is this possible to do with JavaScript per question or in the CSS of the survey? If yes, how? Please see the screenshot below for reference.
!

Thank you in advance.
Jacky