By Lajricoto - 11/19/2017
Hello, 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.
|
By Dave - 11/20/2017
+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.
|
By Lajricoto - 11/20/2017
+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>
|
By Dave - 11/20/2017
+x+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>
Could you please provide the entire demograficos.iqx file then? You can attach files to a post by clicking +Insert -> Add File.
Before you do that, though, please confirm for me that a minimal version like
<batch> / file = "PRE_RECUPERACION.iqx" / file = "demograficos.iqx" / file = "end.iqx" </batch>
also elicits the apparent "looping." If so, please provide the other scripts involved as well. Thanks.
|
|