@edx/edx-proctoring
Advanced tools
Comparing version 3.11.4 to 3.11.5
@@ -143,2 +143,6 @@ /* globals accessible_modal:false */ | ||
var pingInterval = edx.courseware.proctored_exam.ProctoringAppPingInterval; | ||
var startIntervalInMilliseconds; | ||
if (pingInterval) { | ||
startIntervalInMilliseconds = pingInterval * 1000; | ||
} | ||
@@ -151,3 +155,3 @@ e.preventDefault(); | ||
if (shouldUseWorker) { | ||
workerPromiseForEventNames(actionToMessageTypesMap[action])(pingInterval) | ||
workerPromiseForEventNames(actionToMessageTypesMap[action])(startIntervalInMilliseconds) | ||
.then(updateExamAttemptStatusPromise(actionUrl, action)) | ||
@@ -154,0 +158,0 @@ .then(reloadPage) |
@@ -5,3 +5,3 @@ { | ||
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.", | ||
"version": "3.11.4", | ||
"version": "3.11.5", | ||
"main": "edx_proctoring/static/index.js", | ||
@@ -8,0 +8,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
991356
18242