Sabrina
About
- Username
- Sabrina
- Joined
- Visits
- 91
- Last Active
- Roles
- Member
Comments
-
@eduard Hi, thanks for looking at my experiment. I have modified the template so that from a pool of six IATs, two are randomly displayed to the subjects. Further, I have also attached a questionnaire. https://forum.cogsci.nl/uploads/927/QSVNICB1T…
-
@eduard Hi, I'm using the same template as lt_kn_char. Additionally, I have added a questionnaire sequence to the IAT sequence. It all works great and all variables are saved in a csv.file. The questionnaire data is stored in long fomat, but the IA…
-
@Fab Hi, thanks for the tips and the explanation. The template I am talking about can be found here: https://doi.org/10.17605/OSF.IO/V8YAJ Maybe you can take a look at it if it is not too much bother for you. The problem is that the IAT sequence is…
-
Hi Fabrice, thanks for your quick reply. However, I realized that I can't try your solution yet, because another problem appeared. Namely, in the template before the IAT sequence, there are two inline_script_items with python code. In one (named &qu…
-
Hi Eduard, it works, thanks again 😁 Sabrina
-
Hi Eduard, thanks for your help. Now everything works it's supposed to. I have one more question. The debug window shows me the number of clicks, thats great. But is there a possibility to save them in the .csv file? I have added a logger item and a…
-
Hi, Eduard, thanks for your quick reply. I have now put the definitions into the prepare phase and the executions into the run phase and created the other forms for the dictionary entries. I’m sorry, but I can't adapt the syntax with the back-button…
-
Hi Eduard, I have started an attempt with an inline script item. Here it is. http://forum.cogsci.nl/uploads/706/U78RBPM8WF8P.osexp Sometimes the words look a little bit displaced, which is caused by certain letters such as a "g". So a word…
-
Hi Eduard, 1) I have an entry vor each word.The structure of the dictionary entry should contain the target word e.g. Rivalität (rekabet, yarisma) and an associated synonym such as competition and an explanatory sentence such as: Two people want the…
-
Hi Eduard, this is great, thank you very much.
-
Hi together, the code from Eduard with the back button for two "pages" works very well (backbutton.osexp). Now I wanted to ask if there is a possibility to extend the code to three "pages", that would help me a lot. Best, Sabrina
-
Hallo Eduard, thanks for your help. But I think I need help with the implementaion (inline_script). It is not importent that the answers are lost because it is only text that should be read again if necessary. And thank you in advance for your help.…
-
Hi together, I also need a back button in my experiment. I want to present a text which is very long. So I used two form_base items, one as page 1 and one for page two. Now my question is if there is an option that my participants can go back to pag…
-
Hi Sebastiaan, can you tell me what I'm doing wrong with your syntax (warning message). I used this part right? # Show warning message c = Canvas() c += Text('Please enter a gender and an age!') c.show() # Wait for it ... clock.s…
-
Hi Sebastiaan, yes the crash is mostly consistent. I have an IAT sequence (it is a template) and at the same level I add a questionniare sequence (could this be the problem?). The IAT is runing, but the questioniare sequence crashes very often. Thi…
-
Hi together, in the last time my experiment crashes very often and don't runs until the end. Under the point Details is standing: items stack:?`` and Python seems to have crashed. This should not happen. If Python crashes often, please report it on…
-
Hi Sabastiaan, when I use your syntax (I should use the second one with clock.sleep (1000) right?) then is the warning message also shortly shown when I answered the Checkboxes and the text-input and also I cant press the next button because it is…
-
Hi together, with your help it was possible to change the color and to split my experiment into two sequences. But the problem that the first rating_scale ist not clickable is still the same (the gender_rating_scale above). I have changed the ratin…
-
Hi Sebastiaan, thanks for your reply and sorry for the confusion betwenn form_base and form_validator. This results because I want to fix the Problem that I discribed above first with a form_base and an inline_script_item, which includes a script f…
-
Hi there, I need also help with the validation. The Information in the link helps to validate my form base, when there are only checkboxes inside. But I have also rating scales and when I use the validation for this form base it puts checkmarks in t…
-
Hi Eduard, thanks for the link, it helps me. But now I have another question. In my form base there is a rating scale and only if it is answerd with "Nein" (see response3, its the second rating scale) then they have to fill in the text i…
-
Here is my form base set timeout infinite set spacing 15 set rows "1;1;1;1;1;1" set only_render no set margins "20;20;20;20" set description "A generic form plug-in" set cols "1;1" set _theme gray widget 0 0 2…