Hello guys,
when you click on an answer, change the question dependent on the answer choices, as shown in the pictures, the fourth image further shows as I do to not display the text of the answer choices, but also want to hide the radio button of the answer choices without text, not to give the possibility of being selected.
IMAGE 1
IMAGE 2
IMAGE 3
IMAGE 4
code: 01; text EM: {if(G2_Q0004.NAOK>="01","Menos de 2 años","")}
code: 02; text EM: {if(G2_Q0004.NAOK>="02","Entre 2 y 4 años","")}
code: 03; text EM: {if(G2_Q0004.NAOK>="03","Entre 4 y 6 años","")}
code: 04; text EM: {if(G2_Q0004.NAOK>="04","Entre 6 y 8 años","")}
code: 05; text EM: {if(G2_Q0004.NAOK>="05","Entre 8 y 10 años","")}
code: 06; text EM: {if(G2_Q0004.NAOK>="06","Mas de 10 años","")}
this is possible?...
Thanks...