Avatar

Howdy, Stranger!

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

Supported by

MikeN

About

Username
MikeN
Joined
Visits
120
Last Active
Roles
Member

Comments

  • We're running Jatos on our college server. I was using windows 10 with Chrome browser. Just checked it again and the toggle switches & results button seem to be working fine now. Maybe the updates hadn't fully kicked in? :)
  • I created a workaround using a bit of javascript (since I'll be running the experiment online). I created a javascript array with loop variables then randomized the array and filled the mcq options from the array.
  • I came to the forum with a similar issue to @gerhono - I had an older experiment where the settings were greyed out. I edited the script as @sebastiaan suggested above and found that the set sampler backend was set to 'legacy' and all the other back…
  • Thanks @Fab I finally cracked the raw url for the file on Github. Any web search I made on raw Github files suggested using a 'raw' button in the github UI but I couldn't find any button for the audio files I uploaded. If I hovered the mouse over …
  • I have a similar issue playing an audio file as a distraction during an online experiment. I could use the 'sampler' item and let the audio play in the background but I would like to be able to stop the audio distraction in between the practice &am…
  • Thanks @Fab! like so many problems the answer seems obvious once I read it. I misread the shuffle_horiz command and thought that 'horiz' was a parameter. When Open Sesame didn't throw up an error I assumed I had typed it correctly but I can see now…
  • That makes a lot more sense now - all the 'go' trials were expecting a 'space' response so when I pressed the spacebar to the keypress for 'correct_feedback' the 'correct' var stayed at 1 and the 'incorrect_feedback' wouldn't run. I made the change…
  • I have a similar query to Bernard (I'm running Open Sesame 3.3.10). if there's a setting to activate the color coding of the script it'd be very useful. Again, like Bernard says it's not a big deal but in my case it's a handy guide when demonstrati…
  • Once I knew pyxid2 was installed I used the following script to check if Open Sesame could detect the stimtracker device. The print command wasn't really needed I just included it to make sure the stimtracker was detected. import pyxid2 # get a lis…
  • Hi @Edwin, I originally installed it into both but still got the error message about pyxid2 not being installed. I followed your suggestion and it seemed to complete the pyxid2 install but gave a permission error about an OpenSesame sub directory. I…
  • Thanks @sebastiaan , Since pyxid2 wasn't available via Anaconda.org I installed pyxid2 using PIP but when I run the OpenSesame program which has an inline script import pyxid2 it returns error message exception message: No module named 'pyxid2' I …
  • We have a student who has encountered a similar problem. The 'Toolbar items' are visible along the left hand side of the screen but the 'File Edit View Run Tools & Help' menus are missing from the top of the Open Sesame window. They have tried …