Difference between revisions of "Help:LimeSurvey/Demo video"

From TSG Doc
Jump to navigation Jump to search
(Created page with "== Limesurvey Demo video == LimeSurvey supports the use of video in surveys. The manual only describes the use of Flash video. Flash is not supported by all browsers. It is b...")
 
Line 1: Line 1:
== Limesurvey Demo video ==
+
[https://survey.socsci.ru.nl/index.php/148355?lang=en Try this survey]
 +
 
 
LimeSurvey supports the use of video in surveys. The manual only describes the use of Flash video. Flash is not supported  by all browsers. It is better to use .mp4 video as described below.
 
LimeSurvey supports the use of video in surveys. The manual only describes the use of Flash video. Flash is not supported  by all browsers. It is better to use .mp4 video as described below.
  

Revision as of 14:52, 9 January 2015

Try this survey

LimeSurvey supports the use of video in surveys. The manual only describes the use of Flash video. Flash is not supported by all browsers. It is better to use .mp4 video as described below.

First upload the video. Do this the same way that you upload images. You will not see a preview. There is no need to change anything about the settings.

Upload .mp4 video as if it is an image Video1.png

Click the source button and change the img tag into a video tag. The 640x480 video monitor.mp4 would show up as:
<img alt="" src="/upload/surveys/397931/images/monitor.mp4" />
and must be changed into:

<video width="640" height="480">

</video>

Video2.png Video3.png

Do the demonstration survey to see the result.