Skip to main content
Participating Frequently
May 22, 2018
Answered

How do I remove the progress bar from a slide?

  • May 22, 2018
  • 1 reply
  • 1859 views

Hi, I can not figure out how to remove the progress bar from a quiz slide when the learner is taking the quiz, please advise.  I have a next button created that works, so I have no need for the progress bar at the bottom of the screen.  Thanks!

    This topic has been closed for replies.
    Correct answer Lilybiri

    If you want to take out the playbar for the complete project, use Project, Skin Editor: uncheck the option Show Playbar, go to the tab Borders and uncheck the bottom border if you don't want to be lett with an ugly grey bottom border, the height of the Playbar.

    If you want to hide the playbar on slides, use the On Enter event of those slides to trigger the command 'Hide Playbar' in the actions tab of the Properties pael of the slide.

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    May 22, 2018

    If you want to take out the playbar for the complete project, use Project, Skin Editor: uncheck the option Show Playbar, go to the tab Borders and uncheck the bottom border if you don't want to be lett with an ugly grey bottom border, the height of the Playbar.

    If you want to hide the playbar on slides, use the On Enter event of those slides to trigger the command 'Hide Playbar' in the actions tab of the Properties pael of the slide.

    kvh860839Author
    Participating Frequently
    May 22, 2018

    Thank You!