Tzlim
About
- Username
- Tzlim
- Joined
- Visits
- 99
- Last Active
- Roles
- Member
Comments
-
Dear @sebastiaan, I have a question about exporting my experiment to Jatos if my experiment procedure has an inline script? When I check on my compatibility, it was showed item_inline script is not supported, is there any suggestion for me to solve …
-
Hi all, I solved the question by writing in the inline script. if var.response == 103: var.correct = 1 Thanks. TZ
-
Hi all, I solved the question by writing in the inline script. if var.response == 103: var.correct = 1 Thanks. TZ
-
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 counte…
-
Hi all, It's great to come here again! thank to @eduard for your kindly responses! I had solved the question recently. However, I'm still have a small question that why I inserted correct answer, but still count as incorrect? For example, the correc…
-
Hi Eduard, Sorry for the late reply! I have tried the code, however, there was an error occur by showing unsupported operand type(s) for +=: 'RichText' and 'str'. target_answer_canvas.text += kb.to_chr(key) The purpose of the present study is to us…
-
Hi Eduard, Thanks for your advice! My experiment was nearly done! Now I have some couple question, which are (1) I wanted to show the responses of the participants have inserted; however, I have no idea how to write the code after the target_answer_…
-
Hi Eduard, I think I know what makes my works stuck! My experiment procedure will be like (1) fixation (2) stimuli sound (word sound) (3) Response (see the figure below). https://forum.cogsci.nl/uploads/268/E3A2FMMT3HRI.png According to the script I…
-
Make it easier to know. My experiment design procedure would be like : My participants will see a fixation dot, and then stimuli sound on (sound_level [which is according to my var.item_level] start from level 3), then participants answer what they …
-
https://forum.cogsci.nl/uploads/611/QZXJDJQQ5BRO.jpg Hi Eduard, Thanks for your reply. My first trial of the experiment must be the item of middle level, and I have listed all of the trials into a particular level in the Experiment loop (var.item_le…
-
Hi all, @Skilli Thanks for the template. It is handy, and it helps me to build my experiment easily.