'.resourceAddButton':'Recommend a new resource which may be helpful to other students solving this problem',
'.resourceAddButton':'<span>Recommend a new resource which may be helpful to other students solving this problem</span>',
'.resourceEditButton':'Edit this resource',
'.resourceEditButton':'<span>Edit this resource</span>',
'.recommenderVoteArrowUp':'Upvote if the resource is helpful',
'.recommenderVoteArrowUp':'<span>Upvote if the resource is helpful</span>',
'.recommenderVoteArrowDown':'Downvote if the resource is not helpful',
'.recommenderVoteArrowDown':'<span>Downvote if the resource is not helpful</span>',
'.recommenderVoteScore':'Votes',//
'.recommenderVoteScore':'<span>Votes</span>',//
'a':'Resource title',// TODO: I would suggest making the description be the tooltip.
'a':'<span>Resource title</span>',// TODO: I would suggest making the description be the tooltip.
'.deendorse':'Deendorse this resource and give the reason why you do that',
'.deendorse':'<span>Deendorse this resource and give the reason why you do that</span>',
'.previewingImg':'Preview image (typically, a screenshot)',
'.previewingImg':'<span>Preview image (typically, a screenshot)</span>',
'.inTitle':'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',
'.inTitle':'<span>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</span>',
'.inUrl':'Cut-and-paste the URL of the resource.',
'.inUrl':'<span>Cut-and-paste the URL of the resource.</span>',
'.inDescriptionText':'Give a paragraph of summary of the resource; the summary should be more detailed than you gave in Title',
'.inDescriptionText':'<span>Give a paragraph of summary of the resource; the summary should be more detailed than you gave in Title</span>',
'.addResourceScreenshot':'Upload a preview screenshot (in GIF/PNG/JPG) of the resource; ideally, this should let students know whether this resources is useful to them',
'.addResourceScreenshot':'<span>Upload a preview screenshot (in GIF/PNG/JPG) of the resource; ideally, this should let students know whether this resources is useful to them</span>',
'.editTitle':'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',
'.editTitle':'<span>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</span>',
'.editUrl':'Cut-and-paste the URL of the resource.',// TODO: Give instructions to go to element of learning sequence, or time in video
'.editUrl':'<span>Cut-and-paste the URL of the resource.</span>',// TODO: Give instructions to go to element of learning sequence, or time in video
'.editDescriptionText':'Give a paragraph of summary of the resource; the summary should be more detailed than you gave in Title',
'.editDescriptionText':'<span>Give a paragraph of summary of the resource; the summary should be more detailed than you gave in Title</span>',
'.editResourceScreenshot':'Upload a preview screenshot (in GIF/PNG/JPG) of the resource; ideally, this should let students know whether this resources is useful to them',
'.editResourceScreenshot':'<span>Upload a preview screenshot (in GIF/PNG/JPG) of the resource; ideally, this should let students know whether this resources is useful to them</span>',
'.backToViewButton':'Go back to the main list',
'.backToViewButton':'<span>Go back to the main list</span>',
'.flagReason':'Give a meaningful reason for why this resource should be removed',
'.flagReason':'<span>Give a meaningful reason for why this resource should be removed</span>',
'.flagResource':'Flag this resource as problematic and give your reason',
'.flagResource':'<span>Flag this resource as problematic and give your reason</span>',
'.deleteResource':'Delete this resource',
'.deleteResource':'<span>Delete this resource</span>',
'.hideShow':'Show a list of student-recommented related resources',
'.hideShow':'<span>Show a list of student-recommented related resources</span>',
'.hideShow.resourceListExpanded':'Hide the recommendations list',
'.hideShow.resourceListExpanded':'<span>Hide the recommendations list</span>',
'.checkIcon':'Check the icon to endorse this resource',
'.checkIcon':'<span>Check the icon to endorse this resource</span>',
'.checkIcon.endorsed':'This resource is endorsed by staff',
'.checkIcon.endorsed':'<span>This resource is endorsed by staff</span>',
'.resourceRankingForDeendorsementButton':'Click to view resources for de-endorsement',
'.resourceRankingForDeendorsementButton':'<span>Click to view resources for de-endorsement</span>',
'.resourceRankingForDeendorsementButton.deendorsementMode':'Click to view resources in ordinary decreasing-vote order'
'.resourceRankingForDeendorsementButton.deendorsementMode':'<span>Click to view resources in ordinary decreasing-vote order</span>'
};
};
varuploadFileError=[
varuploadFileError=[
...
@@ -80,13 +80,108 @@ var uploadFileErrorText = {
...
@@ -80,13 +80,108 @@ var uploadFileErrorText = {
varimportResourceError=[
varimportResourceError=[
'NOT_A_STAFF',
'NOT_A_STAFF',
'FILE_FORMAT_ERROR'
'FILE_FORMAT_ERROR'
]
];
varimportResourceErrorText={
varimportResourceErrorText={
'NOT_A_STAFF':'Only staff can import resources',
'NOT_A_STAFF':'Only staff can import resources',
'FILE_FORMAT_ERROR':'Please submit the JSON file obtained with the download resources button'
'FILE_FORMAT_ERROR':'Please submit the JSON file obtained with the download resources button'
}
};
varproblematicReasonsPrefix='<br/>Here is a list of reasons why students think this resource problematic: <br/> ';
varendorsedReasonsPrefix='<br/>The reason why it is endorsed is: <br/> ';