Forum Discussion
Extracting lesson titles
I don’t see any built-in way to do this in Rise unless you follow the approach suggested by KarlMuller and elizabeth in their post.
Another practical way to achieve this is to use JavaScript injected directly via the browser’s developer tools (Console) once the course is fully loaded and all menu items are rendered.
Press F12 on your keyboard to open Developer Tools, then paste and run the script. This will extract the course name and lesson titles in the order they appear in the menu.
The script can also automatically copy the result to your clipboard, allowing you to paste it anywhere you need afterward. Again, if you're not comfortable with JavaScript or don't enjoy experimenting with it, I would strongly recommend considering some of the other solutions suggested in this thread.
Related Content
- 1 year ago
- 1 year ago
- 1 month ago