This article is specifically for the Watermark Course Evaluations & Surveys product. If you are setting up a developer key for other Watermark product (for example, Student Learning & Licensure or Planning & Self-Study), please refer to the Help Center document for that specific product.
The Course Evaluations & Surveys User integration with Instructure’s Canvas LMS has several features which allow you to customize the Course Evaluations & Surveys user experience within Canvas for students, teaching assistants, instructors and Administrators. The following provides setup steps and information on the User Integration functionality between Course Evaluations & Surveys and Canvas.
Note: If you have not yet completed setting up the Data Integration with Canvas, you will need to follow those instructions first.
Create a Developer Key in Canvas:
Overview
We have streamlined the setup process for Canvas LTI 1.3 integrations. Previously, administrators were required to manually create Developer Keys and copy-paste extensive JSON data between systems. With the new Dynamic Registration feature, this initial configuration is automated.
By simply entering a registration URL, Canvas and Course Evaluations & Surveys (CES) will now automatically exchange the necessary Client ID and security tokens. This significantly reduces setup time and minimizes the risk of copy-paste errors during implementation.
Note: While the Client ID exchange is now automated, administrators must still manually paste the Deployment ID into CES to finalize the connection.
Detailed instructions
-
Initiate Dynamic Registration in Canvas
- Navigate to Admin > Developer Keys.
-
Instead of the standard "+ LTI Key" button, click the + Developer Key dropdown and select + LTI Registration.
-
In the Dynamic Registration URL field, enter your specific CES domain URL using the following format: https://yourInstitution.evaluationkit.com/lti/dynamic-registration
Note: Replace yourInstitution with your CES domain displayed in a working URL.
-
Configure Permissions
- Once the URL is entered, you will be prompted to configure settings.
- Under "User data shared with this tool," select All user data.
-
Click Enable & Close to proceed.
-
(Returned to list of Developer Keys) and you will see the Client ID
-
Retrieve the Deployment ID
- Within Canvas, go into Admin and choose your account again. Click on Settings > Apps> View App Configurations
- Click on Click on “+App” button
-
In Configuration Type: select “By Client ID”. Paste the Client ID from a previous step. And click on “Submit” button
- For the above app, locate the "Course Evaluations" app you just created.
-
Click the Gear Icon next to the app and select Deployment ID > Copy the “Deployment ID”
- Finalize Installation in CES
- Within Course Evaluations & Surveys go back to Account > Integrations (section) > Canvas > User Settings tab
- In the Installation section. If there an old settings, delete them and refresh the page.
- You will notice the Client ID field is already pre-filled (a result of the Dynamic Registration).
- Click on Placements and make sure that all four placements are enabled.
- Paste the Deployment ID you copied from Canvas into the Deployment ID field.
-
Click Save.
For institutions that use their OWN custom CSS and JS files, follow the steps below to ADD the Course Evaluations & Surveys code to your existing CSS and Javascript files
- In Course Evaluations & Surveys, navigate to Account > Integrations (section) > Canvas > User Settings tab.
-
Under the Installation section, Step 1, copy the CSS code and paste it into your CSS file that is uploaded to your Canvas theme.
- Ensure that the Course Evaluations & Surveys CSS Code comes before all other content and comments in your CSS file.
-
Next, under the Installation section, Step 2, copy the Javascript Code and paste it into your JS file.
-
Ensure that the Course Evaluations & Surveys Javascript Code comes before all other content and comments in your Javascript file.
-
- Confirm that the changes have been completed and saved within your CSS and JS files.
- Within Canvas, go to Admin and select your Canvas account.
- On the left-hand side of the page select Themes.
-
Select Open in Theme Editor for your current theme under Themes.
-
Make sure that the correct version of your global files have been updated within the Theme Editor.
NOTE: Once you make the update, preview Your Changes. If everything appears correct, select Save theme, Apply theme, and OK in the confirmation dialog.
Go to Settings -> Apps -> View App Configurations (Note: this can be added at the Canvas sub-account level too. In that case add CSS and JS files at the same sub-account level, just make sure root level theme is empty. ) - You can now configure your desired settings for the Automated LTI Links & Customized Survey Notification for Students under the User Integration Setup section. See the Canvas User Integration Settings for more information on these settings.
Adding JS and/or CSS Code to you Canvas Theme:
IMPORTANT NOTE: If your institution uses other code in your Canvas theme JS or CSS files, please work with your IT Team to ensure that you are only adding or replacing the Course Evaluations & Surveys code.
- In Course Evaluations & Surveys, navigate to Account > Integrations (section) > Canvas > User Settings tab.
- Create a new text document in a text editor application, i.e. Notepad or TextEdit.
-
Next, under the Installation section on the User Settings tab, Step 1, copy the CSS Code in full and paste it into your CSS (Notepad or TextEdit) file.
-
Open another new text document in Notepad or TextEdit for instance, and this time under the Installation section on the User Settings tab, Step 2, paste the JS code into your (Notepad or TextEdit) file.
Complete the following to save the CSS and JavaScript files:
- In Notepad click on Save As and under Save as type select All Files, OR in TextEdit under the Format menu, select Make Plain Text.
- When saving your files, include the correct file extension (.css or .js) as seen in the examples above.
- Within Canvas, go to Admin and select your account.
- On the left-hand side of the page select Themes.
-
Select Open in Theme Editor for your current theme under Themes.
- If you show a CSS file or a JavaScript file already in use, you can see what code is already uploaded by clicking the View File button. If you show code other than Course Evaluations & Surveys code in your Canvas theme JS or CSS files, please work with your IT Team to ensure that you are only adding or replacing the Course Evaluations & Surveys code.
-
Click on Upload to select and upload your JS and CSS files respectively, as shown in the screenshots below.
-
After the files are uploaded, Preview Your Changes.
NOTE: If you Preview Your Changes after uploading either the CSS or JS file, you will need to return to the Upload tab to upload the second file.
- After verifying your changes, click Save theme, then Apply theme.
-
When presented with the confirmation dialog window, click OK to confirm the changes and apply the changes to the entire account in Canvas. This will initialize the User Integration for Course Evaluations & Surveys.
- Within Canvas, go into Admin and choose your account again. Click on Settings > Apps
- Click on “+App” button
-
In Configuration Type: select “By Client ID”. Paste the Client ID from a previous step. And click on “Submit” button
-
For the above App, click on settings dropdown -> Click on “Deployment Id” -> Copy the “Deployment Id”
- Within Course Evaluations & Surveys go back to Account > Integrations (section) > Canvas > User Settings tab
- In the Installation section. Delete old settings that may appear. Paste “ClientId” and “DeploymentId” that you copied earlier.
- Save the settings
- VERY IMPORTANT: If you are a LMS Admin, you may need to hand this step off to the CES Admin. Now that the User Integration has been set up, you should now configure your desired settings for the LTI Links & Customized Survey Notification for Students under the User Integration Setup section. See the Canvas User Integration Settings for more information on these settings.