I love this activity (Infinite Derivatives Power Rule with Check ⢠Activity Builder by Desmos) and I was trying to edit the type of questions given, but each time I do by making it only {g1} or {g1}+${g3}, it will not check correctly. I cannot find how the computational layer is checking the problem. I have included the original script and the second screen I wanted to make it more simple by just having two terms both be with positive integers.
I understand that I am probably looking at the math answer box CL, which reads like this:
c1=g.number(c_1
)
c2=g.number(c_2
)
k=g.number(k
)
suffix: when this.script.correct and this.submitted “” when this.submitted “” otherwise “”
correct= k<0.0000001
correct: correct
I am missing something with “this.script.correct.”
Thanks for any help given.