i am trying other options (other than not allowing students to see the last slide)
to use desmos as a test.
I wanted to have the table appear when they click the button, but also “capture” the grade, and not allow it to change when they make their corrections.
Is this possible? Here is my (shortened) activity. I was playing around with the code, but I can’t figure out how to ‘lock’ or “capture” the contents of the cell when the button is hit once.
a2 is a number list of the values captured each time the button is pressed, which will only be one value since the button is disabled after the first press.
Wherever you want to display the grade. I really meant that is how you can access it. So if you want it in a note:
content: "Your final grade is ${showGrade.lastValue(`a2`)}."
That did it…I was experimenting with alternatives to “pacing” for quizzes. That seems to do the trick!
Thanks to EVERYONE…I have been teaching for 35 years, and this desmos CL has been one of the most interesting teaching tools that I have come across in awhile!