Using loop & merge for video clips | XM Community
Skip to main content
Question

Using loop & merge for video clips


Hi everyone! I’m trying to create a survey where i ask the same question for 40+ different video clips. I tried using the loop & merge option after uploading the clips to my qualtrics library (videos are MP4), but for some reason the video doesn’t play. it appears like this:

Here is the loop & merge menu:

and this is the question’s HTML:

 

 

I’ve also tried to remove the source tag from the video link but it didn’t help..

 

Any suggestions? help would be very appreciated!

2 replies

I’ve also tried uploading the videos to youtube as “unlisted” and use their link instead but the video is still greyed out..

Userlevel 7
Badge +22

There are several errors in your html code. Try this:

<video controls width="640" preload="auto" height="360">
<source src="${lm://Field/1}" type="video/mp4" />
</video>

 

Leave a Reply