Qualtrics Tips

SU's Qualtrics page has additional info.

Basic Steps

  • Login using your NetID credentials at http://syracuseuniversity.qualtrics.com

  • Create a new project then under 'Create your own' click Survey. Then on the right click Get Started.

  • Now you should be on the Untitled Project page with your first question showing. It defaults to Multiple Choice but along the right side of the screen are all sorts of questions that can be customized. It's super powerful.

  • Click on the name Untitled Project to rename it.

  • There are buttons to Preview your survey before publishing it. You can even share a preview link with others before it goes live. We recommend gathering feedback while in the Preview stage and not Publish until it's finalized.

  • After you click Publish it gives you a link to share with people.

  • The Distribution tab has various ways to let people know about the survey, but you can stick with the link if you want.

  • The Reports tab helps you see the results and then share the results (see the Share Report button in the upper right, where you can choose PDF, CSV, etc)

  • You can add other survey collaborators from the SU community. They have to login once to Qualtrics on their own before you can add them. On the main Projects page, click the three dots to the right of your survey and pick 'Collaborate'. You can then add other syr users and give them specific permissions like edit, view only the reports, etc.

  • You can include file uploads as part of your survey and limit to specific file types and file size.

Add a collaborator to your survey

Before adding a collaborator, they must first log into Qualtrics; otherwise they won't appear in the auto-populate list when you type their email.

  • On the main Projects page (under hamburger menu), click the three dots to the right of your survey and pick 'Collaborate'. You can then add other syr users and give them specific permissions such as Edit, View Survey, View Reports, etc.

Add a back arrow button to survey pages

To add a back arrow/button, go into the Survey options and then enable ‘Back button’.

Add a Submit button to the end of your survey

To add the Submit button to the end, first select the block that contains the last question. Then look on the left and you should see the Edit Block panel. Click ‘Next/Previous button text’.

Enter Submit in the Next Button Text box.

Change end-of-survey message

  • On Survey tab, scroll to bottom of survey and select the ‘End of Survey’ block.

  • On the left under Edit end of survey:

    • Change End of survey message drop down to Custom.

    • Change second drop down to My Library and it will let you create a new message.

Add a date and time picker to survey

  • On the Survey tab, click the Look and Feel icon > General > Header.

  • Select Use Fixed Text

  • In the Header editing window, click the Source icon and paste the following code, which loads the Flatpickr platform. Then click Save.

    <link href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css" rel="stylesheet" /><script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>

  • Now select the survey question where you want the Date/Time picker to appear.

    • Click Javascript on the left and paste the following code into the Onload section and click Save.

      jQuery("#"+this.questionId+" .InputText").flatpickr({enableTime: true, altInput: true, altFormat: "Y-m-d h:i K", dateFormat: "Y-m-d h:i K", minDate:"today", maxDate: new Date().fp_incr(7)});

       

    • Options that can be changed in the code:

      • Change how many days out are displayed: fp_incr(7)

      • Enable or disable the time picker: enableTime: true/false

Send an email to a specified person every time a form is filled out

Send a thank you email upon survey completion

Limit the file upload size in a survey

Limit the file type for uploads (such as PDF only)

Reusing a survey

Search and Replace

Support and Training