+x+xHello,I'm having problems with the Bacht element. After running all the files that are added in the batch, it starts over and over again even if I use "Ctrl + Q", it never stops running. How can i solve this problem? Thanks in advance for your answers. You would have to provide the actual code for me to answer this. In all likelihood there is a mistake in it.
I realized that the problem stops when I eliminate "/file = demográficos.iqx" from the batch, so I suposse something is wrong with that specific file. But I can't figure it out.
<batch>
/ file = "Consentimiento.iqx"
/ file = "aprendizaje.iqx"
/ file = "PRE_RECUPERACION.iqx"
/ file = "demograficos.iqx"
/ file = "end.iqx"
</batch>
<surveypage demographics1>
/caption = "ENCUESTA SOCIODEMOGRÁFICA"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=sexo; 2=Edad; 3=estadocivil; 4=Carrera; 5=Semestre; 6=estrato; 7= meditacion]
/ finishlabel = "Continuar"
</surveypage>
<survey demographics>
/ pages = [1 = demographics1]
/ responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0)
/ itemspacing = 2%
/ showpagenumbers = false
/ recorddata = true
/ separatefiles = false
</survey>