Forum Discussion

NishaAtkins's avatar
NishaAtkins
Community Member
21 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 ...
  • PhilFoss's avatar
    20 days ago

    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: