<%- gettext('Subsection Visibility') %>

<%- gettext('Learners see the published subsection and can access its content.') %>

<% if (self_paced) { %> <%- gettext('After the course\'s end date has passed, learners can no longer access subsection content. The subsection remains included in grade calculations.') %> <% } else { %> <%- gettext('After the subsection\'s due date has passed, learners can no longer access its content. The subsection remains included in grade calculations.') %> <% } %>

<%- gettext('Learners do not see the subsection in the course outline. The subsection is not included in grade calculations.') %>

<% if (hasExplicitStaffLock && !ancestorLocked) { %>

<%- interpolate( gettext('If you select an option other than "%(hide_label)s", published units in this subsection become available to learners unless they are explicitly hidden.'), { hide_label: hide_label }, true ) %>

<% } %>