Forum Discussion

Eric2's avatar
Eric2
Community Member
26 days ago
Solved

Crossword Puzzle Triggers

I need some assistance on issues I am experiencing regarding a crossword puzzle that I made on these slides. Here is how it is supposed to work: The user can click submit any time and if each box...
  • JudyNollet's avatar
    26 days ago

    Here's the top part of the trigger that shows the Try Again layer: 

    The conditions are connected with "and." That means that the Try Again layer will show when all the conditions are met. Which means it will only show when every entry is wrong. If any entry is correct, nothing will happen (unless, of course, all entries are correct; then the trigger that shows the correct layer will run). 

    To have a trigger run if any of the conditions is met, the conditions need to be connected with "or."  (Click on each "and" and a dropdown will appear that allows you to select "or.")

    The simplest solution, though, is to delete the "Show layer Try Again" trigger. Instead, show that layer via an Else statement added to the "Show layer Correct" trigger.