you are a life-saver :) I have a query and it would be great if you can give me some pointers. I am planning to run a self-paced reading task but slightly different than this one. I plan to present the full sentence on the screen (from left to right). At the beginning, dashes will appear on the screen and remain on the screen indicating each word position. With each spacebar press, a new word will appear (top of the dash) and the previous word in the sentence will disappear. This is to make the sentence reading task more natural. I am very much new to programming study online and do not have much knowledge of javascript, any help would be great. Thank you.
Hey! I can't make my code read the column of my excel file. I put the file in the loop and, in the code I specify word = SENTENCES.split(" ") / sentPos=0 / stimulus = word[sentPos]. And, in the text, I put $stimulus. I have the following error: text.setText(stimulus) UnboundLocalError: local variable 'stimulus' referenced before assignment. Could you help me?
Hi there, thank you for the video. I'm writing an MA thesis in Psycholinguistics and I need to work with PsychoPy to employ a self-paced reading task. However, the data consists of 64 sentences in total. Do I need to add them all on an Excel sheet or do you have any other recommendations? Also, after each sentence, I need to add a comprehension question with two options. Participants are expected to opt for one option after reading the sentence. How can I do that on PsychoPy? If you could help me with that it would mean a lot, thanks :)
Hi Yasemina! Do you find out how to add yes/no comprehension questions to your exp? I tried to do so but it got mixed with my trails. I also tried to put it in individual routines and that also didn't work. I am doing my Phd, so please if you have a way for that share it with me
you are a life-saver :) I have a query and it would be great if you can give me some pointers. I am planning to run a self-paced reading task but slightly different than this one. I plan to present the full sentence on the screen (from left to right). At the beginning, dashes will appear on the screen and remain on the screen indicating each word position. With each spacebar press, a new word will appear (top of the dash) and the previous word in the sentence will disappear. This is to make the sentence reading task more natural. I am very much new to programming study online and do not have much knowledge of javascript, any help would be great. Thank you.
Hey! I can't make my code read the column of my excel file. I put the file in the loop and, in the code I specify word = SENTENCES.split(" ") / sentPos=0 / stimulus = word[sentPos]. And, in the text, I put $stimulus. I have the following error: text.setText(stimulus) UnboundLocalError: local variable 'stimulus' referenced before assignment.
Could you help me?
Hi there, thank you for the video. I'm writing an MA thesis in Psycholinguistics and I need to work with PsychoPy to employ a self-paced reading task. However, the data consists of 64 sentences in total. Do I need to add them all on an Excel sheet or do you have any other recommendations? Also, after each sentence, I need to add a comprehension question with two options. Participants are expected to opt for one option after reading the sentence. How can I do that on PsychoPy? If you could help me with that it would mean a lot, thanks :)
Hi Yasemina! Do you find out how to add yes/no comprehension questions to your exp? I tried to do so but it got mixed with my trails. I also tried to put it in individual routines and that also didn't work. I am doing my Phd, so please if you have a way for that share it with me