EDUCATOR-1714 due dates are not shown for Timed exams subsections on self-paced course on studio
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user