Millisecond Forums

Pictures disappear when hitting 'next' button

https://forums.millisecond.com/Topic22813.aspx

By Greeny - 11/5/2017

Hi everyone,

I have a contingency questionnaire attached - if you click the 'next' button before writing in answers all the pictures disappear (but I have response set to true so they still need to respond before they can move to the next page). Is there a way to stop the pictures disappearing?

Thanks,
Luke
By Dave - 11/6/2017

Greeny - Monday, November 6, 2017
Hi everyone,

I have a contingency questionnaire attached - if you click the 'next' button before writing in answers all the pictures disappear (but I have response set to true so they still need to respond before they can move to the next page). Is there a way to stop the pictures disappearing?

Thanks,
Luke

This is the normal behavior if you use <picture> elements via a <surveypage>'s /stimulusframes. To prevent this, the solution would be to use <image> elements displayed via the page's /questions attribute instead.
By Greeny - 11/6/2017

Okay, cool - thanks Dave