0 votes
in Methoden-Fragen by s157792 (120 points)
closed by SoSci Survey

I would like to integrate two audio files in my survey. They are too big to integrate them, so I tried with a html code.

So, the same code with different download links. It works- but only one audio file at a time. Sometimes audiofile 1, sometimes audiofile 2. Depends on which I try first. Is there a capacity problem?

closed with the note: Most likely a problem with the external cloud server that serves the files...
by SoSci Survey (305k points)
If you add the HTML code to your question, or post a pretest URL that directs directly (!) to the page, I shall try to give you a helpful answer.

If I understand you correctly, you have stored the audio files on another server. That server may simply disallow download two files at the same time...
by s157792 (120 points)
<audio id="audio_with_controls" preload="auto" autoplay controls controlsList="nodownload">
 <source src="https://uktcloud.medizin.uni-tuebingen.de/index.php/s/if6Dkj0AUyqPflv/download" type="audio/mpeg" />
</audio>

https://www.soscisurvey.de/fortuene/?act=kDMAeaY1Mv6p5lu1acTa7dZY

How can I find out or change that i can download two files from a server at the same time?
by SoSci Survey (305k points)
The pretest URL seems invalid, please see the manual for how to create a valid pretest URL.

> How can I find out or change that i can download two files from a server at the same time?

Open the developer tools in your browser, please. Then open the "network" tab. Only then load the page - and look what the network information says about the files.

If one is blocked, it's likely a limitation by the server.

You will not be able to change that at all. That's a server setting. What you can do is ask the IT guys if they can remove the limit.

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...