EDUCATOR-1714 due dates are not shown for Timed exams subsections on self-paced course on studio

This commit is contained in:
DawoudSheraz
2018-11-23 13:04:07 +05:00
parent 5167cf6cb4
commit e69fafce95
2 changed files with 63 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ if (is_proctored_exam) {
-
<span class="sr status-proctored-exam-label"> <%- exam_value %> </span>
<span class="status-proctored-exam-value"> <%- exam_value %> </span>
<% if (xblockInfo.get('due_date')) { %>
<% if (xblockInfo.get('due_date') && !course.get('self_paced')) { %>
<span class="status-grading-date"> <%- gettext('Due:') %> <%- xblockInfo.get('due_date') %> </span>
<% } %>
</p>