Give An Extra Quiz Attempt Using The API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2015
08:33 AM
I'm trying to use the API to increase the number of attempts a student has on a particular quiz. I tried figuring out the syntax using the Live API but I keep getting an error. Can anyone tell me what I'm doing wrong from this screenshot?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2015
10:02 AM
Seems like the documentation is a bit lacking. The format of the POST data should resemble this example.
{
"quiz_extensions": [
{
"user_id": 2,
"extra_attempts": 1
}
]
}