Image element
This element allows you to add an image to the survey form. Drag element to the survey form and click to open the image bank.
After selecting an image from the library, it can be resized by moving the handle on the corner of the element.
Picture library
You can open picture library from multitude of question elements, as well as from Build-view by clicking 'Pictures'.
You can add a picture to the library by clicking 'Upload' on the lower left corner of the new window. When another user moves the ownership of a survey to you, the pictures in the survey are automatically added to your picture library (this can be used for example to add company pictures quickly to a new user). The library also has a search function.
If you wish to delete pictures from the library, you need to go to Build-view and click 'Pictures', choose picture and click 'Delete'.
Video element
This element allows the respondents to view videos on the survey form. User can add links to Youtube or Vimeo videos. Drag the element to the survey form and click on it to add the URL of the video.
Youtube videos might show advertisements before your video is played. To avoid advertisements, you should be the owner of the video and have the monetization features set off in Youtube. Also video suggestions might be shown after your video has played. See below for tips on how to remove suggestions and improve the answering experience.
Remove video suggestions from the end of a Youtube video
- Click Settings button in the Build -view
- Open tab: Snippets
- Scroll down to: Body bottom
- Paste the following code to the the Body bottom text area:
<script> jQuery('.element.evideo iframe').each(function() { var video = jQuery(this); video.attr('src', video.attr('src') + "?rel=0") }); </script>