Skip to main content
Known Participant
August 23, 2016
Answered

Of Playbars, TOCs and Branching

  • August 23, 2016
  • 1 reply
  • 354 views

I'm creating my first Captivate 8 branching module and have a couple of questions...

  1. Is there a way to have separate tables of contents for each branch?
  2. Is there a way to disable the playbar and TOC on only certain pages?

Thanks in advance.


Michael

This topic has been closed for replies.
Correct answer Lilybiri

If you want a separate TOC, you'll have to create it yourself, that is not possible with the normal Captivate TOC. You can hide slides in hte TOC, you can group slides and even build in multiple levels but that is it.

Yes, you can Lock the TOC, there is a system variable allowing that, think you even got already the command Lock TOC in the list. It isn't possible to lock/disable the playbar, you can hide it on certain slides. Use the On Enter event of the slide, both for locking TOC or hiding the playbar.. You can also hide the TOC if you want, but that is only possible if the TOC is in Overlay.

1 reply

Lilybiri
LilybiriCorrect answer
Legend
August 23, 2016

If you want a separate TOC, you'll have to create it yourself, that is not possible with the normal Captivate TOC. You can hide slides in hte TOC, you can group slides and even build in multiple levels but that is it.

Yes, you can Lock the TOC, there is a system variable allowing that, think you even got already the command Lock TOC in the list. It isn't possible to lock/disable the playbar, you can hide it on certain slides. Use the On Enter event of the slide, both for locking TOC or hiding the playbar.. You can also hide the TOC if you want, but that is only possible if the TOC is in Overlay.

mwjrAuthor
Known Participant
August 23, 2016

Thanks for the quick reply!