Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Fab

About

Username
Fab
Joined
Visits
2,260
Last Active
Roles
Member, Moderator

Comments

  • Hi @elinora18, Please see my reply to your post about this a few days ago. https://forum.cogsci.nl/discussion/9427/text-wrapping#latest Best, Fabrice.
  • Hi @abeque, This is really more a question about OSWeb, so I'm moving it to the OSWeb forum. Your description is too limited to be able to help you. PLease describe in more detail how your task is programmed, with what parameters, what you mean by &…
  • Hi @elinora18, The problem you're describing is one of the limitations of OSWeb, but it can be fixed with a fairly simple method. To display longer text that wraps correctly on a sketchpad in OpenSesame with OSWeb, you can use a simple JavaScript co…
    in Text Wrapping Comment by Fab July 23
  • Hi @SER, Thanks for the information. You haven't specified how you collect the response. From your description, it sounds as if you might be using a form_text_input object as opposed to collecting and appending multiple key strokes. If you're using …
  • Hi @christi88, You don't need to create a "correct" variable in your loop table. It already exists by default. The correct variable automatically scores each response (as long as you defined the correct_response variable correctly in your …
  • Hi @SER, Can you be more specific? What do you mean by "ask a participant something"? A simple key press? text input? Cheers, Fabrice.
  • Hi @asifzach, If you want to transfer something from Jatos to Qualtrics, yes you can do so using the method you've setup. It may be of interest to you to pass on some paramters back to Qualtrics. For example, let's say that you have variables subid …
    in adding a hyperlink Comment by Fab July 1
  • Hi @Kiko_Biggonero, Glad I could help! Good luck with your experiment! Fabrice.
  • Hi @Kiko_Biggonero, Difficult to debug it without seeing the task but try the following under the "Run if" condition: b1 == count_mainsequence Just remember that in Open Sesame 4, you can just use the variable names directly. Otherwise, pl…
  • Hi @elinora18, Glad I could help! Best, Fabrice.
    in OSWeb Fatal Error Comment by Fab June 28
  • Hi @elinora18, I had a quick look at the task. the task stops after one trial becasue it reaches its end. I don't think you can trigger a seuqence from within itself in Javascript. My recommendation would be to use a loop with a high number of cycl…
    in OSWeb Fatal Error Comment by Fab June 28
  • Hi @may123, Your post is virtually identical to this one by @asifzach (could it be for the same project?). Please check it out: https://forum.cogsci.nl/discussion/9388/collect-data#latest Best, Fabrice.
  • Hi @asifzach, From your message I don't understand if you want to go frmo Qualtrics to your experiment in OSWeb or from OsWeb to Qualtrics. Both are possible. You should have your experiment running on a JATOS server (or sinc OSWeb 2.0 you could als…
  • Hi @elinora18, Could you upload your task or a stripped down version of it to this forum? Best, Fabrice.
    in OSWeb Fatal Error Comment by Fab June 27
  • Hi @asifzach, I cannot really identify where the issues are just based on your instructions without seeing the task. Any chance you can upload it here (or a stripped down version of it)? Regarding the forms, as Eduard mentioned, you need to make sur…
    in collect data Comment by Fab June 27
  • Hi @asifzach, A logger saves all variables (unless you set it otherwise) in the state they are in at that time. If you're presenting a multiple choice item in every trial, include the logger at the end of your sequene trial. If you have several dist…
    in collect data Comment by Fab June 27
  • Hi @Kiko_Biggonero , In Open Sesame 4, I you can address variables directly. For example: If subject_nr%2==1:    b1=0    b2=1 else    b1=1    b2=0 Hope this helps. Fabrice.
  • Hi @Raanan, As Eduard pointed out, you just need to use nested loops. I attach an example. Take a look inside and you should be able to see hot this works. Best, Fabrice. https://forum.cogsci.nl/uploads/313/6CU0IUXAT25D.osexp
  • Hi @elinora18, Great! I'm glad I could help. Tip: when wrinting on the forum, if you use someone's handle, they get notified taht you wrote to them. To use a handle, type "@" followed by the first letters of your correspondent's name and …
  • Hi @elinora18, Your general method is correct, but based on your description I suspect that you're presenting the second stimulus as a sketchpad instead of using a feedback object. Sketchpads are preparing before the sequence runs, which means that …
  • Hi @elinora18, If you open your csv files in Excel, the way to get around that probem is to first open an Excel document and then import the csv file. https://forum.cogsci.nl/uploads/018/CM3VEAMJLA92.png It'll then allow you to specify which column …
  • Hi @Tpatrick, If you get the message that the picture is not in the pool, print to the console the actual content of the variable you're using to retrieve a specific picture and check that it is correct. If the string OS uses to retrieve the picture…
    in Randomization Comment by Fab May 21
  • Hi @elisevt, I'm not sure I understand what you mean. The random order setting of the loop does not allow the repetition of a trial within a cycle. https://forum.cogsci.nl/uploads/940/SYZC8B31H2JU.png If you set the number of cycle to a value great…
  • Hi @Tpatrick, Your description seems to fit my prior understanding. You have 4 times (2 x 4 x 3) = 96 trials and you want to allocate 96 images to these 96 trials in a random manner. So, the method is that I described earlier: creating an array with…
    in Randomization Comment by Fab May 17
  • Hi @Tpatrick, I'm still not clear as to what you're trying to achieve exactly (I don't really follow your design). In any case, print screens of code don't really allow me to comment. Your first screen shot shows arrays but I'm not sure what you do …
    in Randomization Comment by Fab May 15
  • Hi @Tpatrick, I'm not sure I understand your description. You seem to have a 2 x 3 x 4 design, yielded 24 trial types that you want to present 4 timees each, leadiong to a total of 96 trials. You have 96 pictures that you want to allocate randomly t…
    in Randomization Comment by Fab May 15
  • Hi @lisalisa94, You would need to edit the HTML/Javascript code to introduce the changes you're describing. It's a matter of HTML/Javascript coding (it's not specific to Open Sesame). So my recommendation would be to take some time to get more famil…
  • Hi @lisalisa94, The first problem relates to the fact that your code was written under a previous version of Open Sesama and that some of the commands have changed or been phased out. For example, to set up a canvas, you no longer from openexp.canva…
  • Hi @ypark133, Here too the problem is that you're using the inline_script object but you're not writing proper Python code. The code you're using is in Javascript language. You need to translate it into Python. In the case of the code you are referr…
  • Hi @ypark133, I'm glad you completed your online experiment and that it went well. Inline_script objects require Python code while inline_javascript require Javascript code. Up to version 3 of Open Sesame, you could have kept using the inline_javasc…

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