Can the API tell me if a quiz is configured to use Respondus Lockdown Browser?

Jump to solution
glparker
Community Champion

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

Labels (1)
1 Solution
glparker
Community Champion

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": "",

View solution in original post