Blog Post

Discover
1 MIN READ

Storyline 360: Movie Trivia Game

TrinaRimmer's avatar
TrinaRimmer
Former Staff
7 years ago

In this fun movie trivia game, I've introduced the element of chance by using the random number variable in Articulate Storyline 360. First, I used the random number variable to randomly select one of three quiz question banks—each containing 15 questions and drawing five random questions. Then, I used it again to create the illusion of other players, each with dynamic scores displayed on the quiz results slide.

View this project in action

To learn more about how I built this project, check out this how-to article I wrote on working with the random number variable.

This project uses several free videos from Content Library, three movie-themed illustrations from freepik.com, and the free fonts Lobster and Bebas Neue.

Enjoy!

Published 7 years ago
Version 1.0
  • For those who have not upgraded to Storyline 360 and are still using Storyline 3, I used this JaveScript to generate a random number from 1 to 6 to select a number on a dice.

    var randomnumber = Math.floor((Math.random()*6)+1)
    var player = GetPlayer();
    player.SetVar("randnum",randomnumber);

    I then had 6 states on an image of a dice to represent each number from 1 to 6 and displayed the dice with that numbered state.

    This was for a game of snakes and ladders, using thermometers and syringes in my hospital setting.

    Ross
    • TrinaRimmer's avatar
      TrinaRimmer
      Former Staff
      Hi Neal. This download will open in Storyline 3, but it won't work as designed. That's because I've used the random number variable which is exclusive to SL360. Here's a link to bookmark so you can keep track of feature parity between Storyline 360 and Storyline 3: https://articulate.com/360/storyline#compare
    • TrinaRimmer's avatar
      TrinaRimmer
      Former Staff
      Hey Amy. You may want to post your praise on Diana's download too so she's sure to see it and knows that you appreciate it!
  • Hi Keith and Ben, Send me your email and I can forward the Storyline file to you. Working on another one at the moment too as it is fun to create.
    Send to ross.dewstow@waikatodhb.health.nz