Capture Photo On Quiz attempt start

Capture Photo On Quiz attempt start

על ידי SOUREN SEN בתאריך
מספר תגובות: 4

Hi,

I am using Moodle version-2020061501.02.

requirement:Here on "Attempt Quiz Now" button click i want to open a popup to capture the photo of the student.

Now i have developed local plugin called "proctoring" under quiz/accessrule,  here i have written a javascript alert in AMD repo and that javascript i am calling from "setup_attempt_page" in rule.php of my plugin.

But on click of that button the javascript is not getting called.
The way i am calling javascript is
$page->requires->js_call_amd('mod_quiz-quiz_accessrule_proctoring/photocapture', 'setup');

Please let me know asap how can i call my plugin javascript here.

צרופה proctoring javascript.JPG
צרופה rule.php.JPG
ממוצע דרוגים: -
בתגובה ל: SOUREN SEN

Re: Capture Photo On Quiz attempt start

על ידי Marcus Green בתאריך
תמונה של Core developers תמונה של Particularly helpful Moodlers תמונה של Plugin developers תמונה של Testers
Is anything being output to the browser developer console?
בתגובה ל: Marcus Green

Re: Capture Photo On Quiz attempt start

על ידי SOUREN SEN בתאריך
Hi Marcus,
There is no output in browser console.Please let me know whether this is correct way to call javascript module of a plugin?
בתגובה ל: SOUREN SEN

Re: Capture Photo On Quiz attempt start

על ידי Marcus Green בתאריך
תמונה של Core developers תמונה של Particularly helpful Moodlers תמונה של Plugin developers תמונה של Testers
Have you built/compiled your code, i.e.
cd yourplugin\amd\src
grunt amd
And then checked that there is content in your amd\build folder?
(The details of what I have described may be wrong but you get the drift)...
בתגובה ל: SOUREN SEN

Re: Capture Photo On Quiz attempt start

על ידי Germán Valero בתאריך
תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של Plugin developers תמונה של Testers תמונה של Translators
This seems like a potentially very useful plugin, but there might be some privacy issue to consider.
Many institutions (such as my University) do not have the funds to pay for existing proctoring solutions.
Is there a GitHub page where we can have a look at it?