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 Matthew,
You can add a variable to the loop table, that codes the trial type. That trial type would then essentially be the order, right? The same works for blocks.
Does that make sense or am I misunderstanding your problem?
Eduard
Hi Eduard,
Thanks for the response. Sorry my question was probably not well presented.
This is how my experiment is laid out so far:
Then in each 'story' the participant makes a single judgement which I record in a logger at the end of the experiment.
Basically, I would like my excel output at the end of the experiment to tell me which block type (i.e. sequences 1, 2 and 3) were presented first, second and third to the participant. And which story type within each sequence was presented first, second and third to participants
Does that make sense?
Matthew
Hi Matthew,
Then in each 'story' the participant makes a single judgement which I record in a logger at the end of the experiment.
I think the confusion is here. If you want to record a response to each trial that you have (or stories in your case), you need to add a logger to each trial, right after the response was given. If you add it only once in the end of the experiment, you would only log the very last response and nothing else. Have you checked out the beginner's tutorial? The procedure there is explains it quite nicely, I think. You can also check out this part of the docs.
I would like my excel output at the end of the experiment to tell me which block type (i.e. sequences 1, 2 and 3) were presented first, second and third to the participant.
The log file will contain one line for every response that you have. On that line, all the variables that are set will also be written. Therefore, if you are in a block, in which
sequence_nr
is set to 1, there will be a column with 1 in all trials of that block. So, essentially, the order of the blocks is coded in the order of the rows in your log file.Does that make more sense?
Eduard
Hi Eduard,
Thanks. So I have actually set my logger at the end of the experiment to record judgements made on all of the trials not just the last trial (it also records demographic info indicated at the start and counts memory checks).
The reason I had done this at the end of the experiment is because I remember reading somewhere that you should only use one logger otherwise the loggers get confused (I may have misinterpreted/misread this however!).
Currently, my log file/spreadsheet just gives the variables in alphabetical order
So, if I set a logger at the end of each trial as you suggest, the log file/spreadsheet will present the data in the order in which the participant received each of the trials?
Matthew
that you should only use one logger otherwise the loggers get confused
Almost true. You should use more than one unique logger, but if you use linked copies of the same logger, everything is good.
I also recommend that you start with logging all variables, only if you know exactly what you are doing and finished preparing your experiments, it makes sense to reduce the number of logged variables and cherrypick the important ones.
the log file/spreadsheet will present the data in the order in which the participant received each of the trials?
Exactly!
Ahh that makes sense. Great, thanks for your help, Eduard!