Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

🎉 The content should now be properly imported! Head to your Modules section and choose one of the CourseKata modules like My Progress + Jupyter. When you access the module, you should see a sign in page where you can sign in and choose which class on CourseKata matches the one that you are in.

Troubleshooting

Email was not provided by the LMS. Please confirm that CourseKata’s Privacy level is set to Public.

If you see this error and have confirmed that the privacy level is indeed public, your Canvas instance may not be sending the email anyway. You can, however force it to do so:

  1. Navigate to the Adminpanel, then Developer Keys

  2. Find the CourseKata tool, and click the pencil icon to Edit. In the configuration area find Additional Settings and make sure Privacy Level is set to Public

  3. In the same Additional Settings section, add the following two items to the custom keys box:

Code Block
custom_canvas_email_address=$Person.email.primary
custom_canvas_user_name=$Person.name.display