Modifying Variables-Test Questions

I am creating a Jeopardy-like interactive program for an on-line training piece. I have a game board main page set up on which the user will click a button to select a question from a set of 3 categories with 4 questions a piece. The selected question then shows up in a pop-up window. I have a score box on the main page that I want to update with each right or wrong answer. I have set the appropriate actions in an action group to be run once the user hits a "Process Question" button on the pop-up. The variable I have set for the score on the main page however does not update when I process the question. I have too many questions to put them on one page (I tested and it will work if I do put them all on the same page) and I want to keep my pop-ups for my questions. Any ideas on how I can get the variable to update properly upon the completion of each question if I keep my original setup?Thanks

Discussions have been disabled for this post