Quiz with Custom Learning Map

Nov 19, 2014

I was looking for a way to present a user with a personalized learning prescription based on which questions they missed on a quiz. By adapting tips and tutorials from this site, I was able to put together this mini-demo.

Basically, I set up true-false variables for each question, defaulted to false.

variable

When the user clicks the Continue button off an incorrect answer, a trigger sets the variable to true.

trigger continue button

When the user gets to the Learning Map page, the resources list for each question is covered by a rectangle. If the variable for a question is set to true (incorrect), a trigger changes the state of the rectangle to Hidden, revealing the resources.

trigger

learning map

I hope you find this helpful in your quiz-building.

2 Replies

This discussion is closed. You can start a new discussion or contact Articulate Support.