Getting detailed data for attempts via the REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024
03:26 AM
I have a new quiz and am querying individual attempts using the REST API via Python.
While this works well and gives me basic information on the attempts, I would need more data. In particular, I would need the number of questions that were wrongly answered. I can see this in the web interface, but cannot seem to find a way to query it via the REST API.
Is this at all possible at the moment and if yes, how does it work?