Forum Discussion
Remove Rise microlearning restart button
- 20 days ago
Nisha, I think you found a bug! Note this only happens under this criteria:
- Microlearning course
- Use only one block
- 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:
Nisha, I think you found a bug! Note this only happens under this criteria:
- Microlearning course
- Use only one block
- 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:
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!
- PhilMayor18 days agoSuper Hero
I would say that was a bug, if you add a single text box there would be nothing to reset.
- PhilFoss18 days agoCommunity Member
I agree, based on the pagination dots are smart enough to hide themselves when there is nothing to click to, the restart button should also hide itself when there is nothing to click to. To a user this button appears to be broken.
- NishaAtkins16 days agoCommunity Member
LucianaPiazza​ Thank you for passing on the feedback.