LimeSurvey: Difference between revisions
Jump to navigation
Jump to search
Wiki-admin (talk | contribs) |
Wiki-admin (talk | contribs) |
||
| Line 16: | Line 16: | ||
[[File:Video1.png||]] | [[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/> | 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/> | <img alt="" src="/upload/surveys/397931/images/monitor.mp4" /><br/> | ||
and must be changed into:<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:Video2.png||]] | ||
[[File:Video3.png||]] | [[File:Video3.png||]] | ||
Do the demonstration survey to see the result. | |||
== FAQ == | == FAQ == | ||