Am I dreaming? Link to Module no longer brings that module to the top of the scrolled view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There was a time when I encouraged faculty to provide links to entire modules. When someone clicked such a link, the Modules tool would display AND the module that was linked to would be scrolled into view (as an html anchor #).
Today? No.
I believe the RTE is not building the proper link when selecting a module from the "Add course link" drawer.
Indeed, the RTE builds a link that reference the module:
https://{inst}.instructure.com/courses/{course_id}/modules/{module_id}
...which displays the Modules tool, scrolled to the top.
Instead, it should build a link like this:
https://{inst}.instructure.com/courses/{course_id}/modules#module_{module_id}
...which sometimes behaves as I initially expected -- display the Modules tool with the view scrolled to where the module shows.
If I'm not imagining things, I'll open a bug ticket.
Thanks.