Forum Replies Created
-
AuthorPosts
-
April 4, 2022 at 1:19 pm in reply to: Target words preceded by a word randomly chosen among a specified set #8008
jinyoungjo
ParticipantHi Jeremy,
This is working great. Thank you very much!!
jinyoungjo
ParticipantHello again,
Adding UploadRecordings just before SendResults made it work! Now all the files are saved. Thank you so much!
jinyoungjo
ParticipantHi Jeremy,
Thank you very much for your reply!
I thought my experiment was too long, so didn’t post a demo link. I have made a simplified version of it: https://farm.pcibex.net/r/MSSnpS/
Could you please let me know how I could make the synchronous UploadRecordings? I’ve been searching the tutorial and the forum but haven’t found an example… could you please direct me to relevant resources or kindly teach me how to change the codes?
Thank you.
jinyoungjo
ParticipantThat doesn’t work either, and I don’t really see a reason why it should work… Thank you for the suggestion, though!!
jinyoungjo
ParticipantYes, my sequence command looks like this:
Sequence("welcome", "init", "soundtest", "instruction", "instruction2", sepWith("sendAsync",randomize("practice")), "instruction3", sepWith("sendAsync",randomize("experiment1")), "break", sepWith("sendAsync",randomize("experiment2")), "questionnaire1", "questionnaire2", "familiarity", SendResults(), "send")
I tried switching
sepWith("sendAsync",randomize("experiment1"))
andsepWith("sendAsync",randomize("experiment2"))
, and this time, the recording in the final trial of “experiment1” is not saved. -
AuthorPosts