Forum Discussion
HarryCarter
6 years agoCommunity Member
Hyperlink to other parts of a course?
Is there anything available that allows for hyperlinks/# to another part of a course?
Regards,
Harry Carter
PhilFoss
8 months agoCommunity Member
There's a good reason Rise can't easily add this feature, it has to do with the nature of how the navigation works in Rise- the courses are built on https://react.dev which uses the hash in the url you may have noticed in your courses, to manage the navigation. This prevents you from adding a regular html anchor link.
So you need to use javascript. I call this a 'jump' menu in Rise. This is why I like Rise so much, its the perfect platform to add/improve upon.
- MarionVDA2 months agoCommunity Member
Hello, please can you share how you did this? Did you add the custom menu as a Web Object or did you embed the course in an HTML Wrapper?