--- loncom/interface/lonconfigsettings.pm 2019/07/18 18:28:52 1.46 +++ loncom/interface/lonconfigsettings.pm 2020/09/17 00:35:04 1.47 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.46 2019/07/18 18:28:52 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.47 2020/09/17 00:35:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -253,6 +253,10 @@ $jscript } } } + if (grep(/^proctoring$/,@actions)) { + $onload .= "toggleProctoring(document.display,'proctorio');". + "toggleProctoring(document.display,'examity');"; + } if (grep(/^scantron$/,@actions)) { $onload .= "toggleScantron('document.display');"; }