Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

pbe

About

Username
pbe
Joined
Visits
44
Last Active
Roles
Member

Comments

  • Hi Eduard, Thank you very much. I will apply as many as of your suggestions as possible. Regarding your first point, I'll need to consider some trade-offs. For instance, I would need to ensure that the additional time saved is not lost while openin…
  • Hi Fabrice, Thank you very much! By following your advice and a couple more steps, I have reduced the delay to 1,030 ms on average, with values ranging between 940 and 1,076 ms. This was mainly achieved by constraining the conditionally-controlled i…
  • Continued. The current is compatible with OpenSesame 3.3.14, and likely incompatible with the latest version of OpenSesame. The delay is influenced by the condition of the computer, with two seconds being observed in a good computer. In a slower co…
  • An example is available at https://pablobernabeu.github.io/2023/assigning-participant-specific-parameters-automatically-in-opensesame
  • An example is available at https://pablobernabeu.github.io/2023/assigning-participant-specific-parameters-automatically-in-opensesame
  • An example is available at https://pablobernabeu.github.io/2023/assigning-participant-specific-parameters-automatically-in-opensesame
  • Hi @sebastiaan, Thank you very much for the clarifications. I've unchecked the Start inprocess kernel box. The two errors I mentioned—i.e., RuntimeError and AttributeError—are not appearing anymore. Although I don't know the reason for this great c…
    in Runtime Error Comment by pbe April 2023
  • @sebastiaan, Also in this regard, I think it could be useful for beginners like myself to see a note in the beginner tutorial or/and in the GUI regarding two settings in Tools --> Preferences; namely, 'Run experiments in a separate process (multi…
    in Runtime Error Comment by pbe April 2023
  • Issue solved after enabling the inprocess kernel (as suggested at https://forum.cogsci.nl/discussion/comment/20053/#Comment_20053).
    in Runtime Error Comment by pbe April 2023
  • Hi @sebastiaan, I would like to ask you for help. My experiment is freezing when the RuntimeError above happens. The error happens when the following inline script is present, and does not happen otherwise. Prepare tab # The present code is parti…
    in Runtime Error Comment by pbe April 2023
  • I solved this by first distributing all the words in each sentence across different columns in the stimulus file, yielding 'word1', 'word2', etc. Next, in OpenSesame, I created a sketchpad for each word. Last, to prevent showing any words that were …