Getting list of Quiz Statistics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2018
09:44 AM
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!