I believe I have discovered a bug in Captivate v9.0.2.437 A little background... I was tinkering with an idea where the user can manipulate various settings that are used to determine the capacity of a scale. The numbers across the top are called graduations, the left side represents the decimal place location, and the right side represents the size of the increment. In essence, the math is simple - the increment and decimal location are multiplied together to create the "count-by". This is then multiplied by the number of graduations to create the capacity. The default in this scenario is 10000 graduations with a count-by of 1. This means the scale would count up 1, 2, 3, 4, 5, etc. The user can select the various choices provided. Each selection assigns the appropriate value to a variable and calculates the capacity and displays it in the window of the scale weight indicator. The idea is for the learner to simply play with the combinations and see their relationship to one another to help develop understanding. Now the bug part. In the video, you can see me go through several selections but for some reason, the combination of 4 decimal places, 7000 graduations, and 1 or 2 divisions creates a lot more zeroes when the calculation is performed. I placed a few text boxes on top to show the variables being updated. The two values at left are simply multiplied together to come up with the value on the right using an expression. The expression works fine with all the other combinations. Unfortunately, I don't see anything I can do on my end to correct this...
... View more