Hi,
I'm a newbie, trying to get a handle on the framework and how we'd use it with our courses.
I've been playing around and successfully created a sub menu but it isn't exactly what I'd like. I'd like to have a main menu with menu items that expand when clicked, exposing the sub menu items, where each is clickable and would navigate to the appropriate content page. Something like this:
Main Menu
|_Introduction (goes to content page)
|_Module 1 (expands when clicked)
|_Lesson 1 (goes to content page)
...
|_Lesson n (goes to content page)
...
|_ Assessment (goes to assessment or maybe just some final content page)
It looks like in order to do this, I'd need to create a new custom menu plugin and figure out how the NavigationView works and then possibly alter it at the core. I obviously don't want to do that. Am I over looking how the framework could work to accomplish this? Any advice is appreciated.
Thank you.
Rich