Hi guys! Sorry for so many answers and thank you,
The only thing I miss in Desmos, are things that could be easily implemented. The correctness mark that we teachers get in preview mode
sometimes I would like the students to see it to have more feedback. I end up programming it using graph labels or subtitles which is time consuming and “ugly”.
Also it would be great to have the number of correct questions answered, for the student or the teacher.
I am trying to program it but I got stuck in:
number("g"):
when table4.cellContent(2,1)="✓" numericValue("${graph1.number("g")}+1")
otherwise numericValue("${graph1.number("g")}")
Because it says there is circular dependecy. So it looks like the programming structure:
variable=variable+1
is not possible in here.
I was thinking on creating a numberList and aggregate every correct answer and at the end check the numberList lenght. I don’t even know if it’s possible.
Thank you for your time