Hi all,
In my application, I'm making separate API calls for each Quiz object to get its Statistics.
And as a result of this, if the number of Quiz is large, sometimes it takes minutes to load the page.
Would there be a better way to achieve this without creating separate API calls for each Quiz to speed up the process?
FYI, I'm using python SDK to make requests.
Thank you!