Forum Discussion
HappilyCreative
3 years agoCommunity Member
Help with Crossword Puzzle
Hello,
I am working on a crossword puzzle and am experiencing some issues to get my triggers to work. I set up an "AnswersCorrect" variable in which a value of 1 should be added each time a learne...
SteveGannon
Community Member
Hi Holly,
You have your variable names incorrect in the triggers. You're using an erroneous variable name (e.g., "BudgetB") whereas the variable you should be using (which is assigned to the text entry) is "BUDGET-B". If you replace all of the variable names in the triggers where you're adding 1 to AnswerCorrect to the all-uppercase and hyphenated variable names, it should work. For example, replace "DebitD" with "DEBIT-D".
HappilyCreative
3 years agoCommunity Member
Alright, I will be taking a look in the morning and give this a try. Thanks so much for taking a look and letting me know how I should be able to get it to work Steve!! Really appreciate it.