I am using Adobe Captivate 6. I have a slide in my presentation that is a photograph. All around the photograph, I've placed click boxes with success captions. Users must click on areas of the photograph to identify problems. I want to display a counter to show if they've identified all the clickable areas but my formulas aren't working. Here's what I have:
I have identified a user variable "count_total" equals 0.
On each click box, on success I execute the standard advanced action "inc_count_total" which is expression: count_total=count_total + 1.
My text caption has the words: You have found $$count_total$$ items.
On preview, in the text box I see, "You have found 0 items." But clicking on the click boxes doesn't increase the total. What am I doing wrong?