Tienes que usar el campo de "opción exclusiva" que está dentro de las opciones "LOGICA" de configuración de la pregunta. Ahí sólo tienes que indicar el código de la subpreguna que de opción exclusiva y hará lo que indicas.
Con una "ecuación de validación de la pregunta" ((count(self.sq_Y001)==0) OR (count(self.sq_Y001_X)>0 and count(self.sq_Y001_E)==0) OR (count(self.sq_Y001_X)==0 and count(self.sq_Y001_E)==1)) AND ((count(self.sq_Y002)==0) OR (count(self.sq_Y002_X)>0 and count(self.sq_Y002_E)==0) OR (count(self.sq_Y002_X)==0 and count(self.sq_Y002_E)==1)) AND ((count(self.sq_Y003)==0) OR (count(self.sq_Y003_X)>0 and count(self.sq_Y003_E)==0) OR (count(self.sq_Y003_X)==0 and count(self.sq_Y003_E)==1)) AND ((count(self.sq_Y004)==0) OR (count(self.sq_Y004_X)>0 and count(self.sq_Y004_E)==0) OR (count(self.sq_Y004_X)==0 and count(self.sq_Y004_E)==1)) AND ((count(self.sq_Y005)==0) OR (count(self.sq_Y005_X)>0 and count(self.sq_Y005_E)==0) OR (count(self.sq_Y005_X)==0 and count(self.sq_Y005_E)==1)) AND ((count(self.sq_Y006)==0) OR (count(self.sq_Y006_X)>0 and count(self.sq_Y006_E)==0) OR (count(self.sq_Y006_X)==0 and count(self.sq_Y006_E)==1))
y codigos mejores:
eje y: Y001, Y002
eje x: X001, X002
y las opciones exclusivas: E097, E098