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 Louisa,
As you say it works with letters, but not with numbers: it may have to do with the type of variable. Letters are string and numbers can be string but also numbers.
Strings are defined with ''
str(1)=='1' --> TRUE
'1'==1 --> FALSE (one side is string the other is not a string so it is not equal)
Maybe you have such an equation which troubles so.
Let's say you have put [cor_resp]==1 (one side could be string but the other not). You may try: [cor_resp]=='1'
i am just guessing, but maybe it helps you to solve it. ;)
Second, have you also tried the fullscreen mode? Just to check whether it really has to do with OSweb?
Cheers,
Stephan
Dear Stephan,
Thanks for your reply. It helped me out!
Fyi: I don't have any equations or inline scripts to define correctness, I simply defined a variable "correct_response" in the loop (for example 1 in row1, 4 in row2 etc.) and the keyboard response item uses that by default to determine correctness.
Making the correct_response values strings (for example '1' in row1, '4' in row2 etc.) makes the evaluation of correctness not work in "Run in window"/ "Quick run"/"Run fullscreen", but it does make it work with OSweb.
Louisa
Hi @LouisaB
I faced the same problem as you. One of my trials' correct responses was numeric, such as 103. I defined the correct_response in the loop, however, my var.response and var.correct_response were the same, but at last, it was still counted as incorrect. I was wondering that did you solve this problem yet?
PS: It is also not working in either "Run in window" / "Quick run" / "Run full screen".
TZ
Hi @Tzlim,
Sorry for the very late reply, I didn't log in to the forum for a long while.
For me, defining correct_response values in the loop as strings strings (so enter for example '103' in row1 instead of 103) made the evaluation of correctness not work in "Run in window"/ "Quick run"/"Run fullscreen", but it did make it work with OSweb running in a browser.
Do you know actual correct responses are being counted as incorrect because of a feedback screen on every trial immediately after the number response (worth trying!), or because of what is logged (e.g. in the JATOS datafile)?
If the latter: Is only a single response given on a trial? At the time of my issue OS web would store in var_response only the last response of a trial.
Best,
Louisa