Index: openacs-4/packages/proctoring-support/lib/proctored-page.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/lib/Attic/proctored-page.adp,v diff -u -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/proctoring-support/lib/proctored-page.adp 6 Oct 2020 17:09:13 -0000 1.1.2.10 +++ openacs-4/packages/proctoring-support/lib/proctored-page.adp 22 Oct 2020 14:22:20 -0000 1.1.2.11 @@ -29,21 +29,27 @@
@msg.proctoring_accept@
-
-

#proctoring-support.grant_access_to_microphone_title#

-
#proctoring-support.grant_access_to_microphone_msg#
- -
-
-

#proctoring-support.grant_access_to_camera_title#

-
#proctoring-support.grant_access_to_camera_msg#
- -
-
-

#proctoring-support.grant_access_to_desktop_title#

-
#proctoring-support.grant_access_to_desktop_msg#
- -
+ +
+

#proctoring-support.grant_access_to_microphone_title#

+
#proctoring-support.grant_access_to_microphone_msg#
+ +
+
+ +
+

#proctoring-support.grant_access_to_camera_title#

+
#proctoring-support.grant_access_to_camera_msg#
+ +
+
+ +
+

#proctoring-support.grant_access_to_desktop_title#

+
#proctoring-support.grant_access_to_desktop_msg#
+ +
+
@@ -64,10 +70,16 @@ + + + + + + + + + - - -
@@ -90,6 +102,8 @@ var examinationStatementURL = "@examination_statement_url;literal@"; var hasPreview = @preview_p;literal@; var hasProctoring = @proctoring_p;literal@; + var hasCamera = @camera_p;literal@; + var hasDesktop = @desktop_p;literal@; var hasAudio = @audio_p;literal@; var minMsInterval = @min_ms_interval;literal@; var maxMsInterval = @max_ms_interval;literal@;