I’m creating slides that have equations with randomly generated values as coefficients. Is there a way to check the students’ math input answers using something like
correct: (this.numericValue = “g”)
where g is what the answer would be given each random equation generated?
Thanks.