hmarteli
About
- Username
- hmarteli
- Joined
- Visits
- 41
- Last Active
- Roles
- Member
Comments
-
Hi! For sequence Parent1Parent2_Seq the script looked like this: if self.get('correct') == 0: exp.items["Parent1Parent2_Seq"].prepare() exp.items["Parent1Parent2_Seq"].run() This repeats the stimulus that was answered …
-
Hi, I'm sorry I haven't noticed your last comment before! I just tried an experiment with a few special characters in the sound files and their variable names, but OpenSesame wasn't able to open the experiment at all. But maybe you have fixed this …
-
And one more thing, the touch version works with mouseclicks on PC without any problems!
-
Hi! Yes exactly so, I play the sound with a regular sampler item, but use an inline_script to repeat the whole sequence when an error occurs. On a normal PC there are no problems at all, and I can finish the experiment with a very large number of …
-
Hi Sebastiaan! I'm playing the sound files through the loop and sequence items, and when the initial response is wrong, the same task is repeated with the following inline script: if self.get('correct') == 0: exp.items["Parent1Parent2_Seq&…
-
Hi Sebastiaan! Changing the file names and adding a separate soundcolumn to the loop using only ascii solved the problem! (The column was necessary, the experiment didn't open when only the filenames were edited.) Thank you so much for helping!! :…
-
Hi Sebastiaan! Yes, the experiment works fine when using a PC, but not when using a tab or a phone. Here's a link to the experiment:. Does the downloading work with these Drive settings? Unfortunately the experiment is in Finnish, I hope it's not t…
-
Hi Sebastiaan! It contains the following text: /sdcard/opensesame-autorun.yml/mnt/sdcard/opensesame-autorun.ymlLaunching resources/android/menu.opensesameopenexp.sampler._legacy.init_sound(): sampling freq = 48000, buffer size = 1024experiment.ini…
-
Thanks, with the file manager app I found the right path! So, now the problem remains that after asking for subject number and location for logfile, the experiment doesn't open? I have tried continuing with the suggested /sdcard/subject-1.csv as we…
-
Hi! Yesterday I tried to open the file on my phone (Samsung, also using Android) to figure out if there was a problem with the experiment file. On the phone it was possible to save the experiment in a folder where the path didn't include any upperc…
-
Hi Sebastiaan, Thanks for your reply! I am using Lenovo IdeaTab A10-70 and Android 4.2.2 Jelly Bean. I installed the third party keyboard (Swiftkey) and now I can erase the example line and type in another location. However, my experiment is still…
-
Hi, I used the inline script you suggested and now everything works! Thank you so much for the help!! Cheers, Heidi
-
Hi again! I'm wondering about a few things regarding the inline scripts. Is it possible to combine a script with the variables defined in the loop? I noticed that you had used inline scripts for defining the variables instead of filling in them in …
-
Hi! Thanks for your answer, it helped and the problem is now solved! I was actually already using the template, but thanks for that tip also! I created the stim_type variable, but the program still did not show the stimuli as pictures. Therefore I…