Hello
@xwan8838 ,
Step1: Just copy the edit multiple from previous question and paste in the edit multiple of next question. ( While copying and pasting be careful of space and next line because in edit multiple new line means new option)
Step2: Paste the following code in the js(onready) option of the question:
var reset = document.getElementsByTagName("img");
for (var i=reset.length; i--;) {
reset[i].src = "../pics/abc.png"; //image adddress
}
Hello
@xwan8838 ,
Or this is much easy to understand and implement
Step1: Just copy the edit multiple from previous question and paste in the edit multiple of next question. ( While copying and pasting be careful of space and next line because in edit multiple new line means new option)
Step2: Paste the following code in the js(onready) option of the question:
` jQuery("img").attr('src','../pics/abc.png'); //replace image address with your own`
>
@Shashi said:
> Hello
@xwan8838 ,
> Or this is much easy to understand and implement
>
> Step1: Just copy the edit multiple from previous question and paste in the edit multiple of next question. ( While copying and pasting be careful of space and next line because in edit multiple new line means new option)
>
> Step2: Paste the following code in the js(onready) option of the question:
> ` jQuery("img").attr('src','../pics/abc.png'); //replace image address with your own`
>
>
Hi Shashi,
Thanks for your previous suggestion. However, I cannot use the js option to change my graphics because when I preview, I can clearly see the process that qualtrics upload some graphics first and then replace them with the ones according to my js option. I don't want my participants to see this so I cannot really use this option. What I want to try is to replace the image address in the edit multiple for each question. However, when I tried that and click done, the system shows the following message. The 1st image shows what I have when I paste and change image address in the edit multiple. The 2nd image shows the error message after I click done.
!

!
Do you have any idea about how I can fix this?
Thank you very much!
>
@xwan8838 said:
> >
@Shashi said:
> > Hello
@xwan8838 ,
> > Or this is much easy to understand and implement
> >
> > Step1: Just copy the edit multiple from previous question and paste in the edit multiple of next question. ( While copying and pasting be careful of space and next line because in edit multiple new line means new option)
> >
> > Step2: Paste the following code in the js(onready) option of the question:
> > ` jQuery("img").attr('src','../pics/abc.png'); //replace image address with your own`
> >
> >
>
> Hi Shashi,
>
> Thanks for your previous suggestion. However, I cannot use the js option to change my graphics because when I preview, I can clearly see the process that qualtrics upload some graphics first and then replace them with the ones according to my js option. I don't want my participants to see this so I cannot really use this option. What I want to try is to replace the image address in the edit multiple for each question. However, when I tried that and click done, the system shows the following message. The 1st image shows what I have when I paste and change image address in the edit multiple. The 2nd image shows the error message after I click done.
>
> !

> !

>
> Do you have any idea about how I can fix this?
>
> Thank you very much!
>
>
>
1. Upload your images to graphics library.
2. Use some text editor like notepad++, do search and replace for all the src of image with the graphics url of the library
>
@Shashi said:
> >
@xwan8838 said:
> > >
@Shashi said:
> > > Hello
@xwan8838 ,
> > > Or this is much easy to understand and implement
> > >
> > > Step1: Just copy the edit multiple from previous question and paste in the edit multiple of next question. ( While copying and pasting be careful of space and next line because in edit multiple new line means new option)
> > >
> > > Step2: Paste the following code in the js(onready) option of the question:
> > > ` jQuery("img").attr('src','../pics/abc.png'); //replace image address with your own`
> > >
> > >
> >
> > Hi Shashi,
> >
> > Thanks for your previous suggestion. However, I cannot use the js option to change my graphics because when I preview, I can clearly see the process that qualtrics upload some graphics first and then replace them with the ones according to my js option. I don't want my participants to see this so I cannot really use this option. What I want to try is to replace the image address in the edit multiple for each question. However, when I tried that and click done, the system shows the following message. The 1st image shows what I have when I paste and change image address in the edit multiple. The 2nd image shows the error message after I click done.
> >
> > !

> > !

> >
> > Do you have any idea about how I can fix this?
> >
> > Thank you very much!
> >
> >
> >
>
> 1. Upload your images to graphics library.
> 2. Use some text editor like notepad++, do search and replace for all the src of image with the graphics url of the library
Yes, that's what I do here. I upload my image to graphics library and use the url found there to replace all the src. However, the system still shows this warning message.