Hi there
I tried to make a survey with sliders. Unfortunately, it doesn't record any data. Meaning: slider.response is empty. When I upload my script on Inquisit Web it works perfectly...
Is this a bug in the local version of the software?
Here is my code:
<slider slidertest>
/caption = "Please choose"
/ labels = ("1" "2" "3" "4" "5")
/ range = (1, 5)
/ required = true
</slider>
<surveypage slidertest>
/ questions = [1=slider.slidertest ]
</surveypage>
<block slidertest>
/trials = [1=slidertest]
</block>
<expt >
/ blocks = [1 = slidertest]
</expt>
Screenshot of the data i get:
Thank you for your help!