Forum Discussion

johnfaulkes's avatar
johnfaulkes
Community Member
1 day ago

Extracting lesson titles

Is there a quick way to pull all the lesson titles (or preferably all the module and lesson titles) from a Rise course, that i can put into a document or an email?

Thanks in advance

John.a.

3 Replies

  • KarlMuller's avatar
    KarlMuller
    Community Member

    Hi John,

    Besides copying and pasting from Rise into a document/email there is no quick and easy way to do this.

  • I agree with what Karl said. Probably the easiest way to get the list as a copy/paste is to do a preview, click your cursor into the left sidebar menu, do a Ctrl A to select all, then Ctrl C to copy.

  • Nedim's avatar
    Nedim
    Community Member

    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.