Hallo liebes SoSci Survey Team,
ich habe in meiner Studie Videos von einem externen Speicher eingebunden und habe folgenden Code verwendet:
<center><p> <i> <b> For a more convenient operation, please activate the automatic playback of audio and video. If the video does not start automatically, please click on the video. If you have troubles with watching the video, please try to refresh the page.
<br> <br>
Please watch the whole video. </b> </i> </p>
<br> <br>
<div><video id="stimulus" width="700" height="500" controls autoplay ><source src="https://hessenbox.tu-darmstadt.de/dl/fi88UEaBvgjAsXSmeHcNGnze/FN7_Trim.mp4" />
<source src="https://hessenbox.tu-darmstadt.de/dl/fi3J5YowPAqSE4Hd9HAjnUh2/FN7_Trim.webm" />
</video></div>
<script type="text/javascript">
<!--
var video = document.getElementById("stimulus");
// Bedienelemente ausblenden, sobald es abspielt
SoSciTools.attachEvent(video, "play", function(evt) {
stimulus.removeAttribute("controls");
});
// Weiter-Knopf ausblenden
SoSciTools.attachEvent(window, "load", function(evt) {
SoSciTools.submitButtonsHide();
});
// Weiter-Knopf am Ende des Videos wieder anzeigen
SoSciTools.attachEvent(video, "ended", function(evt) {
SoSciTools.submitButtonsDisplay();
});
// -->
</script>
<br>
<br> </center>
Please indicate how well the following adjectives represent the news you just heard.
Insgesamt habe ich 32 Videos eingebunden, die randomisiert angezeigt werden. Bei Chrome ergibt sich allerdings das Problem, das nach einigen Videos dann plötzlich das Video nicht zu Ende abgespielt werden kann, sodass der Weiter button nicht erscheint und man im Fragebogen gefangen bleibt.
Gibt es eine Möglichkeit dieses Problem zu beheben?
Hier der Pre-test: https://www.soscisurvey.de/assistantnews2021/?act=OTACLVUHpXWT3eiBYDxKmn9N
Vielen Dank im Voraus und viele Grüße!