Forum Discussion

Jessi's avatar
Jessi
Community Member
7 months ago
Solved

Triggers Not Working Across Layers

Hi everyone,  I'm working on an activity where the learner takes a self-assessment and then gets custom feedback based on their score. Each radio button changes a variable that adds to the total sc...
  • JudyNollet's avatar
    7 months ago

    The problem is the trigger on the Q3 layer that's supposed to change the button to Normal. It's looking for one of the radio buttons on the BASE to be Selected. 

    Also, the trigger is set to change Button 1 on the BASE. 

    The fix: edit the triggers so they refer to objects on that layer. (I didn't check the other layers, but I suggest you do so.)

    BTW, programming and troubleshooting would be a lot easier if you gave buttons meaningful names. For example, Q1-response1, Q1-response2, Q1-response3, Q2-response1, Q2-response2, Q2-response3, etc.