I’m running into an issue with iterating an operation. I’ve looped through the Quiz Report api several times to get to a place where I can get to each quiz for a given course. Now I’m trying to get down to the display name and url for a given file.
You can see in the image it is nested like:
Display Name: Bundle 1 (Collection), Body (Array), x (where x=the place in the array), file (collection), display name (value)
File: Bundle 1 (Collection), Body (Array), x (where x=the place in the array), file (collection), url (value)
I don’t know how to iterate those so I can pass the values to a database. Can you please help?
Thank you,
Jonah