agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq,
agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq ,
dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu
http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan
BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama
Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga
BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai
Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah
Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai
Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs
Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games
Comments
Hi Shruti,
Your problem may be in the logic of the code that defines when your sketchpads need to be shown. Even without python scripting, you'll have to define some 'if this-then that' rules somewhere, because you only want some things to be shown in specific situations. If you click on the sequence item that your response sketchpads are placed in, you'll see these sketchpads in a list with so-called
run-if
statements. Did you (try to) define here under which circumstances the sketchpads need to be shown? (e.g.: run-if[correct] = 1
).Cheers,
Josh
Hi Josh,
Thank you for your response. To answer your questions, yes I have defined the run if statements as [correct] = 1 for correct and [correct] = 0 as incorrect. If I run the same with a keyboard response, it runs without any error. However, with the touch response it shows the error as I had mentioned before.
Thanks,
Shruti
Hi Shruti,
Have you also defined what the correct response should be every trial?
You can leave the Correct response statement in the touch_response item empty; rather, you could create a correct_response variable in the loop item where you indicate the correct response (1 or 2) in each condition. It may well be that you've already done this, but we got to know for sure of course
Cheers,
Josh
Hi Josh,
I have a simple task in the IAT where the pictures of some public/private organizations will appear on screen and I want my respondents to click on the left side of the screen for every public image and right for a every private image. For every response, I have a subsequent sketchpad item showing a red/green dot for incorrect/correct response.
The response mapping in the beginning of the experiment is as follows;
if var.subject_parity == 'odd':
var.public_response = 'left'
var.private_response = 'right'
else:
var.private_response = 'left'
var.public_response = 'right'
var.positive_response = 'left'
var.negative_response = 'right'
This is followed by the task loop which has the following variables;
category(public/private)
correct_response([public_response]/[private_response])
image (has public/private images)
The following sequence contains a sketchpad which has the image in the center which should record the left and the right response. Depending on the response, I want the next sketchpad item to appear where i have used the conditions [correct] = 1 for correct and [correct] = 0 as incorrect.
So the sequence has;
What do you think is that I am doing wrong?
Thanks,
Shruti
Hi Shruti,
Here's the deal: the touch_response item will return a variable
response
that is set either to 1 or to 2, in accordance with the areas of the touch screen. So you should indicate for each trial whether the correct response is 1 or 2; 'left' or 'right' doesn't work.Cheers,
Josh
Hi Josh,
Thank you so much. That worked!
I was also making a very silly mistake where I had spelled 'correct' wrongly in the variable correct_response.
Another question, I would like to put a limit of 75 percent accuracy on the practice exercises. This means that if the accuracy rate of the respondent is below 75%, he will have to repeat the whole sequence. How can this be done?
Thanks,
Shruti
Hi Shruti,
You can put your
sequence
into aloop
that is repeated a very high number of time (often enough, so that you are sure theloop
is never finished during on experimental session). Then, you can check the boxShow advanced options
in theloop
item. You should see aBreak if
field now. And there you write something like[avg_accuracy]>75
.Of course this requires, that there is a variable called
avg_accuracy
. You probably want to initialize it with a low value (e.g.0
) to make sure theloop
is executed at least once. Then after the last trial of yoursequence
you have to calculate the accuracy and update the current value ofavg_accuracy
.Does this make sense?
Eduard
Hi,
I am new to OpenSesame and I wanted to ask you a related issue. I am using the German-British IAT example from Open Sesame and I want to create a touch screen version.
I have defined touch_1 (touch response) with the number of columns to 2 and rows to 1 (instead of the key_board response). However, in the response_touch_1, I always get 1 (even if I click on the right side of the screen). I was expecting to get 2 when touching the right part of the screen and 1 when touching the left part.
I am not sure what I am doing wrong.
Thanks,
Michela
Hi Michela,
Even though your problem sounds similar to the one discussed in this thread, it is maybe better to post it in a new, separate thread. It will get picked up better and will be better searchable for when someone has the same problem as you in the future.