Set up the code to generate a link to the Qualtrics survey from within the learning module:
- This function adds parameters based on variables that exist on the page to the end of the qualtrics survey link.
These variables are exposed in the code for the modules
The link to the Qualtrics survey form is built in javascript, appending the current page location, title and email to the end of the URL 
- The printFeedbackLInk() function is called when the navbar for the module is built with Javascript:

This shows the path generated by the javascript - URL, title and email are all appended to the survey link.The added parameters are URL, TITLE and EMAIL.

- Open and edit the survey in Qualtrics.

- Click Survey Flow.

- Click "Add Below" to add another step. Click Embedded Data.

Add the parameter names used in your survey link.

- In this case I've added URL, TITLE, and EMAIL.

Now set up the email trigger to email the feedback to the author of the learning module. Click the Advanced Options dropdown.

- Select Email Triggers...

Set up a rule to send an email to the author. I've added a check that the value of EMAIL looks like an email address.
To do this select If Embedded Data EMAIL is Matches Regex [a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?
additional, more sophisticated regex validation for email addresses are available <a href="http://www.regular-expressions.info/email.html ">HERE</a>.
Click Finish Editing and then Save Triggers.

Make the title of the learning module show up in the survey itself.
Create a Descriptive Block type question, with Rich Text format.

In the toolbar of the editing window, click the {a} icon. Select Embeded Data Field and type the name of the field you want to display within the block of text. In this case it is TITLE.
- Clicking Insert will drop some code into your question.

Close the editing window to save the change.
This is what the user will see
