- added the new field review_rules for software secure - added a new tab name "Additional Settings" for the proctored/timed exams
15 lines
464 B
Plaintext
15 lines
464 B
Plaintext
<%
|
|
var enable_proctored_exams = enable_proctored_exams;
|
|
var enable_timed_exams = enable_timed_exams;
|
|
%>
|
|
|
|
<div class="xblock-editor" data-locator="<%= xblockInfo.get('id') %>" data-course-key="<%= xblockInfo.get('courseKey') %>">
|
|
<% if (!( enable_proctored_exams || enable_timed_exams )) { %>
|
|
<div class="message modal-introduction">
|
|
<p><%- introductionMessage %></p>
|
|
</div>
|
|
<% } %>
|
|
<div class="modal-section"></div>
|
|
</div>
|
|
|