Commit 83e8b216 by Piotr Mitros

Copyedit of some of the text

parent 544c831d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="recommender_recommendations"> <div class="recommender_recommendations">
<div class="recommender_content"> <div class="recommender_content">
<div class="recommender_row_top hide-show resource_list_expanded"> <div class="recommender_row_top hide-show resource_list_expanded">
Related Resources<div class='recommender_panel'> <span class='hide-show-icon upArrowIcon'></span> </div> related resources<div class='recommender_panel'> <span class='hide-show-icon upArrowIcon'></span> </div>
</div> </div>
<div class='recommender_row_inner'> <div class='recommender_row_inner'>
<div class="recommender_row"> <div class="recommender_row">
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<!-- TODO: endorsement and de-endorsement --> <!-- TODO: endorsement and de-endorsement -->
</div> </div>
<div class="flagSourceBlock"> <div class="flagSourceBlock">
<div class="flagSourceBlockTitle">Why would you like to flag this resource?</div> <div class="flagSourceBlockTitle">Why would you like to flag this resource? The staff will review all flagged resources, and remove inappropriate ones (spam, incorrect, abusive, etc.). Giving a clear reason will help us do this efficiently. </div>
<input type="text" <input type="text"
class="flag_reason" class="flag_reason"
name="flag_rationale" name="flag_rationale"
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
<input type="button" value="Flag resource" class="flag_reason_submit"> <input type="button" value="Flag resource" class="flag_reason_submit">
</div> </div>
<div class="editSourceBlock"> <div class="editSourceBlock">
<div class="editSourceBlockTitle">Edit the description, hypelink, and previewing screenshot for the selected resource.</div>
<div style="float: left">Title&nbsp;</div><div class = 'redTxt'>*</div> <div style="float: left">Title&nbsp;</div><div class = 'redTxt'>*</div>
<textarea <textarea
class="edit_title" class="edit_title"
......
...@@ -19,21 +19,21 @@ var tooltipsCats = [ ...@@ -19,21 +19,21 @@ var tooltipsCats = [
]; ];
var tooltipsCatsText = { var tooltipsCatsText = {
'.resource_add_button': 'Recommend a new helpful resource for this problem with a short description, hyperlink, and previewing screenshot to the new resource', '.resource_add_button': 'Recommend a new resource which may be helpful to other students solving this problem',
'.resource_edit_button': 'Edit the description, hypelink, and previewing screenshot of this resource', '.resource_edit_button': 'Edit this resource',
'.recommender_vote_arrow_up': 'Upvote for a helpful resource', '.recommender_vote_arrow_up': 'Upvote if the resource is helpful',
'.recommender_vote_arrow_down': 'Downvote for an irrelevant resource', '.recommender_vote_arrow_down': 'Downvote if the resource is not helpful',
'.recommender_vote_score': 'Votes', '.recommender_vote_score': 'Votes', //
'.recommender_blurb': 'The title of a helpful resource', '.recommender_blurb': 'Resource title', // TODO: I would suggest making the description be the tooltip.
'.previewingImg': 'Previewing screenshot', '.previewingImg': 'Preview image (typically, a screenshot)',
'.in_title': 'Type in the description of the resource', '.in_title': 'Give a short (1-3 sentence) summary of the resource; ideally, this should be concise, but give enough detail to let students know whether this resources is useful to them',
'.in_url': 'Type in the hyperlink to the resource', '.in_url': 'Cut-and-paste the URL of the resource.',
'.edit_title': 'Type in the description of the resource', '.edit_title': 'Give a short (1-3 sentence) summary of the resource; ideally, this should be concise, but give enough detail to let students know whether this resources is useful to them',
'.edit_url': 'Type in the hyperlink to the resource', '.edit_url': 'Cut-and-paste the URL of the resource.', // TODO: Give instructions to go to element of learning sequence, or time in video
'.backToViewButton': 'Back to list of related resources', '.backToViewButton': 'Go back to the main list',
'.flag_reason': 'Type in the reason why you flag the resource', '.flag_reason': 'Give a meaningful reason for why this resource should be removed',
'.flagResource': 'Flag this resource as problematic and give the reason', '.flagResource': 'Flag this resource as problematic',
'.flagResource.problematic': 'Unflag this problematic resource or edit the reason for it', '.flagResource.problematic': 'Unflag this problematic resource or edit the reason for it',
'.recommender_row_top': 'Select for expanding resource list', '.recommender_row_top': 'Show a list of student-recommented related resources',
'.recommender_row_top.resource_list_expanded': 'Select to hide the list' '.recommender_row_top.resource_list_expanded': 'Hide the recommendations list'
}; };
\ No newline at end of file
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