Boolean variables
I'm struggling with my first course! I have a drag-and-drop interaction where learners are supposed to complete a chart by putting each of the answers (20 buttons with text) in the appropriate cell. When the answers are correct, then the next button is supposed to be activated. The triggers for each button are working- the buttons change state (correct or incorrect) and when correct, the associated variable is adjusted as well. But when complete, it's not triggering the "adjust alltaskscompleted variable to true". I've tried multiple workarounds but am still new to this so I don't really understand what I'm doing wrong.
I went through every trigger for every object/answer and found a couple of things that could potentially be an issue. To troubleshoot I created a textbox to show the status of the variables when in preview mode, and that's when I found out that it wasn't an issue with any particular button. (See attachments.)
Is there something I'm doing wrong? Is there some other way to approach this? I feel stuck.