-
different examples per condition
by sebastiaan ·* http://osdoc.cogsci.nl/3.2//escop2017/#step-4-define-the-experimental-variables-in-the-block_loop -
Beginner tutorial trouble
by eduard ·Hi, -
Problem with Tobii EyeX controller
by Eru_Iluvatar ·http://osdoc.cogsci.nl/3.2/manual/eyetracking/pygaze/#supported-eye-trackers -
How to show the responses from practice trials to participants?
by eduard ·If you try the same with a feedback item instead of a sketchpad does it work then? (The rationale why it could work is explained here: http://osdoc.cogsci.nl/3.1/manual/prepare-run/#sketchpad-and-feed -
Create Two Identical Lists
by marco.biella ·"WM-252"]#shuffle category listvar.reconCateg = shuffle(var.reconCateg)#copy category list for learning phasevar.reconCategLearningGlobal = list(var.reconCateg)#copy category list f -
double click to get response
by sebastiaan ·* http://osdoc.cogsci.nl/3.2/tutorials/beginner/#step-6-draw-the-sketchpad-items -
Images for Trials
by eduard ·I don't want to sound mean, but if you have done the beginner tutorial twice, you should know that. Step 6 explains exactly your problem. If you want to update your images every trial, you have to ch… -
Forms/Widgets: image as background for form
by psymon ·set timeout infiniteset spacing 5set rows "7;1"set only_render noset margins "0;0;0;0"set description type_occupationset cols 1#set background "image.png&a -
calling up the sound recorder inline
by BaaBob ·my_sampler.play() fixdot_canvas.show() clock.sleep(995) cue_canvas.show() clock.sleep(495) #Recording should start here & have to define .wav format and the output file (path + -
issues with accessing stimuli uploaded from file
by Robin ·import randomimport string ##defining presentation timevar.word_dur = 345##defining interstimulus ratevar.isi = 95##defining sentence indexsentenceIndex = 0##setting word_canvas_listword_canvas_list = -
Synth linked to mouse movements
by Pad ·from __future__ import divisionfrom openexp.synth import synthmy_mouse = mouse()my_mouse.show_cursor(show=True)my_canvas = canvas()start = clock.time()while clock.time()-start <=10000: b -
form_text_input mouse-cursor
by eduard ·So on your computer you have to find following file: libopensesame/widgits/_form.py. In this file you need to comment the lines 173 #self.mouse.show_cursor() and 198 #self.mouse.hide_cursor() -
Reaction times only for correct answers
by enuma_elis ·Hi Roelof, -
Introduce an "Everything but X" in block loop
by sebastiaan ·* http://osdoc.cogsci.nl/3.1/manual/structure/loop/#shuffle_horiz -
Changing the duration of a sketchpad depending on the response time
by eduard ·Hi Paolo, -
How to use a specific key (in keyboard) for duration on sketchpad
by Roelof ·http://osdoc.cogsci.nl/3.1/tutorials/beginner/#step-7-configure-the-keyboard-response-item -
Adding new Backend
by sebastiaan ·Hi Josh, -
reading .xpd file
by Sarah ·7 ...... #--SUBJECT INFO #s id: 2 subject_id, 2,276,281 2,None,None 2,276,377 2,None,None 2,276,387 2,None,None 2,275,359 2,275,852 2,275,317 -
Tutorial doesn't play loop
by eduard ·Hi, -
[solved] Breaking a loop by key press? How do I do that?
by eduard ·> 5000: exp.set('response', key) #set response in logger break image2_canvas.show() key, end_time = my_keyboard.get_key(timeout= 500) if key == 'space' or t1-t0 >