audio data


Author
Message
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 109K
Same result with your mp3 files (using <video> instead of <sound>, of course): Script runs as expected, audio part is not skipped.

Please run the script on your machine and attach the resulting data file.

P.S.: Here's a data file from one test run on my system to prove the script runs completely.


Attachments
Hauptstudie_22.09.14.iqdat (201 views, 2.00 KB)
Edited 11 Years Ago by Dave
sin
sin
Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)
Group: Awaiting Activation
Posts: 6, Visits: 9
here is the dropboxlink for the two audio data.
I'm so sorry for all the trouble!

https://www.dropbox.com/sh/11aa6cgkeknnrjx/AAA4E7cVdboHqvWWXC-iCNYVa?dl=0

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 109K
Thanks for the script. I simply plugged in a bunch of other WAV files (since I don't have yours). It works fine for me, the audio etc. is played as expected at the appropriate time, nothing is skipped. This has been tested using the latest Inquisit Lab release (4.0.6.0) under Windows.

At the risk of stating the obvious: To execute the 4th <expt> element, you must enter '4' as subject id.

sin
sin
Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)
Group: Awaiting Activation
Posts: 6, Visits: 9
I'm trying but the audi data are too big, although I converted them to zip.
I can attach the inquisit data now and give you the data as an mp3..
Attachments
Hauptstudie_22.09.14.rar (151 views, 2.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 109K
So, can you attach the files, please? I can't tell you what's wrong with your script otherwise. To attach a file click on +Insert when posting a reply and then select Add File.

https://www.millisecond.com/forums/uploads/images/3dc0a495-ae31-4df5-9def-c907.png

sin
sin
Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)
Group: Awaiting Activation
Posts: 6, Visits: 9
Thanks a lot for your help!
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 109K
No obivous issues in the code snippets you provided. Please put the script and all files it requires in a ZIP archive and attach said archive to this thread.

sin
sin
Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)
Group: Awaiting Activation
Posts: 6, Visits: 9
these are all experiments. I'm running the 4th to try out the audio data, but it doesnt work...

expt Kontrollgruppe>
/blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer;]
/subjects = (1 of 5)
</expt>

<expt EG_keine Pause>
/blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer;]
/subjects = (2 of 5)
</expt>

<expt EG_Pause>
/blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer; 3 = bl_Pause; 4 = bl_Affekt;]
/subjects = (3 of 5)
</expt>

<expt EG_PMR>
/blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer; 3 = bl_pmr; 4 = bl_Affekt;]
/subjects = (4 of 5)
</expt>

<expt EG_Achtsamkeit>
/blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer; 3 = bl_acht; 4 = bl_Affekt;]
/subjects = (5 of 5)
</expt>

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 109K
<expt EG_PMR>
/blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer; 3 = bl_pmr; 4 = bl_Affekt;]
/subjects = (4 of 5)
</expt>

Where are your other four <expt> elements? Which one are you running? And is the block included in the one you're actually running?

sin
sin
Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)Associate Member (265 reputation)
Group: Awaiting Activation
Posts: 6, Visits: 9
I'm sry, it's me again. I changed the syntax as you said... but while the rest of the experiment works, the experiment skips the part of the audio and the corresponding page and misses this part and starts with the next trail following the audio.
Do you know, what is wrong? ...Thanks for your help and sorry for asking so much questions...

<sound mypmr>
/ items = ("pmr.wav")
/ playthrough = true
</sound>

<trial tr_mypmr>
/ stimulusframes = [1= mypmr, mysentence]
/ timeout = 480000
</trial>

<text mysentence>
/ items = ("Bitte schließen Sie die Augen und folgen Sie der Audioaufnahme")
</text>

<block bl_pmr>
/ trials = [1 = tr_mypmr]
</block>

<expt EG_PMR>
/blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer; 3 = bl_pmr; 4 = bl_Affekt;]
/subjects = (4 of 5)
</expt>




GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search