Hi. I'm new in the forum. I hope you can bear with me I am working with a survey where I show images in a question of "several short texts" So the person who answers the interview gives a brief description of the images he sees. the problem is that the same images are shown several times in several questions, but in each question a random image will be hidden. so I would like that image that is hidden to respect the position, that is, if image 2 is hidden, that place is respected and it remains blank. Obviously if I put an empty sub-question, it will show me the description box. What I would like to know if there is any way to hide this text box so that it only appends a blank image and the position is respected. I hope I was very clear in my comments. A big hug to all. Elliot
I don't do anything, I only remove the image according to the question, but I want this space to be respected so that the interviewee becomes familiar with the position of the images.
Maybe, as Holch suggests, insert a blank image with a specific class. Then you could use JavaScript to detect those images and hide the corresponding text input.
What LimeSurvey version are you using?
Can you attach a small sample survey (.lss file) containing only one question?
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
I am new to the forum and I am very beginner in this wonderful world of limesurvey
Excuse me for taking up this topic one more time.
Navigating the forum I came across this topic which is practically what I am looking for, but apparently there was no total closure of this dilemma.
As your friends mention above.
I would like to hide that select box using a blank image, I used the java code that shows @tpartner in the source code of my question but this does not hide the blank image, I want to assume that this script only works for questions of type multiple text .
Could anyone work around this point to hide blank image from multiple choice question?
I want to mention that I am also using version 2.73, (although I see that I am too outdated)