Which of the following is a recorded audio or video file distributed online?

Adding media to your survey can help you create a cutting-edge experience for respondents. This page outlines how to insert media (e.g., audio and video files) from your library or from audio or video hosting servers like YouTube and SoundCloud into your surveys.

Warning: Inserting media requires the Allow All HTML Markup account permission to be enabled on an account. The Allow JavaScript account permission must be enabled for proper video playback. If you have a free survey account or CoreXM Standard license, these permissions cannot be enabled without upgrading your account. If you are a user on a paid license and have questions about your account permissions, contact your Brand Administrator.

Supported File Types

Though Qualtrics supports the uploading of most audio or video files, web browsers aren’t as forgiving. For most file types, your survey respondents will need to have a related browser plug-in installed to correctly view the media.

Because of this, we recommend uploading your media to a file hosting site such as YouTube or SoundCloud, and then embedding the media via HTML or a URL. Both of these services dynamically load an appropriate version of your file that will work on whatever device or browser your respondent is using, ensuring the widest compatibility. In addition, both YouTube and SoundCloud support private media if security is a concern.

If you still want to upload your files directly to Qualtrics, the best file type will depend on your audience.

For audio files

For audio files, we recommend MP3 format. WAV is also widely supported, but its large file size may create a negative experience for those with slower internet connections.

For video files

The best video file format changes depending on the device and browser your respondents use to view the video. If you are unsure what file type is the best for your situation, we recommend posting your video to YouTube or Vimeo and using the sharing features to embed the video into your survey.

Qtip: You cannot insert a Private YouTube video. If you would like to host your video on YouTube but not have it appear in search results, upload it as Unlisted instead.

If you cannot use YouTube, we recommend saving your video in various file formats (MP4, MOV, and WMV being the most popular), and then creating a version of your question for each format and using display logic to show the appropriate one based on the respondent’s device and browser.

Using Display Logic to Show The Appropriate File Type

Here, we’ll cover how to display different types of files to respondents, depending on if their browser and device support Flash Player.

  1. Add the hidden meta info question to your survey, which will record data about the respondent’s browser settings. This question must come before the questions with your media.
    Which of the following is a recorded audio or video file distributed online?
  2. Create one question with the Flash version of your file, and another question with the MP4 version of your file.
    Which of the following is a recorded audio or video file distributed online?

    Qtip: Notice how the media does not load for the Flash version in the above screenshot. This happens because our browser does not support Flash player; this is why it is important to use multiple file formats if you choose not to post your media on a file hosting site.

  3. With the Flash version question selected, click Display logic.
    Which of the following is a recorded audio or video file distributed online?
  4. For your logic condition, select Question, Your Meta Info Question, Flash Version (Text Entry), Is Not Equal to, -1.
    Which of the following is a recorded audio or video file distributed online?
  5. Click Save.
  6. Add display logic for the MP4 question, except the display logic should read Question, Your Meta Info Question, Flash Version (Text Entry), Is Equal to, -1.
    Which of the following is a recorded audio or video file distributed online?
  7. Click Save.

With this setup, the respondent will see whichever version of the media is best suited for their browser.

Qtip: You can do similar logic statements based on the respondent’s operating system. For example, we know that Flash video formats (FLV, F4V, and SWF) don’t run on iOS, so we can create logic to only show these videos if the respondent’s operating system is not equal to iOS.

How to Add Media from Your Library

You can upload audio and video files that are 16 MB or smaller to your files library and embed them directly into your survey. Refer to the supported file types section above for more information on file compatibility. This section will focus on inserting a media from your files library after you’ve already uploaded them.

Qtip: If you need help uploading files to your library, see adding a file to a library.

  1. In the survey editor, click your question text.
    Which of the following is a recorded audio or video file distributed online?
  2. Select Rich Content Editor.
  3. Click More.
    Which of the following is a recorded audio or video file distributed online?

  4. Click the Insert Media icon,
    Which of the following is a recorded audio or video file distributed online?
    .
    Which of the following is a recorded audio or video file distributed online?
  5. Click Select File From Library.
    Which of the following is a recorded audio or video file distributed online?
  6. Choose the desired file from your library.
    Which of the following is a recorded audio or video file distributed online?
  7. If you want to use a new file not yet in your library, click Upload a New File.

    Qtip: When uploading a new file, you will choose a file from your computer, and then give the file a category and description.

    Which of the following is a recorded audio or video file distributed online?

  8. Preview your file to make sure it appears correctly.
    Which of the following is a recorded audio or video file distributed online?

    Qtip: For video files, click the blue Advanced text that appears beneath the image preview to set a different video width and height.

    Which of the following is a recorded audio or video file distributed online?

  9. Click Insert.

Adding Media Using HTML

You can use the embedding snippet of HTML, provided by the hosting company, to include media in your survey.

Attention: We recommend that you embed YouTube videos by using HTML.

Retrieving the HTML Code

Most media hosting companies (like YouTube) provide a code for embedding the media clips in other websites, and you can usually recognize it as the appropriate code if it starts with the word “iframe.”

  1. Click Share on the Youtube video you want to embed.
    Which of the following is a recorded audio or video file distributed online?
  2. Select the Embed option.
    Which of the following is a recorded audio or video file distributed online?
  3. Copy the presented code. 
    Which of the following is a recorded audio or video file distributed online?

Qtip: This code, found in the Share section of most videos on youtube.com, can be used to embed the video in a survey so that the video plays even on browsers like Safari and mobile browsers that do not work well with Flash.

Adding Media Using HTML

  1. Click the question you want to add the media to.
    Which of the following is a recorded audio or video file distributed online?
  2. Click HTML View.
  3. Paste your HTML code snippet.
    Which of the following is a recorded audio or video file distributed online?
  4. Preview your survey to make sure the media is displaying correctly.

Adding Media Using a URL

If you want to host your media files outside of Qualtrics, either on your own servers or via a hosting service, follow the steps below to insert the media by using its URL.

Warning: Changes made to the hosted content will be reflected here, so be sure to only use this option for content you own yourself.

Qtip: You can only insert media from a URL that is publicly accessible. If the URL can’t be reached by Qualtrics, then the media will not display in your survey.

  1. Click the question you want to insert media into.
    Which of the following is a recorded audio or video file distributed online?
  2. Select Rich Content Editor.
  3. Click More.
    Which of the following is a recorded audio or video file distributed online?
  4. Click the Insert Media icon,
    Which of the following is a recorded audio or video file distributed online?
    .
    Which of the following is a recorded audio or video file distributed online?
  5. Paste your media file’s URL.
    Which of the following is a recorded audio or video file distributed online?
  6. If desired, you can set your video width and height by clicking Advanced in blue and entering the desired dimensions.
  7. Click Insert.

Qtip: Though this method will work great for files you’ve hosted on your own servers, other hosting services may not be supported. If you have difficulty with this process, try adding media using the snippet of HTML code provided by your media hosting website. This process is described above.

YouTube Tips and Tricks

Videos hosted on YouTube offer quite a few customization options that may be useful for your survey. See the following sections to find out what is available.

Qtip: As of September 25, 2018, Youtube has deprecated the ability to remove suggested videos. See this page for more information.

Making a Video Private

When using YouTube to host your video, you can mark your video as “Unlisted” to prevent people from finding the video outside of your survey. To alter the privacy of your video, view YouTube’s Video Privacy Settings.

Enabling Autoplay

When inserting a video hosted on YouTube, you can enable autoplay to start playing the video as soon as the page loads.

In the Source view of your rich content editor, you will see the link to your clip. Add “?autoplay=1” to the end of the link if there is not another question mark (?) in the link for your clip. If there already is a question mark (?) in the link for your clip, add “&autoplay=1” instead. This will start the video as soon as a respondent opens that page of the survey.

Qtip: Look for the HTML code that is in this general format: src=”https://www.youtube.com/embed/videoID”. Insert ?autoplay=1 after the videoID and before the end quotation mark.

Which of the following is a recorded audio or video file distributed online?

Qtip: Autoplay only works on desktop browsers. It does not work on mobile.

Qtip: If you are using Chrome version 66 or later, Chrome has made changes so that autoplay will not work unless the video has no sound, if the user has clicked or tapped on the site, or if the user has shown interest in media on the site in the past. Chrome has made this change to reduce unexpected playbacks and sound when a page is opened. You can read more about this update here.

FAQs

Common Use Cases Overview

This page covers common Qualtrics use cases. Often, these use cases employ multiple features to create a specific setup. Make sure you have permission to access all features associated with a use case. Contact your Brand Administrator if you need your account permissions changed.

Common API Use Cases

This page highlights the ways other Qualtrics clients are leveraging the Qualtrics API. Below you’ll find a list of common API requests that our clients are using and the use cases associated with each request.

Employee Journey Analytics O...

Employee Journey Analytics is a project type that allows you to combine existing employee data from multiple projects into a single dataset that can be analyzed. With this dataset you can run analyses across your EX programs to understand how key moments of the employee experience relate to employee engagement, wellbeing, attrition risk, and other key measurements. With an Employee Journey Analytics project you can investigate questions such as:

Marketo Extension Basic Over...

The Marketo extension allows you to quickly and easily generate links in Qualtrics and immediately assign them to leads from a static or smart list in Marketo. Once the extension is set up, you can see your Marketo lists from within Qualtrics and choose to generate unique links for each contact inside a given list. Each generated link is immediately stored in a Marketo Lead Field. From within the Marketo platform, you can insert a token into your email campaign to assign personalized survey links to each unique lead.

Product & Technical Support

You can get in contact with the Qualtrics Support Team through your support portal. This option is ideal for troubleshooting, technical issues, and specific XM platform questions.

Action Planning Basic Overvi...

Action Plans are initiatives you can create based off your lowest areas of engagement. They allow you to assign tasks and plan resolutions to some of your company's biggest issues with employee experience. For example, if employees disagreed that they were adequately trained, a larger-scale action plan could be to implement a new training program.

Which of the following is a way for users on public social media platforms to communicate privately?

Direct message - (DM) Social media platforms provide a way for their users to communicate privately by sending messages through a private chat or inbox. It's common to see "DM me" on a public post to let the commenter know you want to move to a private channel.

What is a digital media file of a prerecorded radio?

Podcast. a digital media file of a pre recorded radio - and TV-like show that's distributed over the Web to be downloaded and listened to (or watched) on a computer or portable media player.

Which of the following media involve microblogging?

Microblogging is a combination of instant messaging and content production. With a microblog, you share short messages with an online audience to improve engagement. Social channels like Twitter, Instagram, Facebook and Pinterest offer popular platforms for microblogging.

Which of the following describes the measure of how effectively a company engages with online stakeholders in a beneficial exchange of information?

What is brand socialization? It is a measure of how effectively a company engages with its various online stakeholders in a mutually beneficial exchange of information.