Pages that dynamically respond to lock/unlock states
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I might be asking too much of the system here but....here it goes.
I want to make a page that links to the assignments due for a student that week. But I am also using learning mastery and prerequisites/requirements, so not all students will have the same things available to them. Is it possible to place the links inside of a hidden <div> that is only revealed if the assignment is actually available to the student? Basically to put some code in the HTML/CSS of the page is display: None or something if the linked element is not assigned to that student. I know it is possible to pull shenanigans like this with javascript, rewrite a page based off of state queries, but I don't know if that is possible somehow within Canvas. Anyone know how to do it or know for sure that it is impossible?
PS. Instructor permissions only
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately I think restrictions on what html can be added to pages will make this impossible