Andrea_sct
About
- Username
- Andrea_sct
- Joined
- Visits
- 13
- Last Active
- Roles
- Member
Comments
-
Thanks Sebastiaan, for now it's just an idea but the Bonn Experiment System seems just what I am searching
-
I thought that amount_list was only the variable name and so I change it to "M" now I have changed it to "M_list" and the experiment work. Thanks for your help.
-
Nothing the software doesn't recall the list and put in the questions exactly the words "exp.amount" I try to move the inline script from run label to prepare label and the first windows works but when I click to accept answer it says: …
-
I have tried it but the variable amount hasn't been identified in the slider
-
Hi eduard, with the first inline I create the list: import random exp.amount_list = [1,2,3,4....45] # or whatever it is in your case random.shuffle(exp.amount_list); in the second inline I include the variable in the variable assistant: exp.set…
-
Thanks for your help, when I try to begin an exp the software says: "Variable 'amount' is not set in item 'rest_of_trial'. You are trying to use a variable that does not exist. Make sure that you have spelled and capitalized the variable name c…
-
Hi, the debug says: " Launching resources/android/menu.opensesame openexp.sampler._legacy.init_sound(): sampling freq = 48000, buffer size = 512 experiment.init_log(): using 'resources/android/defaultlog.csv' as logfile (utf-8) experiment.run()…
-
Hi Sebastiaan, unfortunately it crashes in the same way, I tried to create a new experiment (droid back_end) with * only the inline_script; * the loop containing the inline_script; * the loop containing the sequence containing the inline_sript; but…
-
Hi, I have a second question. I tried to run the questionnaire on a tablet (samsung GT-P7500 Android 4.0.4) but when I start the experiment the app crashes. I read some thread in the forum; could it be a problem of compatibility between the app and …
-
Thank you very much!