The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
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.
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": "",
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": "",
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in