Forum Discussion

NishaAtkins's avatar
NishaAtkins
Community Member
20 days ago
Solved

Remove Rise microlearning restart button

Hello

I have a Rise microlearning activity but it's just one block - a process. That's all I need, which means the restart icon (curved arrow) that automatically appears in the bottom right of the screen doesn't do anything (there are no other lessons or blocks to navigate to). Therefore, I want to remove it as to an outsider, it just looks like a button that doesn't work. (screenshot attached).

Does anyone know how to do this, presumably by editing the CSS please?

I found an answer from a few years ago but it's all changed since then so I can't follow those instructions.

Any help is much appreciated!

Thanks,

Nisha

 

  • Nisha, I think you found a bug! Note this only happens under this criteria:

    1. Microlearning course
    2. Use only one block
    3. Hide cover page during publish/export

    Here's the CSS I came up with, and as shown in the screen recording I added this directly to index.html

    <style>
    /* hide 'next buttons' including restart button for a single-block microlearning course */
    
    #app .lesson-one-page-slides__next-btns {
      display: none;
    }
    </style>

    Screen recording:

     

6 Replies

  • PhilFoss's avatar
    PhilFoss
    Community Member

    Nisha, I think you found a bug! Note this only happens under this criteria:

    1. Microlearning course
    2. Use only one block
    3. Hide cover page during publish/export

    Here's the CSS I came up with, and as shown in the screen recording I added this directly to index.html

    <style>
    /* hide 'next buttons' including restart button for a single-block microlearning course */
    
    #app .lesson-one-page-slides__next-btns {
      display: none;
    }
    </style>

    Screen recording:

     

    • LucianaPiazza's avatar
      LucianaPiazza
      Staff

      Hello NishaAtkins and PhilFoss

      I want to confirm that this is expected behavior in a Rise 360 Microlearning, even when you remove the Cover Page and include only one block. I understand that the ability to toggle this restart button on or off would be helpful in these instances where content doesn't need to be refreshed. We've shared your insight with the product team. We'll be sure to share any future updates in this thread so everyone stays in the loop.

      Thanks for helping make Rise 360 even better! 

      • PhilMayor's avatar
        PhilMayor
        Super Hero

        I would say that was a bug, if you add a single text box there would be nothing to reset. 

    • NishaAtkins's avatar
      NishaAtkins
      Community Member

      PhilFoss​ Thank you so much! Just what I needed and it's all sorted. Thank you very much for taking the time to help - really appreciate it.