How could I use the self-checking script to accept two answers independent of each other. I do not want to have two math input boxes. I want one math input box that will accept two or more answers. The following script is for just one answer. I am just inquiring on how it would need to change to accept two correct responses.
Here is the script I am using.
problem = Sample1
answer = 6 (I want to accept two unique answers in one math input template)
studentAnswer = problem.numericValue
content: when (studentAnswer = answer and problem.submitted) “Your answer of ${studentAnswer} is CORRECT!”
when (problem.submitted) “Your answer is incorrect.”
otherwise “”
Here is a link to that activity. Sample • Activity Builder by Desmos