Hello everyone
I managed to integrate a survey with my experiment, but there are several problems:
First, as the video shows, once the participants fill out the survey, it seems that they cannot proceed with the reading task… as you can see in the flow, participants are supposed to take the self-paced reading task once they fill out the survey, but the message:
Thank you for completing the survey
pops up and they cannot proceed with the main task…
-
I pasted something in the question box, but as the video shows, the excel file generated by Pavlovia does not show that response. I am wondering if responses to surveys appear somewhere else.
-
I plan to buy 80 credits for my self-paced reading experiment. Should I do the same for my one-question survey?
Thanks
@wakecarter
I would greatly appereciate it if you could help me whenever it is convinient for you
I think that the “Thank you for completing the survey” issue occurs when the survey contains a redirection URL. This is why you aren’t getting the data saved. You won’t need additional credits for the survey.
I’ve just created a test experiment which uses this technique and it seems to be working fine.
This demo presents a list of ten words and then uses an embedded survey instead of an editable textbox for free recall. The response is first split (using recalledWords = words.split(/\W/); which has to be manually translated) and then scored.
What version of PsychoPy are you using?
1 Like
That’s it
the problems were because of the Psychopy version I was using.
Thank you for your efforts.