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
Oh, the links above don't work. So, here they are.
This is the one where @Daniel mentioned that coroutines are supported as of OSWeb 1.3.8:
And this is the second one:
Bugay
Hi @bugay,
What I can quickly see is that you have entered
LEFT;RIGHT
in the correct response field, which is not allowed. You can only enter one character here (for instance by using a variable), or leave it empty and specify the correct response in acorrect_response
column in your loop table.Also, Osweb is sometimes a bit more picky how you specify things. I see that you now specified all responses in uppercase characters (e.g. `LEFT;RIGHT`) while osweb may only work with lowercase (`left;right`). Maybe you can try if that works, and if it does, then it is a bug in osweb, as it should accept the same inputs as OpenSesame. If so, can you report it at osweb's issue tracker at https://github.com/open-cogsci/osweb?
Dear @Daniel,
Thanks for the prompt reply. I made the changes you mentioned, but it is still the same. However I noticed something very interesting.
I use a white background, and present stimuli in black. When I run the experiment in OSWeb, as the trial_coroutine starts the screen suddenly goes black, and then it goes back to normal (white) by the end of the coroutines. When I tried switching the color of the stimuli in the trial_coroutine to white, I noticed that it actually displays the stimuli, but on a black background. And this is why it seems they are not being displayed at all. Is there a way to overcome this issue?
Bugay
Hi @Bugay,
I've run your experiment on both osweb and OpenSesame and I can see the discrepancy. Very strange indeed. It appears as if the coroutines item resets the background color to black somehow and doesn't honor the general settings. I have also managed to reproduce it in a simple test experiment:
Since this happens only in osweb and not in OpenSesame it is clearly a bug in osweb.
I currently don't have the time to dive into the code and find the cause. I have created an entry on osweb's issue tracker to keep it on our radar though: https://github.com/open-cogsci/osweb/issues/42. Check back there for the status on this bug and its fix.
I can't really think of a possible workaround. The only one I could come up with was setting the background color explicitly on each sketchpad, but that is also ignored.
Sorry for currently not being of anymore help.
Thank you!
I'll be checking the link.
Bugay
Hey guys! Bugay and I were wondering if you can provide a (rough) indication of when the co-routines issues might be solved / a new update of OSweb for Mac will be available. Keep up the great work!
Mark
I don't know if you meant all the issues, but this background color coroutines bug should be solved with a fix that I just pushed.
Hi Daniel,
I downloaded the latest update of OpenSesame and tried the example experiment that you updated on the GitHub page. However, the problem remained unresolved for me, when the coroutines starts, the background switches to black instead of remaining gray. I also tried to set the background explicitly for each sketchpad, but it didn't work either. I'm a bit confused, should I do some inline coding for it to work? (Sorry, I'm a javascript newbie.)
Bugay
In case there's someone else struggling with this issue, there's a quite simple solution that we've been missing out until recently.
What you could do is to add a rectangle (in whatever color you like) behind everything else on the sketchpad, and then display stimuli on top of that.
Cheers,
Bugay
Thanks @bugay! :)
Did you like my answer? Feel free to