Integration with D2L Brightspace LMS
Brightspace by D2L is an innovative online learning platform that transforms the educational experience. With its intuitive interface and powerful content creation tools, Brightspace helps educators and students interact more effectively. The platform supports personalized learning, allowing each student to learn at their own pace and in their own style. Brightspace also ensures high levels of security and data privacy, making it a reliable choice for educational institutions worldwide. With Brightspace, learning becomes engaging and impactful!
Exclusive exam integrity features of proctoring software have been proven to be helpful at any type of the Corporate Online Assessment or Higher Education Exams.
1. How it works
2. Setting up a quiz element
3. Upload the proctoring script
<!DOCTYPE html>
<html>
<head><title>Proctoring</title></head>
<body>
<p>There is nothing here. This is a service page for proctoring.</p>
<script>
(function (w, host) {
var script = w.document.createElement('script');
script.setAttribute('src', `https://${host}/sdk/supervisor.js`);
script.setAttribute('data-supervisor', 'start');
script.onload = function() {
if (w.supervisor) {
w.supervisor.on('load', function(iframe) {
var hash = new URL(iframe.src).hash.slice(1);
var d = iframe.contentDocument;
d.querySelectorAll('iframe').forEach(function (subframe) {
var input = subframe.contentDocument.querySelector(
'input[type="password"]'
);
if (input) input.value = hash;
subframe.addEventListener('load', function() {
var pathname = subframe.contentWindow.location.pathname;
if (pathname.endsWith('/quiz_submissions.d2l') {
w.supervisor.stop().then(function () {
return w.supervisor.logout({ redirect: true });
});
}
}, false);
});
});
}
};
w.document.body.style.overflow = 'hidden';
w.document.body.appendChild(script);
})(window.parent, 'your-proctoring-server');
</script>
</body>
</html>
4. Creating an LTI Link
5. Starting a proctoring session
| |