You will be building an application that will work with a post-application endorsement survey. For this to work properly you will need to create two surveys -- the application survey and the endorsement survey. Title them accordingly, e.g., ECR Application 2019, ECR Endorsement 2019. These names are for your benefit so the acronym is fine. If you use the full title it is easy to confuse surveys because the end of the title gets cut off.
If you need a new link to the current RFA or FAQ, please see Harvard Catalyst Website Integration on Getting Started.
- Click Create New Project, click Survey, enter Project Name, then click Get Started.
- Add questions.
- Be sure to include questions for Endorser Name and Email.
- Leave Endorser first and last name in one field if you don't need to split them up, for easier piping (importing fields from one place to another).
- You may consider initially only including the survey questions that will be displayed on the endorsement survey or in emails. This will allow you to test the workflow by submitting the forms quickly without having to complete the entire survey. Once the survey is functioning properly, you can add the rest of the survey questions.
- Click the Survey Options link to review survey options
- Ensure that the Survey Title and Meta Description match the name of your survey
- Select Open Access to allow anyone to access the application survey.
- Un-check Secure Participants' Files.
This will allow the applicant to click the link in the email to view the file they uploaded if the applicant will be uploading files, and you want to include the applicant's survey answers in their confirmation email, OR if you have a review cycle. This will allow you to insert links to the applicants' uploaded files in the review form. Un-check Use Custom Survey Validation, unless you have created your own messages
- Un-check Custom end of survey message, or select/create a message
Un-check Save and Continue which can cause problems with caching of responses
Change Partial Completion to Delete (only needed for multi-page surveys)
- Click Survey Flow
- Click Add a New Element Here
- Click Embedded Data
- Type "appID"
appID is the key field that will be used to ensure that the endorser and/or reviewer is accessing the correct record. Be sure the case matches everywhere. - Click Set a Value Now
- From the dropdown, select Insert Piped Text > Random Number > Integer 100,000...999,999
This method does run the remote possibility of duplication. - Click Add a new field, type "courseName" (or "programName")
- Click Set a Value Now, type the name of your course (or program)
- Drag this new block above the Question Block (using Move)
- Click Save Flow
- Use embedded courseName in place of your course name
Anywhere that you have typed the name of your course it can be replaced with ${e://Field/courseName} - Verify that all links in survey open in new window.
This allows user to click to the RFA or other links without losing their place on the application form.- Click into question then click Rich Content Editor.
- Click on linked text then click link icon (chain link).
- Click Target tab, then make sure "New Window (_blank)" is selected.
- Add a Contact List Trigger
You will be using this contact list as a database to store name/value pairs that you can pull from the application survey into the endorser survey.- Tools > Triggers > Contact List Trigger
- Click "Please Select"
- Select My Library:...
- Click New Contact List
Specify unique name that matches the offering cycle name, e.g. ECR_2019 (do not use spaces)
(this will reduce possibility of duplication)- Click Save (not Save Triggers, which closes the pop-up)
- Under External Data Reference select Embedded Data and enter "appID"
- Click "Add additional fields"
- Populate First Name, Last Name, and Email using the appropriate question from the form (i.e. applicant first, last, email)
- Enter every field from the application survey, in order (Click + to add more fields)
- The field on the left is your variable name, it should be short and not contain spaces
- For open-ended questions select choice should be the question text not "Question Text"
- For multiple choice questions choose "Selected Choices" or "Selected Cho...Entered Text." "Selected Cho…Entered Text” will include both the selected choices and entered text, eg, if you have an "if other, please specify" field. For “Selected Cho…Entered Text” there is an implied AND. For a choose one question, it will send the selected choice even if it is text typed in the other field. For a choose many question, it will send a comma separated list that includes the text typed in the other field.
- For the file uploads type a memorable name (i.e. adminDoc) and select "File URL"
- Click Save Triggers
Note: to edit/view existing trigger details, click the name of the trigger, e.g., "Add respondent to the panel..."
- Add email action to send a confirmation email to the applicant when the application survey is submitted.
- (If you choose to use email triggers instead: You can't specify the From email address in email triggers; it displays as noreply@qualtrics. But replying to the email does go to the Reply-To Email that you specify.)
- Click Actions > Add Action
- Event: Survey Response
- Conditions: N/A
- Tasks: Send Email
- To: from the dropdown, select Survey Question > Email > Email
- You can copy your departmental email address on messages. Separate 'To' emails with a comma. Each recipient will only see their own email address, so it acts as a BCC.
- Add a From Address, From Name, and Reply-To Address
- In the Subject field
- Type "Successful Application of (name of your offering cycle)"
- Add information to the Message field
- Pipe in addressee's name (Hello Jane Doe,...), and course title.
- Pipe in the appID so they can reference it if they need to contact you.
- Pipe in endorser name and email address so they have a record of what they submitted and can contact you if they mistyped email.
- Include something like, "Your endorser(s) have received email(s) requesting they endorse you. Please confirm with them that they have received that message. You will receive an email notification when your endorse(s) submit their form(s). Until you receive that confirmation, and as the endorsement deadline nears, you may want to remind them to complete their endorsements."
- To: from the dropdown, select Survey Question > Email > Email
- Add email action to send an email to the endorser when the application survey is submitted.
- Click Actions > Add Action
- Event: Survey Response
- Conditions: N/A
- Tasks: Send Email
- To: from the dropdown, select Survey Question > Endorser Email > Endorser Email
- You can copy your departmental email address on messages. Separate 'To' emails with a comma. Each recipient will only see their own email address, so it acts as a BCC.
- Add a From Address, From Name, and Reply-To Address
- In the Subject field
- Type "Endorsement request from " (note the space after "request from ")
- From the {a} dropdown select "Survey Question" > First Name, Last Name
- Add instructions to the Message field
- Instructions for the endorsement process
- Pipe in appID, applicant first/last, your contact information, etc.
- If you would like to collect the endorser's response using email you are done with the Applicant survey and can begin testing. Make sure to use your own email address when submitting forms to review email templates as well as all surveys and flows.
- To: from the dropdown, select Survey Question > Endorser Email > Endorser Email
OR
- If you would like to collect the endorser's response using a Qualtrics survey, you will need to come back to this email action via the instructions in Building an Endorsement Survey.
Next Steps