rrr
About
- Username
- rrr
- Joined
- Visits
- 168
- Last Active
- Roles
- Member
Comments
-
Hi @cvanbuck Thank you for the example. It works as I intend to, but the rating task by form item is very slow (when I try to chose one from three options, the check mark appears after a while). The example you show me is what I already tried to (…
-
Hi, @cvanbuck Thank you for the information. The sequence I want to make works when the sampler duration is fixed such as 3,000ms instead of "sound". I know this can be applied for the task, but I'm just wondering how we can move from mus…
-
Hi, I found the same problem at Forum of PsychoPy (https://discourse.psychopy.org/t/japanese-typed-response/31234), meaning that PsychoPy has the same issue. Also, other back-ends such as Expyriment and PyGame have almost same problem, so currently …
-
Hi @cvanbuck , Thank you for the information! This discussion is very helpful for every researchers to make experiments with BGM. There are 3 options for repeating BGM; Adding pygame codes in inline_script after the sampler item as described above…
-
Hi, @cvanbuck Yes, already tried. The BGM is played, but it is not played repeatedly from the first of BGM. I know that repeating music is possible by adding codes in inline_script after the sampler as below. import pygame pygame.mixer.init() pyga…
-
Hi, Related to this discussion, how to play background music (or sound) repeatedly until the end of experiment? Sometime we want to play BGM or sound stimuli repeatedly and automatically from first when the BGM ends. Thanks
-
Hi @Fab , Thank you for the advice. Does it mean that we just add the code in python inline script? An error happens like "NameError: name 'parseInt' is not defined". Also I'm just wondering whether there are easier way to log rating data …
-
Hi, When I tried to do it with the latest OpenSesame, I got an error as below. "TypeError: can only concatenate str (not "int") to str" I know what it means, but what is the best way to solve it with OpenSesame script (in a form_…
-
Hi, I have the same problem! When we use "form_text_input" for Japanese language text, it doesn't work properly. In Windows OS, the same problem as HiroTaiyoHamada. In macOS, typing in Japanese by typical keyborad doesn't work at all (al…
-
I have attached my program file (.osexp). thanks!
-
Hi, I've faced with a problem of data acquisition. The data file (.edf) becomes sometimes corrupt. If it can be opened with Data Viewer, there is almost no data. (Image) The experiments are controlled by opensesame3.0.7, expyriment0.8.0, and pyga…
-
Hi, Do you want to improve the timing accuracy of auditory stimulus? You need to check your experimental settings carefully in terms of both software (program) and hardware (devices you use) because it's difficult to control it perfectly. I don't m…
-
Hi, What's the problem do you have? Are you facing with the installation problem? If so, please try it again, following the steps below. http://osdoc.cogsci.nl/3.1/manual/eyetracking/pygaze/
-
Hi, Did you check these? http://osdoc.cogsci.nl/3.1/manual/devices/serial/ http://osdoc.cogsci.nl/3.1/manual/devices/parallel/ http://osdoc.cogsci.nl/3.1/manual/devices/stimsync/
-
HI, I modified the OSerror by having the permission to OpenSesame, but another error has happened as below. ****Sorry, the OSerror has happened again. File "/Applications/OpenSesame.app/Contents/Resources/lib/python2.7/site-packages/libopense…
-
Hi, I found that we need to select "Prebuild to image" and have a runtime folder to see the images in Data viewer if we run experiments by Experiment builder by SRresearch. However, it seems there is no option in OpenSesame and Pygaze to …
-
Yes, it is my PC that has an user with password, but MacOS (Yosemite) was pre installed as you know. When I entered "id" in terminal, I can see the same list as that of link you gave me. I'm not familiar with this, but what should I check…
-
Could you explain how I can get a sufficient permission? I'm not really sure what to do from the link you gave me. Thanks!
-
It still has shown the same error even though I created the data folder where the experiment file is and also had permissions by sudo open /Applications/OpenSesame.app (https://support.apple.com/en-us/HT204012). In the case of permission, I cannot …
-
Hi anapinho, Have you checked the audio settings (buffer size, audio devices you are using, and so on)?
-
Hi hike, It shows the same error even though I created the 'data' folder in Contents\Resources. In Opensesame ver 3.1, there is no data folder in Contents\Resources while there is in ver 3.0. That's why I created the data folder in the location. …
-
Hi, I found the cause of same stimuli. It was caused by canvas.present(). It runs as below by changing canvas.present() to trial.stimuli[0].present(). block = design.Block(name="block_all") for (l, r) in zip(listLEFT, lis…
-
Hi, Do you want to switch the Question1 to Question2 by pressing the assigned key (end key)? If so, you can add the keyboard response item to the end of Question1, assigning just one key you want to use for the switch. Otherwise, you can assign the…
-
Hi, Have you tried to make the design without using full factorial design? See also http://osdoc.cogsci.nl/3.1/manual/structure/loop/.
-
Hi Lakshmi, Do you want to just present the text stimuli (and audio stimuli in part 1) to participants in the same order without recording any response?
-
Hi, If you have already installed OpenSesame into the lab PC, you can just copy the experiment file .osexp with any other files you need (e.g., files of audio stimuli) from your home PC to lab.
-
Hello, If I understand your experiment correctly, you try to present some audio stimuli to participants at first and then get response (agree/disagree), finally have participants repeat the statement to record it. I think it is not difficult. Just…
-
Hello, Does this help? http://forum.cogsci.nl/index.php?p=/discussion/comment/8474/#Comment_8474
-
Hello, Have you already read the explanation as below links? ・Sound recording http://osdoc.cogsci.nl/3.1/manual/response/soundrecording/ ・File pool http://osdoc.cogsci.nl/3.1/manual/python/pool/ ・Advanced tutorials http://osdoc.cogsci.nl/3.1…
-
Hello, I made a script without using balanced_latin_square function as below. In the script, the positions are just randomized but not counterbalanced. ########### EXPERIMENTAL DESIGN #####################import 2 lists of image file##randomizing …