diff --git a/cms/templates/js/course-outline.underscore b/cms/templates/js/course-outline.underscore index e2f9e771cd..33aeab952d 100644 --- a/cms/templates/js/course-outline.underscore +++ b/cms/templates/js/course-outline.underscore @@ -30,6 +30,11 @@ if (statusType === 'warning') { } else if (statusType === 'staff-only') { statusIconClass = 'icon-lock'; } + +var gradingType = gettext('Not Graded'); +if (xblockInfo.get('graded')) { + gradingType = xblockInfo.get('format') +} %> <% if (parentInfo) { %>