Hi!
I’m creating a math program and I have a question on a very important thing. I’m creating over 2,000 questions in a question bank for my math program. How would I use code to create about 20 question per math skill, like this:
Let’s take a simple topic like multiplication. Instead of me manually opening up the collection and literally creating 20 items, each one having a question field, an answer field, and a question ID field (basically the number that the question was created in line, so the 50th question created by the code would have an ID of 50). How could I create that?
I made those items in the picture above manually, but how could I have a system do that automatically for me? So I’d end up with 2,000 different questions about plenty of math topics.