The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Hello all,
By default, the "adjust events and due dates" box is not checked when importing content in Canvas at our school. As an admin, is there a way to globally switch this on? It is messing with our integrated analytics. I dug through the settings and this forum and couldn't find anything. I've included a screenshot.
Solved! Go to Solution.
Hi @pesmith,
I can tell you that there is no built-in option available to do this. You *may* be able to code some custom javascript to do that, but depending how that content is generated on the back end, it may get rather complicated. I've done some javascript modifications to the course settings page, which was pretty simple. On the other hand, modifying the text shown on the Apps tab of the settings area ended up being way more complex. You can see some of my scripts on my github page if you'd like to see what may be involved. One final note if you do go this route is that Canvas updates pretty frequently, and any update can break custom javascript code like this, so you'll need to verify everything still works every now and then and potentially do updates to the javascript as Canvas evolves.
Hope this helps!
-Chris
Hi @pesmith,
I can tell you that there is no built-in option available to do this. You *may* be able to code some custom javascript to do that, but depending how that content is generated on the back end, it may get rather complicated. I've done some javascript modifications to the course settings page, which was pretty simple. On the other hand, modifying the text shown on the Apps tab of the settings area ended up being way more complex. You can see some of my scripts on my github page if you'd like to see what may be involved. One final note if you do go this route is that Canvas updates pretty frequently, and any update can break custom javascript code like this, so you'll need to verify everything still works every now and then and potentially do updates to the javascript as Canvas evolves.
Hope this helps!
-Chris
Hello Chris!
Thanks for the reply. Javascript is above my paygrade but I am going to pass this on to see if we can have it set up. Again, I appreciate your help.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in