Index: openacs-4/packages/xowf/lib/proctored-page.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/Attic/proctored-page.tcl,v
diff -u -N -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/xowf/lib/proctored-page.tcl 14 Jul 2020 20:16:18 -0000 1.1.2.1
+++ openacs-4/packages/xowf/lib/proctored-page.tcl 6 Aug 2020 20:05:30 -0000 1.1.2.2
@@ -78,7 +78,7 @@
object_id:naturalnum,notnull
file
file.tmpfile
- }
+ }
}
if {[apm_package_installed_p tlf-lrn-core]} {
@@ -88,9 +88,9 @@
set msg(proctoring_banner) [_ tlf-lrn-core.proctoring_banner_message]
set msg(accept) [_ tlf-lrn-core.Accept]
} else {
- set msg(missing_stream) "missing stream"
+ set msg(missing_stream) "missing stream"
set msg(proctoring_accept) {
- An automated exam-supervision is activated to detect any
+ An automated exam-supervision is activated to detect any
fraudulent examination performance. You and your screen will
be recorded. Your data will only be used for the stated
purpose, will be stored securely and will not be passed on to
@@ -99,23 +99,23 @@
set msg(proctoring_banner) "This browser window is running in exam mode. Close this browser window after the exam."
set msg(accept) "Accept"
set msg(exam_mode) {
-
Examination Statement
- 1.) Participation
+ Examination Statement
+ 1.) Participation
Only students who are officially registered for the course and/or the examination may take the exam.
The exam is only graded if all 3 of the following conditions have been fulfilled:
You have uploaded a photo that fulfills the necessary criteria to confirm your identity
You have consented to automated online supervision, if previously announced for this examination
You have confirmed that you have read and understood this examination statement
-
+
If you have received the examination but not fulfilled the
identity requirement and/or confirmed your consent to online
supervision, the examination will be declared VOID and will count
as an examination attempt. If you have not confirmed that you have
read and understood this examination statement, your examination
will not be graded and the attempt will not be counted.
-
+
2.) Technical requirements
It is your responsibility to ensure that you will not be
@@ -200,3 +200,9 @@
set preview_p [expr {$preview_p ? true : false}]
set proctoring_p [expr {$proctoring_p ? true : false}]
+#
+# Local variables:
+# mode: tcl
+# tcl-indent-level: 2
+# indent-tabs-mode: nil
+# End:
Index: openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl,v
diff -u -N -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl 4 Aug 2020 15:37:16 -0000 1.1.2.1
+++ openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl 6 Aug 2020 20:05:30 -0000 1.1.2.2
@@ -123,16 +123,16 @@
-
+
}]]
}
Index: openacs-4/packages/xowiki/tcl/resource-info-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/resource-info-procs.tcl,v
diff -u -N -r1.1.2.2 -r1.1.2.3
--- openacs-4/packages/xowiki/tcl/resource-info-procs.tcl 31 Jul 2020 17:12:14 -0000 1.1.2.2
+++ openacs-4/packages/xowiki/tcl/resource-info-procs.tcl 6 Aug 2020 20:05:30 -0000 1.1.2.3
@@ -8,63 +8,63 @@
namespace eval ::xowiki::bootstrap_treeview {
- ad_proc -private ::xowiki::bootstrap_treeview::resource_info {
- {-version "1.2.0"}
- } {
+ ad_proc -private ::xowiki::bootstrap_treeview::resource_info {
+ {-version "1.2.0"}
+ } {
- Get information about available version(s) of bootstrap-treeview either
- from the local filesystem, or from CDN.
+ Get information about available version(s) of bootstrap-treeview either
+ from the local filesystem, or from CDN.
- } {
- #
- # Setup variables for access via CDN vs. local resources.
- #
- set resourceDir [acs_package_root_dir xowiki/www/resources/bootstrap-treeview]
- set resourceUrl /resources/xowiki/bootstrap-treeview
- set cdn //cdnjs.cloudflare.com/ajax/libs/bootstrap-treeview
+ } {
+ #
+ # Setup variables for access via CDN vs. local resources.
+ #
+ set resourceDir [acs_package_root_dir xowiki/www/resources/bootstrap-treeview]
+ set resourceUrl /resources/xowiki/bootstrap-treeview
+ set cdn //cdnjs.cloudflare.com/ajax/libs/bootstrap-treeview
- if {[file exists $resourceDir/$version/bootstrap-treeview.min.css]} {
- set prefix $resourceUrl/$version
- set cdnHost ""
- } else {
- set prefix $cdn/$version
- set cdnHost cdnjs.cloudflare.com
+ if {[file exists $resourceDir/$version/bootstrap-treeview.min.css]} {
+ set prefix $resourceUrl/$version
+ set cdnHost ""
+ } else {
+ set prefix $cdn/$version
+ set cdnHost cdnjs.cloudflare.com
+ }
+
+ #
+ # Return the dict with at least the required fields
+ #
+ lappend result \
+ resourceName "bootstrap-treeview" \
+ resourceDir $resourceDir \
+ cdn $cdn \
+ cdnHost $cdnHost \
+ prefix $prefix \
+ cssFiles {bootstrap-treeview.min.css} \
+ jsFiles {bootstrap-treeview.min.js} \
+ extraFiles {} \
+ urnMap {
+ urn:ad:css:bootstrap3-treeview bootstrap-treeview.min.css
+ urn:ad:js:bootstrap3-treeview bootstrap-treeview.min.js
}
- #
- # Return the dict with at least the required fields
- #
- lappend result \
- resourceName "bootstrap-treeview" \
- resourceDir $resourceDir \
- cdn $cdn \
- cdnHost $cdnHost \
- prefix $prefix \
- cssFiles {bootstrap-treeview.min.css} \
- jsFiles {bootstrap-treeview.min.js} \
- extraFiles {} \
- urnMap {
- urn:ad:css:bootstrap3-treeview bootstrap-treeview.min.css
- urn:ad:js:bootstrap3-treeview bootstrap-treeview.min.js
- }
-
- if {$cdnHost ne ""} {
- lappend result csp_lists [subst {
- urn:ad:css:bootstrap3-treeview {
- style-src $cdnHost
- }
- urn:ad:js:bootstrap3-treeview {
- script-src $cdnHost
- }
- }]
+ if {$cdnHost ne ""} {
+ lappend result csp_lists [subst {
+ urn:ad:css:bootstrap3-treeview {
+ style-src $cdnHost
}
- return $result
+ urn:ad:js:bootstrap3-treeview {
+ script-src $cdnHost
+ }
+ }]
}
+ return $result
+ }
}
# Local variables:
# mode: tcl
-# tcl-indent-level: 4
+# tcl-indent-level: 2
# indent-tabs-mode: nil
# End: