Skip to content

Commit

Permalink
Merge pull request #244 from edx/mroytman/course-best-practices-copy-…
Browse files Browse the repository at this point in the history
…update

fix(coursechecklist): update Course Best Practices Checklist copy
  • Loading branch information
MichaelRoytman authored Aug 7, 2018
2 parents 1df6ba7 + 4dafcca commit 0a625d3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions src/components/CourseChecklist/displayMessages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,52 +63,52 @@ const messages = defineMessages({
},
videoDurationShortDescription: {
id: 'videoDurationShortDescription',
defaultMessage: 'Video Duration',
defaultMessage: 'Check Video Duration',
description: 'Label for a section that describes video durations',
},
videoDurationLongDescription: {
id: 'videoDurationLongDescription',
defaultMessage: 'Learners engage best with shorter video content followed by opportunities to practice. 80% or more of course videos should be less than 10 minutes in duration.',
defaultMessage: 'Learners engage best with short videos followed by opportunities to practice. Ensure that 80% or more of course videos are less than 10 minutes long.',
description: 'Description for a section that prompts a user to follow best practices for video length',
},
mobileFriendlyVideoShortDescription: {
id: 'mobileFriendlyVideoShortDescription',
defaultMessage: 'Mobile Friendly Video',
defaultMessage: 'Create Mobile-Friendly Video',
description: 'Label for a section that describes mobile friendly videos',
},
mobileFriendlyVideoLongDescription: {
id: 'mobileFriendlyVideoLongDescription',
defaultMessage: '90% or more of course videos are mobile friendly.',
defaultMessage: 'Mobile-friendly videos can be viewed across all supported devices. Ensure that at least 90% of course videos are mobile friendly by uploading course videos to the edX video pipeline.',
description: 'Description for a section that prompts a user to follow best practices for mobile friendly videos',
},
diverseSequencesShortDescription: {
id: 'diverseSequencesShortDescription',
defaultMessage: 'Diverse Learning Sequences',
defaultMessage: 'Build Diverse Learning Sequences',
description: 'Label for a section that describes diverse sequences of educational content',
},
diverseSequencesLongDescription: {
id: 'diverseSequencesLongDescription',
defaultMessage: 'Research shows that a diverse content experience drives learner engagement. We recommend 80% or more of your learning sequences or subsections include multiple content types (such as video, discussion, or problem).',
defaultMessage: 'Research shows that a diverse content experience drives learner engagement. We recommend that 80% or more of your learning sequences or subsections include multiple content types (such as video, discussion, or problem).',
description: 'Description for a section that prompts a user to follow best practices diverse sequences of educational content',
},
weeklyHighlightsShortDescription: {
id: 'weeklyHighlightsShortDescription',
defaultMessage: 'Weekly Highlights',
defaultMessage: 'Set Weekly Highlights',
description: 'Label for a section that describes weekly highlights',
},
weeklyHighlightsLongDescription: {
id: 'weeklyHighlightsLongDescription',
defaultMessage: 'Weekly highlights are enabled and populated with text. These highlights keep learners engaged and on-track, no matter where they are in your course.',
defaultMessage: 'Enable and specify weekly highlights to keep learners engaged and on track in your course.',
description: 'Description for a section that prompts a user to follow best practices for course weekly highlights',
},
unitDepthShortDescription: {
id: 'unitDepthShortDescription',
defaultMessage: 'Unit Depth',
defaultMessage: 'Manage Unit Depth',
description: 'Label for a section that describes course unit depth',
},
unitDepthLongDescription: {
id: 'unitDepthLongDescription',
defaultMessage: 'Breaking up course content into manageable pieces promotes learner engagement. We recommend units contain no more than 3 components.',
defaultMessage: 'Breaking up course content into manageable pieces promotes learner engagement. We recommend units contain no more than three components.',
description: 'Description for a section that prompts a user to follow best practices for course unit depth',
},
updateLinkLabel: {
Expand Down
20 changes: 10 additions & 10 deletions src/data/i18n/default/transifex_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@
"assignmentDeadlinesShortDescription": "Validate Assignment Deadlines",
"assignmentDeadlinesLongDescription": "Ensure all assignment deadlines are between course start and end dates.",
"assignmentDeadlinesComment": "The following assignments have deadlines that do not fall between course start and end date:",
"videoDurationShortDescription": "Video Duration",
"videoDurationLongDescription": "Learners engage best with shorter video content followed by opportunities to practice. 80% or more of course videos should be less than 10 minutes in duration.",
"mobileFriendlyVideoShortDescription": "Mobile Friendly Video",
"mobileFriendlyVideoLongDescription": "90% or more of course videos are mobile friendly.",
"diverseSequencesShortDescription": "Diverse Learning Sequences",
"diverseSequencesLongDescription": "Research shows that a diverse content experience drives learner engagement. We recommend 80% or more of your learning sequences or subsections include multiple content types (such as video, discussion, or problem).",
"weeklyHighlightsShortDescription": "Weekly Highlights",
"weeklyHighlightsLongDescription": "Weekly highlights are enabled and populated with text. These highlights keep learners engaged and on-track, no matter where they are in your course.",
"unitDepthShortDescription": "Unit Depth",
"unitDepthLongDescription": "Breaking up course content into manageable pieces promotes learner engagement. We recommend units contain no more than 3 components.",
"videoDurationShortDescription": "Check Video Duration",
"videoDurationLongDescription": "Learners engage best with short videos followed by opportunities to practice. Ensure that 80% or more of course videos are less than 10 minutes long.",
"mobileFriendlyVideoShortDescription": "Create Mobile-Friendly Video",
"mobileFriendlyVideoLongDescription": "Mobile-friendly videos can be viewed across all supported devices. Ensure that at least 90% of course videos are mobile friendly by uploading course videos to the edX video pipeline.",
"diverseSequencesShortDescription": "Build Diverse Learning Sequences",
"diverseSequencesLongDescription": "Research shows that a diverse content experience drives learner engagement. We recommend that 80% or more of your learning sequences or subsections include multiple content types (such as video, discussion, or problem).",
"weeklyHighlightsShortDescription": "Set Weekly Highlights",
"weeklyHighlightsLongDescription": "Enable and specify weekly highlights to keep learners engaged and on track in your course.",
"unitDepthShortDescription": "Manage Unit Depth",
"unitDepthLongDescription": "Breaking up course content into manageable pieces promotes learner engagement. We recommend units contain no more than three components.",
"updateLinkLabel": "Update",
"completionCountLabel": "{completed}/{total} completed",
"completedItemLabel": "completed",
Expand Down

0 comments on commit 0a625d3

Please sign in to comment.