Making a Prompt Randomizer using Panel

So I’m trying to implement a feature where one-line prompts are given and then users have to draw it. I want the prompt to alternate between 7 different ones but also have the ability to switch some out through the panel. What would be a way to go about doing this?

Should I create a notes section and have each prompt be a note from which one can randomly be chosen?

If you don’t want to use subpages, the alternative would be a structure field.

Okay cool, and then would it be a matter of using shuffle to go through the prompts?

Yes, exactly!

1 Like

Got it working. Thank you!!!