Commit 0a9151fc by Tyler Hallada

Engagement page copy edits for discussions

parent b0a0ffd2
...@@ -94,7 +94,7 @@ class CourseEngagementContentTests(CourseEngagementPageTestsMixin, WebAppTest): ...@@ -94,7 +94,7 @@ class CourseEngagementContentTests(CourseEngagementPageTestsMixin, WebAppTest):
headings = [u'Week Ending', u'Active Students', u'Watched a Video', u'Tried a Problem'] headings = [u'Week Ending', u'Active Students', u'Watched a Video', u'Tried a Problem']
if ENABLE_FORUM_POSTS: if ENABLE_FORUM_POSTS:
headings.append(u'Posted in Forum') headings.append(u'Participated in Discussions')
headings.append(u'Percent of Current Students') headings.append(u'Percent of Current Students')
self.assertTableColumnHeadingsEqual(table_selector, headings) self.assertTableColumnHeadingsEqual(table_selector, headings)
......
...@@ -73,8 +73,8 @@ Individual course-centric engagement content view. ...@@ -73,8 +73,8 @@ Individual course-centric engagement content view.
{% switch show_engagement_forum_activity %} {% switch show_engagement_forum_activity %}
<div class="col col-12 sm-col-12 md-col-3" data-activity-type="posted_forum"> <div class="col col-12 sm-col-12 md-col-3" data-activity-type="posted_forum">
{# Translators: This is a label indicating the number of students who posted in a forum discussion. #} {# Translators: This is a label indicating the number of students who posted in a forum discussion. #}
{% trans "Posted in a Discussion Last Week" as label %} {% trans "Participated in Discussions Last Week" as label %}
{% trans "Students who contributed to any discussion topic." as tooltip %} {% trans "Learners who added a post, response, or comment to any course discussion." as tooltip %}
{% summary_point summary.posted_forum label tooltip=tooltip additional_value=summary.posted_forum_percent_str %} {% summary_point summary.posted_forum label tooltip=tooltip additional_value=summary.posted_forum_percent_str %}
</div> </div>
{% endswitch %} {% endswitch %}
......
...@@ -38,7 +38,7 @@ require(['vendor/domReady!', 'load/init-page'], function(doc, page) { ...@@ -38,7 +38,7 @@ require(['vendor/domReady!', 'load/init-page'], function(doc, page) {
}, },
{ {
key: 'posted_forum', key: 'posted_forum',
title: gettext('Posted in Forum'), title: gettext('Participated in Discussions'),
color: '#E78AC3', color: '#E78AC3',
className: 'text-right', className: 'text-right',
type: 'number' type: 'number'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment