Shared Action confusing two variables
First of all, I'm new to using shared actions.
I created a multiple choice quiz using advanced actions. The quiz allows two tries to give the correct a response. The correct response is the selection of 2 out of 4 possible options. The correct response is calculated by adding up points that increment a Score value when you select the right options. If you select a wrong option or deselect a right option the Score value is decremented. When the quiz is judged (by clicking a s Submit button) a correct response will have a score equals 2. After the first try a feedback caption tells you to try again. If after the 2nd try the score is still not equal to 2 you are given a final feedback message. The judging is done with conditionals and decision blocks.
This works fine as an advanced action but breaks as a shared action. What's happening is that the Tries variable seems to be using the Score values for the number of tries. In other words if I set the correct score to 3 and make sure that the appropriate selections increment the score correctly, if I get it wrong on the first try and right on the second try it is judged incorrect until I click the submit button a 3rd time. If I set the score to 4, it will take me 4 tries and so on.
This is my shared action. I'm assuming if you don't check off a parameter it will use what was in the original advanced action. You can see Score Value is set to received a new value per quiz. In the image it is 2 but when I set it to something else, the Tries seems to take on the same value. What's up with that?

