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 Peter,
This is not trivial, as you have experienced, but I thought of a better and simpler way to do it.
First, don't put trial_sequence in a loop, but at the start of the experiment with 'run_if = never' or in the 'unused items' bin (or anywhere, as long as it's not automatically called). Then insert the script below instead of a block loop. This will call the trial_sequence and advance or go back based on the response of the user. You will also manually have to set the variables, because there's no loop table to help you. For more info, see the comments in the script.
Hope this gets you started!
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thank you Sebastiaan!
You’re so nice and replied quickly. However, I tried many times, it still didn’t work. The debug window showed lots of errors:
Error: Inline script error
In: trial_sequence (run phase)
File "libopensesame\inline_script.pyo", line 123, in run
Python traceback:
inline_error: Error: Inline script error
In: trial_sequence (run phase)
File "libopensesame\inline_script.pyo", line 123, in run
I didn’t know What I have done wrong. Please help me. By the way I'm using OpenSesame 0.26.
Thanks again.
Best regards,
Peter
I think something must have gone wrong with copy-pasting the code into OpenSesame's inline_script editor. Please make sure that all the indentation etc. is correct. If it doesn't work you can just copy the relevant bits by hand. The script itself should be fine.
Cheers!
Check out SigmundAI.eu for our OpenSesame AI assistant!
[ITA] Someone expressed an intent to answer your post. This means that person intents to answer your question (very) soon, but doesn't have the time right now.
Hi Sebastiaan,
Thank you so much. When I copied the relevant bits by hand, it seemed to work. However, there is another problem with variable. I don’t know how to set it without loop table. Could you please take a look at the simple example below? Tell me what I have done wrong. Thank you.
Direct link (save as .opensesame file) :
https://docs.google.com/open?id=0B30WJRj7lOisTHRFdk04blQwODA
Best regards,
Peter
Hi Peter,
Right, I can see why this would confuse you (it confused me too for a bit). The thing is that OpenSesame tries to prepare the trial_sequence, even though it will not be executed ('run if = never'). Because the preparation occurs before the inline_script is executed (which has only code for the 'run' phase, which comes after the 'prepare' phase) the variable 'pic' has not yet been set when OpenSesame tries to prepare the sketchpad. Hence you get an error. Does this make sense?
There are (at least) two ways to solve this:
Good luck.
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan,
It works! It works! I really appreciate your help! The first way is great to my experiment. Thank you!
Best regards,
Peter