Can the API tell me if a quiz is configured to use Respondus Lockdown Browser?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm going through the process to migrate our users from the legacy Respondus Lockdown Browser integration to their newer LTI integration. As part of this, I want to know which courses have quizzes protected by Lockdown Browser (legacy version), so I can work with those faculty on the changes.
I can see where /Assignments know about Turnitin Settings, but I've not yet found similar API data on Lockdown Browser. Does it exist via API, if so, where?
Thanks, Glen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Answering my own question. Yes, there is undocumented data returned via the quizzes API. It's included when you return all quizzes, or when you return a single quiz.
/api/v1/courses/{course_id}/quizzes
or
/api/v1/courses/{course_id}/quizzes/{id}
"require_lockdown_browser": true,
"require_lockdown_browser_for_results": true,
"require_lockdown_browser_monitor": null,
"lockdown_browser_monitor_data": "",