Content Locking

Have you looked at using Logiic?

Hi @hbailey

Yes, it’s what I described above, but maybe I wasn’t clear.

The options I tested were:

  • Event: Components Complete (Question 01)
  • Action: Show hidden component (Question 02)

This doesn’t work because, for Evolve, the question is only “Complete” if there’s only one attempt OR, in case the question has unlimited attempts, if the user gets the answer right. So if the user doesn’t get the first question right, the next question never appears.

  • Event: Components Started (Question 01)
  • Action: Show hidden component (Question 02)

This doesn’t work because, for a component to be considered as “Started”, they don’t have to submit the answer, they just need to make an interaction (select one option, for example)

  • Event: Components Viewed (Question 01)
  • Action: Show hidden component (Question 02)

This doesn’t work because the user doesn’t have to interact at all with the Question component.

Are there any other options I’m not familiar with or simply not considering?

Thank you