-
[solved] How to get around frame sync issues
by MichelQ ·#presentation of stimuli in nr of framesnrframes = 300nrsteps = -nrframes /10#speed at which rotation takes placerate = 2#autodraw fixation dotfixdot.setAutoDraw(True)#Show fixation + cue arrow for me -
[solved] Correcting Response IAT with OpenSesame
by sebastiaan ·* http://osdoc.cogsci.nl/tutorials/aps-tutorial/#step3additemstoyourtrialsequence -
[solved] Set the duration of a sketchpad according to the length of the current sequence
by sebastiaan ·* http://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior -
[solved] Navigating Back and Forward in an Exeperiment + some more Questions
by sebastiaan ·* http://osdoc.cogsci.nl/usage/prepare-run/#sketchpadandfeedbackitems -
[open] Opensesame no longer starts (Ubuntu)
by sebastiaan ·* http://docs.python.org/2/library/stdtypes.html#str.decode -
[solved] Change backgrounds colors and fonts in widgets
by sebastiaan ·(Quote) -
[solved] Record continous timestamps
by refuzee ·#original scripts from hunterh, see#http://forum.cogsci.nl/index.php?p=/discussion/351/open-mousetracking-and-visual-world-paradigm/p1xList, yList, tList, stList = [], [], [], []global xList, yList, t -
[solved] Selective sampling... with a ratio!?!? Help please!
by lvanderlinden ·http://docs.python.org/2/library/stdtypes.html#str.splitword1, word2 = stim_pair.split(",")# Finally, to make the variables word1 and word2 available in the GUI# (e.g. a sketchpad i -
[solved] Using "show if" in sketchpads
by sebastiaan ·* http://docs.python.org/2/library/stdtypes.html#string-formatting -
[solved] Python inline code not saved to file
by sebastiaan ·(Quote) -
[open] Using decimal point in loops, Qt interferes
by sebastiaan ·* http://osdoc.cogsci.nl/usage/variables-and-conditional-qifq-statements/#smart-typing -
[open] Psychopy Questhandler and OpenSesame
by Michif ·or initial guess thresholdhigh_startValSd = 0.5 #SD of starting guess threshold (be generous, more than one SD deviation causes problems)low_startVal = 0.20low_startValSd = 0.5pThreshold = 0.82 #desi -
[open] Mousetracking and Visual World Paradigm
by hunterh ·not after.my_sampler.volume(1.0)my_sampler.play()#set a tracking looptracking = Truewhile tracking: position, timestamp = my_mouse.get_pos() x, y = position t = timestamp - start #uncomme -
[open] Mousetracking and Visual World Paradigm
by hunterh ·self.sleep(20)my_canvas.clear()print 'answered'#self.experiment.set("response", resp)#if resp == self.get('correct'): #self.experiment.set("accuracy", 1)# -
[solved] Resolution problem
by sebastiaan ·Hi Boris, -
[solved] Pseudorandom with Lexical Decision
by boris ·global stimuli, header, CountTrialimport randomCountTrial = 0# open textfile#file_path = exp.get_file('stimuli.txt')#stimfile = open(file_path)stimfile = open('W:\stimuli.txt')# load contentstimuli = -
[solved] String input problem
by sebastiaan ·* http://osdoc.cogsci.nl/usage/variables-and-conditional-qifq-statements/#smart-typing -
[solved] keypress or time limit?
by sebastiaan ·* http://osdoc.cogsci.nl/usage/variables-and-conditional-qifq-statements/#smart-typing -
[solved] Pseudorandom with Lexical Decision
by Edwin ·EDIT #13415313: got it, there is a 'smaller than' sign that looks like the start of some html-bit. Just replace #SMALLER THAN SIGN# by < -
[solved] Pseudorandom with Lexical Decision
by Edwin ·if exp.get("reps") #SMALLER THAN SIGN#= exp.get("maxreps"):