Table Quiz Activity

Dec 08, 2021

Hey everyone, 

I'm working on building a table in Storyline that needs to function as a kind of quiz/activity. The learner has to review the table ( picture attached) and confirm whether the information in the "Customer Doc" column matches the "IDS" column by selecting Y or N in the Match? column. 

Then when they hit the submit button (that I'll be adding at the bottom) I need it to evaluate the answers and generate the Correct! layer or the Try Again. 

And that is where I'm stuck. Any ideas how to make this work gang? 

All the best, 

 

Jason

1 Reply
Richard Watson

Jason,

Are you saying you want a Yes and No option for each row. In order for them to get the Correct layer, they must get all of the rows correct?

If so, one way you could approach this is with Radio buttons (T and F) for each item on a row and use button sets for each pair.

Create a variable ALLTRUE and set it to False. Create a trigger that sets it to True when all of the correct answers are selected (e.g., all of the radio buttons). Show the incorrect layer if ALL TRUE is false, Show the correct layer if ALL TRUE is true.

On the Incorrect layer, reset the ALLTRUE variable to False when the timeline starts on the layer and change the states of all the radio buttons back to normal (e.g., not selected). hide the layer.

This will reset everything and the learner can try again.

Just add the radio buttons on top of your table.

I've attached a rough .story file for you to back engineer if you are interested.

Hope this helps a little. As with everything, I'm sure there are other ways to do this. It took me about 5 minutes to build it using this approach.

 

 

 

 

Richard