Changes

Jump to navigation Jump to search
439 bytes added ,  14:38, 15 November 2014
Line 11: Line 11:  
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.
   −
<img alt="" src="/upload/surveys/397931/images/monitor.mp4" />
+
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.
    +
[[File:Video0.png||Upload .mp4 video as if it is an image]]
 +
[[File:Video1.png||]]
 +
 +
Click the ''source'' button and change the img tag into a video tag. The 640x480 video monitor.mp4 would show up as:<br/>
 +
<img alt="" src="/upload/surveys/397931/images/monitor.mp4" /><br/>
 +
and must be changed into:<br/>
 
<video width="640" height="480"><source src="/upload/surveys/397931/images/monitor.mp4" type="video/mp4" /></video>
 
<video width="640" height="480"><source src="/upload/surveys/397931/images/monitor.mp4" type="video/mp4" /></video>
 +
 +
[[File:Video2.png||]]
 +
[[File:Video3.png||]]
    
== FAQ ==
 
== FAQ ==

Navigation menu