Verity allows instructors to create proctored assessments for test-takers within Canvas. To allow instructors and test-takers to access Verity, as an admin, you must connect your Canvas account with Verity.
Adding Verity to Canvas
As an admin, you can integrate Verity with Canvas by adding a JSON URL to the Developer Keys.
- In Canvas, select the Admin menu in the side navbar, then select the account you would like to add the JSON string to.
- Select Developer Keys in the side navbar.
- Click + Developer Key, and select + LTI Key from the drop down menu.
- In the Key Settings page, enter a name for your key (e.g., YuJa Verity).
- Select Enter URL in the Method drop down menu.
- In the JSON URL field, enter this URL: https://zone1.verity.yuja.com/lti/config/canvas.json
- Click Save.
- In the Developer Keys page, locate the Verity key that you have added.
- Copy the number shown in the Details field (the Client ID), and toggle the State field to ON.
- Click Switch to On to confirm enabling the Verity key in Canvas.
- Select Settings from the side navbar.
- Select Apps from the top navbar.
- Click View App Configurations.
- Click +App.
- Select By Client ID in the Configuration Type field.
- In the Client ID field, paste the Client ID copied earlier in the Developer Keys section.
- Click Submit.
- Locate the row of the YuJa Verity app that you have just added, then click the Settings icon.
- Select Deployment Id from the drop-down menu.
- Copy and save the Deployment ID shown in the pop-up window.
- Contact your Client Success Manager with your Deployment ID and Client ID to finalize the LMS configurations for Verity.
Testing Verity's API Access
Once your Client Success Manager completes the integration, you can test the REST API to ensure instructors can delete Verity quizzes and create Verity practice quizzes in Canvas.
- In Canvas, click the YuJa Verity link in the sidebar to open the Verity portal.
- In Verity, select Settings > Integration Settings from the side navbar.
- Select LMS API in the Select Integration drop-down menu.
- In the Access Keys section, click Test Institution Access to make sure your Canvas account has been integrated with the API.
- Confirm that your API access is successful for both Read Accounts and Read Courses access.
Note: If your API access fails, please contact your Client Success Manager to update the API key for your institution. - Click Close.
Adding the LMS Visualizer to Canvas
As an admin, you can add JavaScript code within the Theme Editor to monitor the Verity Browser extension. With the JavaScript code enabled, test-takers will be guided to download the Verity Browser Extension before accessing the assessment. They will not be able to access the assessment unless the Browser Extension is installed.
- Within Canvas, click the YuJa Verity link in the sidebar to open the Verity portal.
- Within Verity, select Settings > Integration Settings from the side navbar.
- Select LMS Visualizer in the Select Integration drop-down menu.
- Click View Visualizer.
- Copy the JavaScript code that appears in the new tab.
- Within Canvas, select Themes from the side navbar.
- Hover over your theme, and click Open in Theme Editor.
- From the left panel, click the Upload tab.
- Locate the JavaScript file field, then click View File to open the JavaScript code page.
- Right-click on the JavaScript code page and select Save as to save the file to your device.
- Open your file within a text editor (e.g., Notepad), and paste the JavaScript code copied in step 5 at the end.
- Save your file in your text editor.
- Within your Theme Editor, locate the JavaScript file field and click Select to upload your file.
- Locate the Mobile app JavaScript file field, then click View File to open the JavaScript code page.
- Right-click on the JavaScript code page and select Save as to save the file to your device.
- Open your file within a text editor (e.g., Notepad), and paste the JavaScript code copied in step 5 at the end.
- Save your file in your text editor.
- Within your Theme Editor, locate the Mobile app JavaScript file field and click Select to upload your file.
- Click Preview Your Changes.
- Click Save theme.
- Click Apply theme to add the new theme setting.