eLearning-BS23 / moodle-quizaccess_proctoring

MIT License
22 stars 28 forks source link

Uncaught SyntaxError: Identifier 'isCameraAllowed' has already been declared (at xxx) #97

Open tengkualauddin opened 11 months ago

tengkualauddin commented 11 months ago

The proctoring.js reload multiple times on Moodle page, causing the javascript error in console in every page in Moodle. Suggest to change variable declaration from 'let' to 'var'

michael-milette commented 1 week ago

I get this error too on every page load of any page on the site.

Uncaught SyntaxError: Identifier 'isCameraAllowed' has already been declared (at events.js:1:1)