How to code computation layer to accept a list of numbers

Students will find the prime numbers between 1 and 100 using sieve of eratosthenes. I want them to enter the list of prime numbers they find, either separated by comma or space, and be able to see on the teacher dashboard if they got it right or not. Is there a way to do this? It appears the math input option only allows you to enter one correct answer.
Thank you.

Hi @Kara_Campbell. My first thought was to make use of clickable points. Sieve of Eratonsthenes • Activity Builder by Desmos It’s not perfect, but it has a built-in check.

I also saw that someone else had built a sieve activity using tables for data entry, and I thought I should point it out. Sieve of Eratosthenes • Activity Builder by Desmos

1 Like

Thank you so much Serge, I don’t have much experience with desmos activities yet, I’ll check out the ones you found!