Differences Between Desktop App and GeoGebra.org Book Version
Needs Answer
I have created an applet that will generate geometry problems for my students to solve. It is also set to keep a counter going that tracks how many they solve correctly in a row (denoted as a streak).
On the desktop app, this works flawlessly. It will cycle between different question types and allow students to enter them into an input box, where it checks it against the correct answer.
When I upload it onto GeoGebra.org, everything works fine except for the counter for the streak.
I have tried implementing the counter a variety of different ways, but it never counts accurately. I have no idea what I am doing wrong, or why the applet does not replicate properly in the online ecosystem.
Files:
Geometric Pract...
Are you relying on a slider being an exact value eg
rather than checking a range eg
I am having it compare the correctanswer variable to an inputanswer, but this is the condition that I use for incrementing a few conditions.
This condition seems to work for updating the number of correct answers, but it does not increment properly for the streak counter and high score counter.
Sorry, still can't see where the problem is. Are you able to make a simple test-case to show the problem?
Comments have been locked on this page!