Skip to main content
Known Participant
July 7, 2017
Answered

Want to launch a course from the first splash page

  • July 7, 2017
  • 1 reply
  • 542 views

Hi,

I have used a text entry box on the splash screen and the name entered on this page is used later in the course to welcome the learner. When I exit and launch the course again, the course begins from the Menu page instead of splash page. Menu page comes after splash page. I want learners to be able to change their name on the splash screen in case they don't enter it the first time or want to correct it. However, the course never shows the splash screen again. So, the learner gets only one chance to enter their name and see the splash page.

Is there any way to start the course from the splash screen on each launch instance?

Looking forward to find some resolution here.

Warm regards,

Pritee Bagwe

    This topic has been closed for replies.
    Correct answer Lilybiri

    I am using captivate 9. I am a bit new to Captivate. I have never used a Boolean variable .


    Conditional action would need two decisions:

    First decision 'Always'

       IF 1 is equal to 1

           Assign v_visit with 1

    Second decision 'CheckIt'

      IF v_visit is equal to 0

         Go to Previous Slide

         Continue

    ELSE

         Continue

    1 reply

    Lilybiri
    Legend
    July 7, 2017

    I don't know what you mean by 'splash screen'. A Captivate course will start with the first slide, have no idea how you could put a Text Entry Box on something else than a slide.

    Known Participant
    July 7, 2017

    Hi!

    Splash screen is the first screen of any course. In this case, it is the first slide of the captivate project. On this first slide, I have a text entry box.

    Lilybiri
    Legend
    July 7, 2017

    Check the option 'Never Send Resume Data' (Advanced button for Manifest) if you are using a SCORM project. If not, uncheck the option "Self-paced Learning" in the TOC. That way the user will always get back to the first slide.