简体   繁体   中英

Articulate storyline Ordering Results

For an Articulate Storyline project I would like to order my results from High to Low and display only the top 5.

Does someone know how you can do this in Articulate Storyline or Javascript?

You need to learn about:
1. Triggers.
2. Variables.

1. You can use triggers to perform actions based on a condition - for example:

Show image_1 on mouseover of button_1

Simply attach the trigger to the object you want to be affected and choose which condition affects it.

The triggers will execute in the same order they are placed in the trigger panel at the top right of the screen.

2. Now, about ordering the results, you will need to test if a result is bigger than the next result, and if it is, place it at the top of the list. For this you will need to assign each result to a variable .

在此处输入图片说明
There are 3 types of variable in Storyline:

  • Text
  • Number
  • True/False

You want Number as the results are numbers.

Now you have variables that represent each of your results, you need to test them against each other to determine the order from high to low.

You can display results as textboxes depending on their value using triggers to compare results.

Why my text variable are inverted in preview??? I am writing persian text. For example : I am writing "زهرا" in input But my variable show "ارهز" in textbox in next slide

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM