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 @wishiknewprogramming ,
There is a known issue with OSWeb where multiple linked
logger
items (and certain other items) in the samesequence
cause a crash. To work around this, you can simply put thelogger
as the only item in asequence
, and then use multiple linked copies of thissequence
item.Like so:
Hope this helps!
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi @sebastiaan ,
Thanks for the quick response! If I put the sequence you suggested both in the beginning and in the following responses in the same loop, experiment works without crashing. However, it still doesn't log responses of each keyboard response in the "response" column in the log file. It just logs all the responses in seperate columns with their names (e.g. response_ai_q1_response, response_ai_q2_response, etc.) in the same row. I also tried to put an inline java script after each keyboard response, which is:
vars.response = vars.response_ai_q1_response
vars.response = vars.response_ai_q2_response
etc. so I thought that if there would be multiple variables with the same name, it might store it in the same column, one after another. However, this doesn't work either. I also changed the name of the keyboard response, i.e., used ai_response for the keyboard responses and used multiple copies of the same keyboard response item for the each response. It didn't work either. Am I doing something wrong, or is not there any way to do that?
Thanks for your help.
Best,
Jonah
Hi @wishiknewprogramming ,
Why don't you the attach the experiment to this discussion, or post a screenshot of the overview area?
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi @sebastiaan,
I finally changed the structure and created loops for questions, rather than putting every question in a different sketchpad in the same loop. Now it is working! Thanks for your help!
Best regards,
Jonah
Hi,
I'd like to follow up on your disccusion. I had a similar problem and now tried to solve it with the logger_sequence. I ended up with a new error that occurs when testing the experiment in the browser due to the compatibility check:
"The prepare phase for item logger_sequence is called multiple times in a row The prepare phase for item logger_sequence is called multiple times in a row The run phase for item logger_sequence is called multiple times in a row The run phase for item logger_sequence is called multiple times in a row The prepare phase for item logger_sequence is called multiple times in a row The run phase for item logger_sequence is called multiple times in a row"
I'm running an online experiment via OSWeb. Necessarily I have some nested loops, that is, the outer loop contains several logger-items, but at different levels (in the nested loops, if necessary). Could this be a problem?
OR: Can this error be ignored?
Thanks in advance!
Carla
Hi @CarlaC,
It is generally not a good idea to multiply the loggers, but it's not really possible to address the issue in your specific cae without seeing exactly how you've implemented the logger. Could you post your experiment to this forum (or a stripped down version of it that generates the errors you described?).
Best,
Fabrice.
Hi @Fab ,
sorry for the late reply, I had to restructure my experiment due to technical issues.
I solved the problem by giving each logger sequence a unique name (while the loggers themselves are linked).
Best,
Carla