Forum Discussion

RichardFrost-f3's avatar
RichardFrost-f3
Community Member
26 days ago
Solved

Trouble with Triggers

I am having an issue where I have a checkbox initial state as 'Selected' the learner needs to unselect the checkbox as part of the slide. I check that they have done this via a trigger to check the state of the checkbox.

I had assumed the state should be either Normal or Visited. I have tested both and neither has the effect I need.

Here is the trigger 

Does anyone see what mistake I am making?

  • Oh good Lord I am dense I had forgotten about the = could be changed !!! Thank you so much

    • RichardFrost-f3's avatar
      RichardFrost-f3
      Community Member

      Hi SamHill thank you for your help. Is the 'not selected' a state for the tickbox or a trigger condition? Sorry for being a little dense :)

      • SamHill's avatar
        SamHill
        Super Hero

        In the example you provided in the screen shot, looking at the condition of the trigger, rather than "=" use "<>" and instead of "Visited" use "Selected". In full: if the state of Resided 1 month <> Selected

  • Oh good Lord I am dense I had forgotten about the = could be changed !!! Thank you so much