Book Image

Learning Articulate Storyline

By : Stephanie Harnett
Book Image

Learning Articulate Storyline

By: Stephanie Harnett

Overview of this book

Storyline is an authoring tool packed with out-of-the-box features that don't require any special knowledge to operate. That's right; this is a programming-free zone! E-learning authoring is no longer limited to developers; the doors are now wide open for subject matter experts with their content, writers with their storyboards, and designers with their media to work in conjunction with developers to collectively create some very cool e-learning projects. "Learning Articulate Storyline" introduces the powerful and easy-to-use features that are changing the landscape of e-learning development. You will learn about the new paradigms and features that set Storyline apart from other development tools. You'll gain insight into how you can best leverage your skills and some best practices when working with Storyline. Storyline rocks! And you're about to discover why. The aim of this book is to help you bring content to life in interesting and engaging ways, customizing the learner experience, allowing for hands-on participation, and optimizing your production processes to streamline your efforts. This book will help you enhance your skills and become an accomplished e-learning author and Storyline user.You'll work on several different projects, all created from scratch by you as you work through this book. Each task focuses on a set of complementary topics to complete the project. You'll be up and running building your first project within 10 minutes of starting this book and will add content, animate it, and control object and slide behavior to complete your first project. You'll then move on to more advanced topics to incorporate media elements, quizzing, and scenarios, then conclude by publishing your projects.When you finish this book you will be able to confidently create shining examples of e-learning done the right way, and it is this skill that will set you apart from the crowd.
Table of Contents (19 chapters)
Learning Articulate Storyline
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Types of variables


There are three types of variables available in Storyline:

  • True/False: This type of variable is sometimes known as a Boolean variable. Unlike numeric or text variables, they can have one of two states: on or off. This type of variable can be used for things such as toggling buttons based on user input, detecting learner activity such as where a user is in a course, or seeking acknowledgement such as user agreement.

  • Number: This type of variable contains numeric values only and can be manipulated using basic math operations (add, subtract, multiply, and divide). Number variables are often used for scores and number of attempts.

  • Text: This type of variable can contain any value: numbers, letters, spaces, and special characters. All information is treated as text and cannot be manipulated like a number variable can.

As is the case with all variables, the information contained within is temporary only. For example, you may have a variable called opinion and use this to ask...