0 votes
in SoSci Survey (English) by s008220 (120 points)
edited by SoSci Survey

Hi there,

I have a question which consists of picture items which have to be rated on a 4-level-scale. The pictures (itemtext) should be visible for 30 seconds and then be hidden (but the scale has to stay until the rating has occured).

I found that I can show a single item with the php-function question() but did't find out how to hide the itemtext after 30 sec. Something with javascript I suppose? Is it possible to only hide the itemtext but leave the scale itself?

Thanks a lot

1 Answer

–1 vote
by SoSci Survey (305k points)

I found that I can show a single item with the php-function question()

That is not exactyl what you need. There is PHP code that runs on the server (between the pages) and JavaScript code that runs in the browser. The latter is what you need for timing etc.

Please read this manual: Timer: Go Onto Next Page Automatically and Timer: Show the 'Next' Button After a Certain Period of Time

And then read that manual: Immediately Show Questions when a Certain Option is Selected

By combining timers (from the frist two manuals) and visibility (from the second manual) you can easily build what you need.

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...