descriptiveText:gettext('Discussions are unified; all learners interact with posts from other learners, regardless of the group they are in.'),// eslint-disable-line max-len
selected:selectedScheme===none,
selected:selectedScheme===NONE,
enabled:true// always leave none enabled
},
{
key:enrollmentTrack,
key:ENROLLMENT_TRACK,
displayName:gettext('Enrollment Tracks'),
descriptiveText:gettext('Use enrollment tracks as the basis for dividing discussions. All learners, regardless of their enrollment track, see the same discussion topics, but within divided topics, only learners who are in the same enrollment track see and respond to each others’ posts.'),// eslint-disable-line max-len
descriptiveText:gettext('Use cohorts as the basis for dividing discussions. All learners, regardless of cohort, see the same discussion topics, but within divided topics, only members of the same cohort see and respond to each others’ posts. '),// eslint-disable-line max-len
<!-- Uploading a CSV file of cohort assignments. -->
<button class="toggle-cohort-management-secondary" data-href="#cohort-management-file-upload"><%- gettext('Assign students to cohorts by uploading a CSV file') %></button>