diff --git a/lms/static/coffee/src/instructor_dashboard/data_download.coffee b/lms/static/coffee/src/instructor_dashboard/data_download.coffee index 535f3d2b16..3ff456c871 100644 --- a/lms/static/coffee/src/instructor_dashboard/data_download.coffee +++ b/lms/static/coffee/src/instructor_dashboard/data_download.coffee @@ -171,7 +171,7 @@ class ReportDownloads columns = [ id: 'link' field: 'link' - name: gettext('File Name (Newest First)') + name: gettext('File Name') toolTip: gettext("Links are generated on demand and expire within 5 minutes due to the sensitive nature of student information.") sortable: false minWidth: 150 diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index 2fb5633ac3..2dda9274e2 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -207,7 +207,9 @@ function goto( mode)
+ %if not settings.FEATURES.get('ENABLE_ASYNC_ANSWER_DISTRIBUTION'): + %endif
- ${_("Answer distribution for problems")} + ${_("Score distribution for problems")} (${analytics_results["ProblemGradeDistribution"]['time']})