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,401
Last Active
Roles
Member, Moderator

Comments

  • Hi @Naïde, The form is a great feature to collect text but it does not offer the option to specify another key than ENTER/RETURN to validate the input and end the form. Also, it does not allow you to set a time limit. In your case, what you'd need i…
  • Hi @Evelina, On the page you reffered to, it says: "The Operation Span (OSPAN), a measure of working memory capacity, was used as the outcome task. The OSPAN was programmed in PsychoPy2 (v1.83.04)". PsychPy2 is not OpenSesame. If you'd lik…
    in OSPAN task Comment by Fab November 7
  • Hi @guipru, This indicates that the condition is not met, hence the issue must be with your condition statement. In the Run if section, the code introduced is essentially Python, so there is no need to use the "[" and "]" bracket…
  • Hi @joelsolo99, I had a quick look but can't spot the reason why the experiment does not appear to reach its end. I suspect it is cascading down from code executed ealier. I noted that you have several forms that generate error messages in the brows…
    in End Experiment Comment by Fab October 8
  • Hi Kristian, @kri (message updated, see below) Open Sesame doesn't let me chose any particular data format. I just use the default logger, and the data stored in JATOS do look like JSON. In the past, back when I was using Jatos 3.6.1, I'd export th…
  • Hi @joelsolo99, That's odd. I notice taht yourb task contains no loop (thats rather strange, 'caise it's sugests yoiur task has no trials list, though I'm not sure trhis is what might cause the issue) and several inline_javascript. I can really debu…
    in End Experiment Comment by Fab October 5
  • Hi @Tryfonas_Bikos, The cursor_roi is the right method, but you'd need to insert some coding right after each of your two mouse objects to save the cursor_roi into a distinct variable after each mouse response. That way your logger will contrain, f…
  • Hi there, I'm following up on this to report a similar problem. We recently updated out server to Jatos 3.9.3 to run an experiment programmed with OSWeb. The data are registered by Jatos but when I export them and try to convert it with Open Sesame,…
  • Hi @joelsolo99, There probably is an error in the way you set up the task, but it's not possible to debug it without seeing what you've done exactly. What have you tried so far to debug it? Try the task without that html object and see if the task c…
    in End Experiment Comment by Fab October 3
  • Hi @Ergun, There would be multiple ways of achieving this. IU'm assuming you're looking for a solution in open Sesame and not OSWeb (since you posted this message in this forum). Here are a coupe of ways to do it: Method 1 Usiing an inine_script obj…
  • Hi @kri, Super! Thanks! 😃 best, Fab.
  • Hi @Slobodanp, I went back to the sampe task I jhad sent you back then (available here: https://we.tl/t-pDd308Kt04) and tried it in the browser with the latest version of OSWeb and got no error message (I used Chrome). So I the sample.pause() comman…
  • Hi @amlema, You get an error because, as the error message indicates, the information you provide as a duratrion is invalid. A file name is not a duration. The solution depends on whether or not you just want to present a sketchpad and sound simulta…
  • Hi @Tanvi, Please do not send the same request in multiple posts, so that infrmation remains all in the same location for users and to avoid duplication. You qlready posted this request here: https://forum.cogsci.nl/discussion/9475/computerize-iow…
  • Hi @Tanvi, Your request is too general to offer specific advice. Here some general advice: Familiarize Yourself with OpenSesame: If you're new to OpenSesame, I recommend starting by exploring the basics. There are plenty of tutorials available on t…
  • @Janos, If you check my example you'll see how it is implemented: the task i sent you is working. It is not the same method you used (at least in your original post you seemd to be using javascript code within some HTML code). If you'd like to progr…
  • Hi @Janos, I'm not sure I understand what the issue you're refering to is. You can use code in the inline_javascript to set your scale variable bsaed on the participant's response and simply use that variable to set the scale of your image from the …
  • Hi @Janos, If you'd like to program the whole procedure in Javascript, it may be possible but a lot more complicated than the method I suggested. I assume you have your reasons to want to do it that way instead of using Open Sesame's existing tools.…
  • Hi @Janos, The credit card method is indeed a good way to ensure that your stimuli will have the same size on the screen of all your participants (another issue is how far ech participant will sit from the screen). My recommendation would be to impl…
  • Hi @Chan, It is not possible to answer your question without a mor complete description of how your experiment is implemented. Responses to forms are saved under the variable you defined as the response variable for that form. The fact that you don'…
  • Hi @me19, I can't really identify the problem based on that description. How are you collecting your ratings? using a form? Using a keyboard object? If you have several keyboard objects, the response_time variable written in the logger at the end of…
  • Hi @GeorgiaW, Open Sesame runs on Python. In Python, "=" is used to allocate a value to a variable wheears "==" is used to test a variable against a specific value. So when using the "Run if", since you're testing a con…
  • Hi @me19, It's difficult to understand your task and what is not working from your description. Are you saying that the problems occurs only when you run the task on JATOS but that it works perfectly when you run it locally in your browser? I suspec…
  • Hi @SER, The code I sent you is Javascript and the example I sent you works in OSWeb. I'm not sure whether your task is now working. If not, let me know what the issue is exactly, or better still, upload a stripped down version of your task. Best, F…
  • Hi @emilybraley, This can have many different causes. Is your variable supposed to take an alphanumerical value as opposed to a numerical value? The way you've written your condition means that the task will check your variable against a string cont…
  • 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 …

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