Forum Discussion

GemmaHobson's avatar
GemmaHobson
Community Member
7 years ago

Remove lesson number in RISE

Hi all, 

I have removed the lesson label from my Rise course. Toggled off the Lesson Count Label in the navigation setting but the less0n number still appears- is there a way to remove the number? Any help much appreciated. ( see image) 

Thank you

Gemma

26 Replies

  • Please fix this issue. It doesn't make any sense from a UX standpoint and is confusing for the learner. The way our courses are set up are not conducive to this type of numbering. 

  • SonjaMysicka's avatar
    SonjaMysicka
    Community Member

    I'm having the same issue. I need the previous/next buttons but the lesson count doesn't match my sections & lesson titling structure. It's just confusing. This needs to be fixed. 

  • TerryBell1's avatar
    TerryBell1
    Community Member

    Agree, if I want my lessons numbered, I'll number them myself. (I'm more likely to number the sections, to be honest, but I don't want to be locked into numbering anything)

  • NatashaWells's avatar
    NatashaWells
    Community Member

    Also as a call out, if there's a quiz I can't add a Continue button. If I turn off the Previous and Next option, it messes up the navigation at the end. I have branching set up since I have multilanguages in my course. "Lesson 37" to get to the very last summary page is very confusing. 

  • Hello all! When navigation is turned off, lesson numbers are turned off, and the quiz is set to require a passing score, the lesson number will appear in the Continue button. We have this documented and will let you know if we make any changes that will help!

  • KristenBjork's avatar
    KristenBjork
    Community Member

    Any updates on potentially removing these numbers? They are very confusing and I would like to have a no numbers option. The workarounds are very inferior.

    • Renz_Sevilla's avatar
      Renz_Sevilla
      Staff

      Hi Kristen! Thanks for following up on this feature! Sorry, no news yet on this, but I'll update this thread if I have anything new to share with you all!

    • JeremyJennings-'s avatar
      JeremyJennings-
      Community Member

      Hey Kristen. I don't work for Articulate but I have a solution that is simple. In a text editor, open main.bundle.js.

      Edit main.bundle.js

      Set o=t.nextNumber
      to o=""

      Set i=n.previousNumber
      to i=""

      Save the file. Done.

      I've read previous posts where they consider this "complicated" because it deals with javascript but that's literally all you have to do.

  • Hi Gemma,

    This post is 2 years old so I didn't reply directly to you but thought I would in case you are still trying to remove these numbers. Here is the solution:

    Edit main.bundle.js

    Set o=t.nextNumber
    to o=""

    Set i=n.previousNumber
    to i=""

    Save the file. Done.

    I've read previous posts where they consider this "complicated" because it deals with javascript but that's literally all you have to do.

    • KarlMuller's avatar
      KarlMuller
      Community Member

      Hi Jeremy,

      Thank you for providing a simple solution.

      Unfortunately, we have a large curriculum and don't have the resources to apply this change every time we republish a course. 

      This should be a setting in the Rise course

  • Hi folks, good news! We fixed the issue in Rise 360 where the lesson number will appear in the Continue button when navigation is turned off, lesson numbers are turned off and the quiz is set to require a passing score. 

    If the problem happens again, please share a screencast with us and upload it here, we'll be happy to help!

  • jotaese's avatar
    jotaese
    Community Member

    Hello, someone fixed this problem modifying the css or js with the new rise360 version? 

    I am trying but i cant

    • AngeloCruz's avatar
      AngeloCruz
      Staff

      Hi Jose! We don't support or recommend modifying the output of your Rise course. However, there is an alternative way to remove the Lesson Number from the bottom and still navigate your course.

      First, you'll want to remove the buttons entirely:

      • Go to the Theme menu for your course
      • Choose Navigation
      • In the Navigation menu, choose the Buttons option at the top of the screen
      • In the Button menu, turn off Previous / Next Lesson Buttons

      Then, you can add a Button that will act as your navigation and trigger them to jump to another lesson or a webpage. Here's a quick screen recording on how to use a Button for navigation.