Generating 10 random questions

I know I need to generate a session token based on the user coming in. However, the way I set up my math quiz, I’m not sure how I would implement the code to do this. The problem is that I keep getting the same 10 questions every time I enter the Random Quiz (API) in my quiz app. I’m thinking to do a fetch somewhere in the main page for the session token, then later use this token to append the fetch in the random quiz game.js script. Is my thinking correct? Any help would be great.