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.
Is it possible to implement the same solution as RMIT? I was trying to follow on their PDF https://www.rmit.edu.au/content/dam/rmit/documents/staff-site/Learning_and_Teaching/Learning-and-Tea... , but it hasn't worked for me. Does something additional need to be activated? Thank you
Solved! Go to Solution.
Hi @Sukra,
It looks to me like the Glossary tool is something custom that RMIT may have developed locally. It's not something that is a part of standard Canvas installations as far as I'm aware, so it's unlikely people outside of RMIT will be able to use that functionality right now.
-Chris
@AgataOleksiak The link you provided does not work, can you please explain what you are trying to do?
-Nick
I am with @nwilson7 -- your link is broken. Plus it looks like you may have to be logged into the system in order to view the actual page.
Please provide more information about what you would like information on.
It’s been a while since we’ve heard from you. We hope you are doing well and that you’ve found an answer to your question!
The Community Team acknowledges that this thread does not have a proper answer. However, we are marking this post as a temporary solution to help Community Members find and respond to the newest and most active threads.
At any time, any Community member can click the “Not the Solution” option and then respond in-thread with your follow-up questions. It’s important to include @CommunityForums in that reply so we can restore the entire topic to our list of unanswered questions we check routinely.
I have the same question - I would like to set up a course glossary that highlights all terms on any course pages and provides an explanation (as hover/mouse-over-effect). I have come across the instructions from RMIT under https://www.rmit.edu.au/content/dam/rmit/documents/staff-site/Learning_and_Teaching/Learning-and-Tea... but was unable to reproduce it. Any ideas what I am doing wrong? Thanks!!
Hi @Sukra,
It looks to me like the Glossary tool is something custom that RMIT may have developed locally. It's not something that is a part of standard Canvas installations as far as I'm aware, so it's unlikely people outside of RMIT will be able to use that functionality right now.
-Chris
@Sukra ...
You might be able to accomplish something like this using a "lightbox effect". Seven years ago, I wrote a blog entry here in the Community about it, and you can find it here: Lightbox Effect. Maybe it will give you some ideas to use in your own course.
@Sukra ...
Here's another possibility for you to consider:
Add a Tooltip to Text
Example
<span style="font-size: 14pt;"><strong><span title="Text Tooltip">Here is some text with a tooltip.</span>
The blue "Text Tooltip" text is the content of the tooltip (abbreviated for the code snippet), and the black "Here is some text with a tooltip" text is the text to which the tooltip is applied.
You might even want to bold/italics the words that students will see on the page so that they know they need to hover their mouse over those words in order to see the tooltip.
Hi @Chris_Hofer,
Does this suggestion work from an accessibility standpoint? If they have to hover, how does it work with a screen reader?
Thank you!
Laura
@Lsheehy7 ...
This is something you can try yourself...but I did try it in my own sandbox course. I pasted the code I provided into a content page (via the HTML editor). Then, I used the Immersive Reader tool to see what it might look like. Here are the results:
The page name/title is "hover text", but my "Text Tooltip" text (the text you would see when you hover over the other text) doesn't show up within the Immersive Reader interface.
Hope this helps a bit.
Hi @Chris_Hofer,
We have Read Speaker on our Canvas. When I use it, it only reads "Text Tooltip" it doesn't read anything else in the line... interesting...
Hi Chris, thanks a lot for your tips. I'm afraid it won't be possible to change all pages that way but for certain instances it's definitely useful.
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
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.