I have a select_multiple question with a default value set. I want to keep the default value if the "if(selected)" statement answer is "No" and only select one of the default values if the "if(selected)" statement answer is "Yes". Right now, I have the "Yes" value side of the "if(selected)" working, but I cannot keep my default values if the statement answer is "No".