The questions in decision tree assets are not programmatically connected to their set of radio button options. This means screen readers may only hear, "Yes" or "No" without knowing which question these are for.
Would be great if the default html structure could be updated to ensure each question is programmatically connected to the set of options by wrapping the question and radio buttons inside a <fieldset> and changing the question <label> to a <legend>.