Forum Discussion
janeluke
6 months agoCommunity Member
Quiz score based on elapsed time
I'm developing a quiz in Storyline, I would like to be able to change the score according to how long it takes to answer each question. There is no set time restriction; question completion times va...
AlexMilyaev-f86
6 months agoCommunity Member
There are several ways to create a test like this:
1. Storyline has a variable that counts time. You can use the values from this variable.
2. You can create a timer using JS or motion paths.
3. You can use the time on the slide to calculate the time (this is the longest and most inconvenient method, but it will require minimal knowledge of working with Storyline.
We record the time it took to answer in a variable. After the student has correctly answered the question, we count the points depending on the speed of the answer. To do this, we either need JS or it can be implemented through triggers that change the values of variables.