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
Dear alperkumcu,
have you already tried to use the feedback item instead of a sketchpad item?
Cheers!
Stephan
I have the same problem! - don't understand what is going on there--
Hi Alper and Mari,
I'm not entirely sure, but it could be that the variables have not been defined globally (i.e. throughout the whole experiment) and OpenSesame is trying to initialize these variables. Would it help to add an
inline script
at the very beginning of your experiment where you would define the variables manually in the prepare phase:Best,
Laurent
Stephan is probably right. I think the issue is that the variables don't exist yet. In contrast to
feedback
items,sketchpad
s are defined during the prepare phase. At that time, the variables don't exist yet. If you use afeedback
item it should work. Knante's suggestions is probably useful to make the experiment run, but I doubt that you would get sensible average response times from it.In any case, if this is not the issue, we will need more information, on your experimental structure, and the way your trying to present the feedback. Like that it is hard to tell what is going on with certainty.
Eduard
I managed to solve my problem with the exp.set("variable_name", variable_name) function - which exports my python variable into opensesame and makes it accessible to the sketchpad/ feedback items .
I did run into another problem now, though, with a different variable - and my previous solution did not work. I am programming an operation span task, where participants are presented with a sequence of letters and at the end of the sequence they see a form with 12 letters which I present on a sketchpad item, and they have to select the letters they saw in sequential order.
I managed to store the clicks in an array, and then I transform the array into a variable, however, when I try to display the sequence in the sketchpad by placing a variable name into it: [userLetterSequence], it says my variable does not exist. I tried defining it both at the beginning of the trial sequence and in the prepare phase of the inline script, and I tried to import it as an opensesame variable, but it still did not work.
Would you know what is going on?
Thanks!
Mariana
Hi Mariana,
Could you upload your experiment? It's a little tedious trying to think what could be going wrong without seeing your code.
Thanks,
Eduard
Thank you all for your comments and support.
I haven't been able to check the comments for a while and sorry for my late comment. Indeed, I solved the problem by using
feedback
item. Shame that I haven't noticed it there before. As explained by Eduard, asketchpad
item shows the responses from the previous trial as new responses haven't been logged at the time of its presentation.Thanks,
Alper
Hi Laurent,
I had written the variable in the inline script in the way you mentioned.But after the experiment the average time,accuracy comes out to be zero.
Can you suggest any way so that I can get the value of average time ,accuracy.
I am pretty sure it comes zero because in the script it is zero.In place of zero what I can write?
Hi,
Could you provide more detail on what you actually did? Either by posting the experimental structure and the code you use, or by uploading your experiment?
Thanks,
Eduard
Hi everybody,
I have a similar problem. I designed a reaction time experiment using sentence stimuli. Therefore I used a former experiment which has the same structure and copy-pasted the new sentence stimuli in the experiment. However, the error message "the variable context_sentence does not exist" occured so I checked the variable inspector and it's listed in there.
Can someone help? Do I have to write an inline skript? I'm a total newbie on Opensesame so I apologize!
Hi Sophie,
Can you share your experiment? I suspect the variable is somewhere in the
unused items
which would make it appear in the variable inspector, but not in the actual experiment. Anyway, with your experiment, I will be able to tell with certainty what is going on.Eduard