Canvas and Mastery are experiencing issues due to an ongoing AWS incident. Follow the status at AWS Health Dashboard and Instructure Status Page
We just migrated to Canvas and I am very frustrated that the nice modular pages that came from our old LMS can only be viewed one-at-a-time. Perhaps there's a feature that will allow me to do this.
I have an 'orientation' module for students that interleaves a lot of introductory information with some key pages carrying info they'll need again and again. These pages are very brief and it's silly that students have to go through multiple clicks when it's stuff I want to jump out at them on the home page.
It is certainly undesirable to go copying material from multiple pages into another page.
If I could set a module to present the content of the pages it contains, rather than linked titles, that would help a lot. But no joy there either.
Can someone tell me if this can be done, and how?
You can use this build in code for dialog box. paste it to your page's html and it opens up your brief info page inside the page, student can close it by clicking on the check mark.
<div id="dialog_for_anylink" class="enhanceable_content dialog" style="background-color: #f5989b;">This is your brief information</div>
<p><a id="anylink" style="padding-left: 60px;" href="#dialog_for_anylink">Click for information</a></p>
Thank you, but it looks like this involves copying the text/content from the source page into the target page, rather than including by reference to the source page. I want to include a page dynamically by reference. Do I misunderstand?
To 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
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.