Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'workshop', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package    mod_workshop
  21   * @copyright  2009 David Mudrak <david@moodle.com>
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['activitydate:assessmentsclose'] = 'Assessments close:';
  26  $string['activitydate:assessmentsclosed'] = 'Assessments closed:';
  27  $string['activitydate:assessmentsopen'] = 'Assessments open:';
  28  $string['activitydate:assessmentsopened'] = 'Assessments opened:';
  29  $string['activitydate:submissionsclose'] = 'Submissions close:';
  30  $string['activitydate:submissionsclosed'] = 'Submissions closed:';
  31  $string['activitydate:submissionsopen'] = 'Submissions open:';
  32  $string['activitydate:submissionsopened'] = 'Submissions opened:';
  33  $string['aggregategrades'] = 'Re-calculate grades';
  34  $string['aggregation'] = 'Grades aggregation';
  35  $string['allocate'] = 'Allocate submissions';
  36  $string['allocatedetails'] = 'expected: {$a->expected}<br />submitted: {$a->submitted}<br />to allocate: {$a->allocate}';
  37  $string['allocation'] = 'Submission allocation';
  38  $string['allocationdone'] = 'Allocation done';
  39  $string['allocationerror'] = 'Allocation error';
  40  $string['allocationconfigured'] = 'Allocation configured';
  41  $string['allowedfiletypesforoverallfeedback'] = 'Feedback attachment allowed file types';
  42  $string['allowedfiletypesforoverallfeedback_help'] = 'Feedback attachment file types can be restricted by providing a list of allowed file types. If the field is left empty, then all file types are allowed.';
  43  $string['allowedfiletypesforoverallfeedback_link'] = 'admin/tool/filetypes/index';
  44  $string['allowedfiletypesforsubmission'] = 'Submission attachment allowed file types';
  45  $string['allowedfiletypesforsubmission_help'] = 'Submission attachment file types can be restricted by providing a list of allowed file types. If the field is left empty, then all file types are allowed.';
  46  $string['allowedfiletypesforsubmission_link'] = 'admin/tool/filetypes/index';
  47  $string['allsubmissions'] = 'All submissions ({$a})';
  48  $string['alreadygraded'] = 'Already graded';
  49  $string['areaconclusion'] = 'Conclusion text';
  50  $string['areainstructauthors'] = 'Instructions for submission';
  51  $string['areainstructreviewers'] = 'Instructions for assessment';
  52  $string['areaoverallfeedbackattachment'] = 'Overall feedback attachments';
  53  $string['areaoverallfeedbackcontent'] = 'Overall feedback texts';
  54  $string['areasubmissionattachment'] = 'Submission attachments';
  55  $string['areasubmissioncontent'] = 'Submission texts';
  56  $string['assess'] = 'Assess';
  57  $string['assessedexample'] = 'Assessed example submission';
  58  $string['assessedsubmission'] = 'Assessed submission';
  59  $string['assessingexample'] = 'Assessing example submission';
  60  $string['assessingsubmission'] = 'Assessing submission';
  61  $string['assessment'] = 'Assessment';
  62  $string['assessmentby'] = 'by <a href="{$a->url}">{$a->name}</a>';
  63  $string['assessmentbyfullname'] = 'Assessment by {$a}';
  64  $string['assessmentbyyourself'] = 'Your assessment';
  65  $string['assessmentdeleted'] = 'Assessment deallocated';
  66  $string['assessmentend'] = 'Deadline for assessment';
  67  $string['assessmentendbeforestart'] = 'Deadline for assessment can not be specified before the open for assessment date';
  68  $string['assessmentendevent'] = '{$a} deadline for assessment';
  69  $string['assessmentenddatetime'] = 'Assessment deadline: {$a->daydatetime} ({$a->distanceday})';
  70  $string['assessmentform'] = 'Assessment form';
  71  $string['assessmentofsubmission'] = '<a href="{$a->assessmenturl}">Assessment</a> of <a href="{$a->submissionurl}">{$a->submissiontitle}</a>';
  72  $string['assessmentreference'] = 'Reference assessment';
  73  $string['assessmentreferenceconflict'] = 'It is not possible to assess an example submission for which you provided a reference assessment.';
  74  $string['assessmentreferenceneeded'] = 'You have to assess this example submission to provide a reference assessment. Click \'Continue\' button to assess the submission.';
  75  $string['assessments'] = 'Assessments';
  76  $string['assessmentsettings'] = 'Assessment settings';
  77  $string['assessmentstart'] = 'Open for assessment from';
  78  $string['assessmentstartevent'] = '{$a} opens for assessment';
  79  $string['assessmentstartdatetime'] = 'Open for assessment from {$a->daydatetime} ({$a->distanceday})';
  80  $string['assessmentweight'] = 'Assessment weight';
  81  $string['assignedassessments'] = 'Assigned submissions to assess';
  82  $string['assignedassessmentsnone'] = 'You have no assigned submission to assess';
  83  $string['backtoeditform'] = 'Back to editing form';
  84  $string['byfullname'] = 'by <a href="{$a->url}">{$a->name}</a>';
  85  $string['byfullnamewithoutlink'] = 'by {$a}';
  86  $string['calculategradinggrades'] = 'Calculate assessment grades';
  87  $string['calculategradinggradesdetails'] = 'expected: {$a->expected}<br />calculated: {$a->calculated}';
  88  $string['calculatesubmissiongrades'] = 'Calculate submission grades';
  89  $string['calculatesubmissiongradesdetails'] = 'expected: {$a->expected}<br />calculated: {$a->calculated}';
  90  $string['clearaggregatedgrades'] = 'Clear all aggregated grades';
  91  $string['clearaggregatedgrades_help'] = 'The aggregated grades for submission and grades for assessment will be reset. You can re-calculate these grades from scratch in Grading evaluation phase again.';
  92  $string['clearassessments'] = 'Clear assessments';
  93  $string['clearassessments_help'] = 'The calculated grades for submission and grades for assessment will be reset. The information how the assessment forms are filled is still kept, but all the reviewers must open the assessment form again and re-save it to get the given grades calculated again.';
  94  $string['clearassessmentsconfirm'] = 'Are you sure you want to clear all assessment grades? You will not be able to get the information back on your own, reviewers will have to re-assess the allocated submissions.';
  95  $string['clearaggregatedgradesconfirm'] = 'Are you sure you want to clear the calculated grades for submissions and grades for assessment?';
  96  $string['conclusion'] = 'Conclusion';
  97  $string['conclusion_help'] = 'Conclusion text is displayed to participants at the end of the activity.';
  98  $string['configexamplesmode'] = 'Default mode of examples assessment in workshops';
  99  $string['configgrade'] = 'Default maximum grade for submission in workshops';
 100  $string['configgradedecimals'] = 'Default number of digits that should be shown after the decimal point when displaying grades.';
 101  $string['configgradinggrade'] = 'Default maximum grade for assessment in workshops';
 102  $string['configmaxbytes'] = 'Default maximum submission file size for all workshops on the site (subject to course limits and other local settings)';
 103  $string['configstrategy'] = 'Default grading strategy for workshops';
 104  $string['createsubmission'] = 'Add submission';
 105  $string['crontask'] = 'Background processing for workshop module';
 106  $string['daysago'] = '{$a} days ago';
 107  $string['daysleft'] = '{$a} days left';
 108  $string['daystoday'] = 'today';
 109  $string['daystomorrow'] = 'tomorrow';
 110  $string['daysyesterday'] = 'yesterday';
 111  $string['deadlinesignored'] = 'Time restrictions do not apply to you';
 112  $string['deletesubmission'] = 'Delete submission';
 113  $string['editassessmentform'] = 'Edit assessment form';
 114  $string['editassessmentformstrategy'] = 'Edit assessment form ({$a})';
 115  $string['editingassessmentform'] = 'Editing assessment form';
 116  $string['editingsubmission'] = 'Editing submission';
 117  $string['editsubmission'] = 'Edit submission';
 118  $string['err_multiplesubmissions'] = 'While editing this form, another version of the submission has been saved. Multiple submissions per user are not allowed.';
 119  $string['err_removegrademappings'] = 'Unable to remove the unused grade mappings';
 120  $string['evaluategradeswait'] = 'Please wait until the assessments are evaluated and the grades are calculated';
 121  $string['evaluation'] = 'Grading evaluation';
 122  $string['evaluationmethod'] = 'Grading evaluation method';
 123  $string['evaluationmethod_help'] = 'The grading evaluation method determines how the grade for assessment is calculated. You can let it re-calculate grades repeatedly with different settings unless you are happy with the result.';
 124  $string['evaluationsettings'] = 'Grading evaluation settings';
 125  $string['eventassessableuploaded'] = 'A submission has been uploaded.';
 126  $string['eventassessmentevaluationsreset'] = 'Assessment evaluations reset';
 127  $string['eventassessmentevaluated'] = 'Assessment evaluated';
 128  $string['eventassessmentreevaluated'] = 'Assessment re-evaluated';
 129  $string['eventsubmissionassessed'] = 'Submission assessed';
 130  $string['eventsubmissionassessmentsreset'] = 'Submission assessments cleared';
 131  $string['eventsubmissioncreated'] = 'Submission created';
 132  $string['eventsubmissionreassessed'] = 'Submission re-assessed';
 133  $string['eventsubmissionupdated'] = 'Submission updated';
 134  $string['eventsubmissiondeleted'] = 'Submission deleted';
 135  $string['eventsubmissionviewed'] = 'Submission viewed';
 136  $string['eventphaseautomaticallyswitched'] = 'Phase automatically switched';
 137  $string['eventphaseswitched'] = 'Phase switched';
 138  $string['example'] = 'Example submission';
 139  $string['exampleadd'] = 'Add example submission';
 140  $string['exampleassess'] = 'Assess example submission';
 141  $string['exampleassesstask'] = 'Assess examples';
 142  $string['exampleassesstaskdetails'] = 'expected: {$a->expected}<br />assessed: {$a->assessed}';
 143  $string['exampleassessments'] = 'Example submissions to assess';
 144  $string['examplecomparing'] = 'Comparing assessments of example submission';
 145  $string['exampledelete'] = 'Delete example';
 146  $string['exampledeleteconfirm'] = 'Are you sure you want to delete the following example submission? Click \'Continue\' button to delete the submission.';
 147  $string['exampleedit'] = 'Edit example';
 148  $string['exampleediting'] = 'Editing example';
 149  $string['exampleneedassessed'] = 'You have to assess all example submissions first';
 150  $string['exampleneedsubmission'] = 'You have to submit your work and assess all example submissions first';
 151  $string['examplesbeforeassessment'] = 'Examples are available after own submission and must be assessed before peer assessment';
 152  $string['examplesbeforesubmission'] = 'Examples must be assessed before own submission';
 153  $string['examplesmode'] = 'Mode of examples assessment';
 154  $string['examplesubmissions'] = 'Example submissions';
 155  $string['examplesvoluntary'] = 'Assessment of example submission is voluntary';
 156  $string['exportsubmission'] = 'Export this page';
 157  $string['feedbackauthor'] = 'Feedback for the author';
 158  $string['feedbackauthorattachment'] = 'Attachment';
 159  $string['feedbackby'] = 'Feedback by {$a}';
 160  $string['feedbackreviewer'] = 'Feedback for the reviewer';
 161  $string['feedbacksettings'] = 'Feedback';
 162  $string['formataggregatedgrade'] = '{$a->grade}';
 163  $string['formataggregatedgradeover'] = '<del>{$a->grade}</del><br /><ins>{$a->over}</ins>';
 164  $string['formatpeergrade'] = '<span class="grade">{$a->grade}</span> <span class="gradinggrade">({$a->gradinggrade})</span>';
 165  $string['formatpeergradeover'] = '<span class="grade">{$a->grade}</span> <span class="gradinggrade">(<del>{$a->gradinggrade}</del> / <ins>{$a->gradinggradeover}</ins>)</span>';
 166  $string['formatpeergradeoverweighted'] = '<span class="grade">{$a->grade}</span> <span class="gradinggrade">(<del>{$a->gradinggrade}</del> / <ins>{$a->gradinggradeover}</ins>)</span> @ <span class="weight">{$a->weight}</span>';
 167  $string['formatpeergradeweighted'] = '<span class="grade">{$a->grade}</span> <span class="gradinggrade">({$a->gradinggrade})</span> @ <span class="weight">{$a->weight}</span>';
 168  $string['givengrades'] = 'Grades given';
 169  $string['grade_submission_name'] = 'Submission';
 170  $string['grade_grading_name'] = 'Assessment';
 171  $string['gradecalculated'] = 'Calculated grade for submission';
 172  $string['gradedecimals'] = 'Decimal places in grades';
 173  $string['gradegivento'] = '&gt;';
 174  $string['gradeitemassessment'] = '{$a->workshopname} (assessment)';
 175  $string['gradeitemsubmission'] = '{$a->workshopname} (submission)';
 176  $string['gradeover'] = 'Override grade for submission';
 177  $string['gradesreport'] = 'Workshop grades report';
 178  $string['gradereceivedfrom'] = '&lt;';
 179  $string['gradeinfo'] = 'Grade: {$a->received} of {$a->max}';
 180  $string['gradetopasssubmission'] = 'Submission grade to pass';
 181  $string['gradetopassgrading'] = 'Assessment grade to pass';
 182  $string['gradinggrade'] = 'Grade for assessment';
 183  $string['gradinggrade_help'] = 'This setting specifies the maximum grade that may be obtained for submission assessment.';
 184  $string['gradinggradecalculated'] = 'Calculated grade for assessment';
 185  $string['gradinggradeof'] = 'Grade for assessment (of {$a})';
 186  $string['gradinggradeover'] = 'Override grade for assessment';
 187  $string['gradingsettings'] = 'Grading settings';
 188  $string['groupnoallowed'] = 'You are not allowed to access any group in this workshop';
 189  $string['chooseuser'] = 'Choose user...';
 190  $string['iamsure'] = 'Yes, I am sure';
 191  $string['indicator:cognitivedepth'] = 'Workshop cognitive';
 192  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Workshop activity.';
 193  $string['indicator:cognitivedepthdef'] = 'Workshop cognitive';
 194  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Workshop activities during this analysis interval (Levels = No view, View, Submit, View feedback, Comment on feedback, Resubmit after viewing feedback)';
 195  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
 196  $string['indicator:socialbreadth'] = 'Workshop social';
 197  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Workshop activity.';
 198  $string['indicator:socialbreadthdef'] = 'Workshop social';
 199  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Workshop activities during this analysis interval (Levels = No participation, Participant alone, Participant with others)';
 200  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
 201  $string['info'] = 'Info';
 202  $string['instructauthors'] = 'Instructions for submission';
 203  $string['instructreviewers'] = 'Instructions for assessment';
 204  $string['introduction'] = 'Description';
 205  $string['latesubmissions'] = 'Late submissions';
 206  $string['latesubmissions_desc'] = 'Allow submissions after the deadline';
 207  $string['latesubmissions_help'] = 'If enabled, an author may submit their work after the submissions deadline or during the assessment phase. Late submissions cannot be edited though.';
 208  $string['latesubmissionsallowed'] = 'Late submissions are allowed';
 209  $string['legacyallocationplugincron'] = 'Legacy cron workshop allocation';
 210  $string['maxbytes'] = 'Maximum submission attachment size';
 211  $string['modulename'] = 'Workshop';
 212  $string['modulename_help'] = 'The workshop activity module enables the collection, review and peer assessment of students\' work.
 213  
 214  Students can submit any digital content (files), such as word-processed documents or spreadsheets and can also type text directly into a field using the text editor.
 215  
 216  Submissions are assessed using a multi-criteria assessment form defined by the teacher. The process of peer assessment and understanding the assessment form can be practised in advance with example submissions provided by the teacher, together with a reference assessment. Students are given the opportunity to assess one or more of their peers\' submissions. Submissions and reviewers may be anonymous if required.
 217  
 218  Students obtain two grades in a workshop activity - a grade for their submission and a grade for their assessment of their peers\' submissions. Both grades are recorded in the gradebook.';
 219  $string['modulename_link'] = 'mod/workshop/view';
 220  $string['modulenameplural'] = 'Workshops';
 221  $string['myassessments'] = 'My assessments';
 222  $string['mysubmission'] = 'My submission';
 223  $string['nattachments'] = 'Maximum number of submission attachments';
 224  $string['noexamples'] = 'No examples yet in this workshop';
 225  $string['noexamplesformready'] = 'You must define the assessment form before providing example submissions';
 226  $string['nosubmissiontype'] = 'At least one submission type must be available';
 227  $string['nogradeyet'] = 'No grade yet';
 228  $string['nosubmissionfound'] = 'No submission found for this user';
 229  $string['nosubmissions'] = 'No submissions yet in this workshop';
 230  $string['nothingtoreview'] = 'Nothing to review';
 231  $string['notassessed'] = 'Not assessed yet';
 232  $string['notoverridden'] = 'Not overridden';
 233  $string['noworkshops'] = 'There are no workshops in this course';
 234  $string['noyoursubmission'] = 'You have not submitted your work yet';
 235  $string['nothingfound'] = 'Nothing to display';
 236  $string['nullgrade'] = '-';
 237  $string['overallfeedback'] = 'Overall feedback';
 238  $string['overallfeedbackfiles'] = 'Maximum number of overall feedback attachments';
 239  $string['overallfeedbackmaxbytes'] = 'Maximum overall feedback attachment size';
 240  $string['overallfeedbackmode'] = 'Overall feedback mode';
 241  $string['overallfeedbackmode_0'] = 'Disabled';
 242  $string['overallfeedbackmode_1'] = 'Enabled and optional';
 243  $string['overallfeedbackmode_2'] = 'Enabled and required';
 244  $string['overallfeedbackmode_help'] = 'If enabled, a text field is displayed at the bottom of the assessment form. Reviewers can put the overall assessment of the submission there, or provide additional explanation of their assessment.';
 245  $string['page-mod-workshop-x'] = 'Any workshop module page';
 246  $string['participant'] = 'Participant';
 247  $string['participantrevierof'] = 'Participant is reviewer of';
 248  $string['participantreviewedby'] = 'Participant is reviewed by';
 249  $string['phaseassessment'] = 'Assessment phase';
 250  $string['phaseclosed'] = 'Closed';
 251  $string['phaseevaluation'] = 'Grading evaluation phase';
 252  $string['phasesoverlap'] = 'The submission phase and the assessment phase can not overlap';
 253  $string['phasesetup'] = 'Setup phase';
 254  $string['phasesubmission'] = 'Submission phase';
 255  $string['pluginadministration'] = 'Workshop administration';
 256  $string['pluginname'] = 'Workshop';
 257  $string['prepareexamples'] = 'Prepare example submissions';
 258  $string['previewassessmentform'] = 'Preview';
 259  $string['privacy:metadata:aggregatedgradinggrade'] = 'Aggregated grade for all assessments made by the user in the given workshop activity';
 260  $string['privacy:metadata:assessmentgrade'] = 'Aggregated grade for the submission suggested by this assessment';
 261  $string['privacy:metadata:assessmentgradinggrade'] = 'Grade for providing this assessment';
 262  $string['privacy:metadata:assessmentgradinggradeover'] = 'Manually overridden value of the grade for providing this assessment';
 263  $string['privacy:metadata:assessmentid'] = 'ID of the assessment';
 264  $string['privacy:metadata:authorid'] = 'ID of the submission author';
 265  $string['privacy:metadata:dimensiongrade'] = 'Grade in the given assessment dimension';
 266  $string['privacy:metadata:dimensionid'] = 'ID of the assessment dimension';
 267  $string['privacy:metadata:example'] = 'Whether this record represents an example submission';
 268  $string['privacy:metadata:feedbackauthor'] = 'Feedback for the author';
 269  $string['privacy:metadata:feedbackauthorformat'] = 'Text format of the feedback for the author';
 270  $string['privacy:metadata:feedbackreviewer'] = 'Feedback for the user providing the assessment';
 271  $string['privacy:metadata:feedbackreviewerformat'] = 'Text format of the feedback for the user providing the assessment';
 272  $string['privacy:metadata:late'] = 'Whether the submission been submitted after the deadline';
 273  $string['privacy:metadata:peercomment'] = 'Comment on the given grade by the user providing the assessment';
 274  $string['privacy:metadata:peercommentformat'] = 'Text format of the comment on the given grade';
 275  $string['privacy:metadata:preference:viewlet-allexamples-collapsed'] = 'The collapsed/expanded state for the \'Example submissions\' viewlet.';
 276  $string['privacy:metadata:preference:viewlet-allsubmissions-collapsed'] = 'The collapsed/expanded state for the \'Workshop submissions report\' viewlet.';
 277  $string['privacy:metadata:preference:viewlet-assessmentform-collapsed'] = 'The collapsed/expanded state for the \'Assessment form\' viewlet.';
 278  $string['privacy:metadata:preference:viewlet-assignedassessments-collapsed'] = 'The collapsed/expanded state for the \'Assigned submissions to assess\' viewlet.';
 279  $string['privacy:metadata:preference:viewlet-cleargrades-collapsed'] = 'The collapsed/expanded state for the \'Workshop toolbox\' viewlet.';
 280  $string['privacy:metadata:preference:viewlet-conclusion-collapsed'] = 'The collapsed/expanded state for the \'Conclusion\' viewlet.';
 281  $string['privacy:metadata:preference:viewlet-examples-collapsed'] = 'The collapsed/expanded state for the \'Example submissions to assess\' viewlet.';
 282  $string['privacy:metadata:preference:viewlet-examplesfail-collapsed'] = 'The collapsed/expanded state for the \'Example submissions to assess\' viewlet.';
 283  $string['privacy:metadata:preference:viewlet-gradereport-collapsed'] = 'The collapsed/expanded state for the \'Workshop grades report\' viewlet.';
 284  $string['privacy:metadata:preference:viewlet-instructauthors-collapsed'] = 'The collapsed/expanded state for the \'Instructions for submission\' viewlet.';
 285  $string['privacy:metadata:preference:viewlet-instructreviewers-collapsed'] = 'The collapsed/expanded state for the \'Instructions for assessment\' viewlet.';
 286  $string['privacy:metadata:preference:viewlet-intro-collapsed'] = 'The collapsed/expanded state for the \'Intro\' viewlet.';
 287  $string['privacy:metadata:preference:viewlet-overallfeedback-collapsed'] = 'The collapsed/expanded state for the \'Overall feedback\' viewlet.';
 288  $string['privacy:metadata:preference:viewlet-ownsubmission-collapsed'] = 'The collapsed/expanded state for the \'Your submission\' viewlet.';
 289  $string['privacy:metadata:preference:viewlet-publicsubmissions-collapsed'] = 'The collapsed/expanded state for the \'Published submissions\' viewlet.';
 290  $string['privacy:metadata:preference:viewlet-yourgrades-collapsed'] = 'The collapsed/expanded state for the \'Your grades\' viewlet.';
 291  $string['privacy:metadata:preference:perpage'] = 'Number of submissions the user prefers to see on one page';
 292  $string['privacy:metadata:published'] = 'Whether the submission should be published to all participants once the workshop is closed';
 293  $string['privacy:metadata:reviewerid'] = 'ID of the user providing the assessment';
 294  $string['privacy:metadata:strategy'] = 'Name of the grading strategy subplugin interpreting the record values';
 295  $string['privacy:metadata:submissioncontent'] = 'Content of the submission';
 296  $string['privacy:metadata:submissioncontentformat'] = 'Text format of the submission content';
 297  $string['privacy:metadata:submissiongrade'] = 'Aggregated grade for the submission written as a decimal number from interval 0..100';
 298  $string['privacy:metadata:submissiongradeover'] = 'Manually overridden value of the aggregated grade';
 299  $string['privacy:metadata:submissionid'] = 'ID of the submission';
 300  $string['privacy:metadata:submissiontitle'] = 'Title of the submission';
 301  $string['privacy:metadata:subsystem:corefiles'] = 'Workshop module stores files embedded in / attached to the submission text';
 302  $string['privacy:metadata:subsystem:coreplagiarism'] = 'Workshop module has inbuilt support for plagiarism prevention systems';
 303  $string['privacy:metadata:timeaggregated'] = 'When the aggregated grade was last calculated';
 304  $string['privacy:metadata:timecreated'] = 'When this record was created in the database';
 305  $string['privacy:metadata:timemodified'] = 'When this record was last modified in the database';
 306  $string['privacy:metadata:userid'] = 'ID of the user for which aggregated grade is calculated';
 307  $string['privacy:metadata:weight'] = 'Weight of the assessment';
 308  $string['privacy:metadata:workshopaggregations'] = 'Holds aggregated grades for assessment';
 309  $string['privacy:metadata:workshopassessments'] = 'Holds information about allocated assessments of workshop module submissions';
 310  $string['privacy:metadata:workshopgrades'] = 'Holds information about how the assessment forms were filled with grades and comments';
 311  $string['privacy:metadata:workshopid'] = 'ID of the workshop activity';
 312  $string['privacy:metadata:workshopsubmissions'] = 'Holds information about workshop module submissions';
 313  $string['privacy:request:delete:title'] = '[Deleted]';
 314  $string['privacy:request:delete:content'] = 'The content has been deleted (requested by the user or expired)';
 315  $string['publishedsubmissions'] = 'Published submissions';
 316  $string['publishsubmission'] = 'Publish submission';
 317  $string['publishsubmission_help'] = 'Published submissions are available to the others when the workshop is closed.';
 318  $string['reassess'] = 'Re-assess';
 319  $string['receivedgrades'] = 'Grades received';
 320  $string['recentassessments'] = 'Workshop assessments:';
 321  $string['recentsubmissions'] = 'Workshop submissions:';
 322  $string['resetassessments'] = 'Delete all assessments';
 323  $string['resetassessments_help'] = 'You can choose to delete just allocated assessments without affecting submissions. If submissions are to be deleted, their assessments will be deleted implicitly and this option is ignored. Note this also includes assessments of example submissions.';
 324  $string['resetsubmissions'] = 'Delete all submissions';
 325  $string['resetsubmissions_help'] = 'All the submissions and their assessments will be deleted. This does not affect example submissions.';
 326  $string['resetphase'] = 'Switch to the setup phase';
 327  $string['resetphase_help'] = 'If enabled, all workshops will be put into the initial setup phase.';
 328  $string['saveandclose'] = 'Save and close';
 329  $string['saveandcontinue'] = 'Save and continue editing';
 330  $string['saveandpreview'] = 'Save and preview';
 331  $string['saveandshownext'] = 'Save and show next';
 332  $string['search:activity'] = 'Workshop - activity information';
 333  $string['selfassessmentdisabled'] = 'Self-assessment disabled';
 334  $string['showingperpage'] = 'Showing {$a} items per page';
 335  $string['showingperpagechange'] = 'Change ...';
 336  $string['someuserswosubmission'] = 'There is at least one author who has not yet submitted their work';
 337  $string['sortasc'] = 'Ascending sort';
 338  $string['sortdesc'] = 'Descending sort';
 339  $string['strategy'] = 'Grading strategy';
 340  $string['strategy_help'] = 'The grading strategy determines the assessment form used and the method of grading submissions. There are 4 options:
 341  
 342  * Accumulative grading - Comments and a grade are given regarding specified aspects
 343  * Comments - Comments are given regarding specified aspects but no grade can be given
 344  * Number of errors - Comments and a yes/no assessment are given regarding specified assertions
 345  * Rubric - A level assessment is given regarding specified criteria';
 346  $string['strategyhaschanged'] = 'The workshop grading strategy has changed since the form was opened for editing.';
 347  $string['submission'] = 'Submission';
 348  $string['submissionattachment'] = 'Attachment';
 349  $string['submissionby'] = 'Submission by {$a}';
 350  $string['submissioncontent'] = 'Submission content';
 351  $string['submissiondeleteconfirm'] = 'Are you sure you want to delete the following submission?';
 352  $string['submissiondeleteconfirmassess'] = 'Are you sure you want to delete the following submission? Note this will also delete {$a->count} assessments associated with this submission, which may affect the reviewers\' grades.';
 353  $string['submissionend'] = 'Submissions deadline';
 354  $string['submissionendbeforestart'] = 'Submissions deadline can not be specified before the open for submissions date';
 355  $string['submissionendevent'] = '{$a} deadline for submissions';
 356  $string['submissionenddatetime'] = 'Submissions deadline: {$a->daydatetime} ({$a->distanceday})';
 357  $string['submissionendswitch'] = 'Switch to the next phase after the submissions deadline';
 358  $string['submissionendswitch_help'] = 'If the submissions deadline is specified and this box is checked, the workshop will automatically switch to the assessment phase after the submissions deadline.
 359  
 360  If you enable this feature, it is recommended to set up the scheduled allocation method, too. If the submissions are not allocated, no assessment can be done even if the workshop itself is in the assessment phase.';
 361  $string['submissiongrade'] = 'Grade for submission';
 362  $string['submissiongrade_help'] = 'This setting specifies the maximum grade that may be obtained for submitted work.';
 363  $string['submissiongradeof'] = 'Grade for submission (of {$a})';
 364  $string['submissionlastmodified'] = 'Last modified';
 365  $string['submissionrequiredcontent'] = 'You need to enter some text or add a file.';
 366  $string['submissionrequiredfile'] = 'You need to add a file or enter some text.';
 367  $string['submissionsettings'] = 'Submission settings';
 368  $string['submissionstart'] = 'Open for submissions from';
 369  $string['submissionstartevent'] = '{$a} opens for submissions';
 370  $string['submissionstartdatetime'] = 'Open for submissions from {$a->daydatetime} ({$a->distanceday})';
 371  $string['submissiontitle'] = 'Title';
 372  $string['submissiontypefileavailable'] = 'File attachment<span class="accesshide"> available</span>';
 373  $string['submissiontypefilerequired'] = '<span class="accesshide">File attachment </span>Required';
 374  $string['submissiontypetextavailable'] = 'Online text<span class="accesshide"> available</span>';
 375  $string['submissiontypetextrequired'] = '<span class="accesshide">Online text </span>Required';
 376  $string['submissiontypedisabled'] = 'This submission type is disabled for this workshop.';
 377  $string['submissiontypes'] = 'Submission types';
 378  $string['submissionsreport'] = 'Workshop submissions report';
 379  $string['submittednotsubmitted'] = 'Submitted ({$a->submitted}) / not submitted ({$a->notsubmitted})';
 380  $string['subplugintype_workshopallocation'] = 'Submissions allocation method';
 381  $string['subplugintype_workshopallocation_plural'] = 'Submissions allocation methods';
 382  $string['subplugintype_workshopeval'] = 'Grading evaluation method';
 383  $string['subplugintype_workshopeval_plural'] = 'Grading evaluation methods';
 384  $string['subplugintype_workshopform'] = 'Grading strategy';
 385  $string['subplugintype_workshopform_plural'] = 'Grading strategies';
 386  $string['switchingphase'] = 'Switching phase';
 387  $string['switchphase'] = 'Switch phase';
 388  $string['switchphaseauto'] = 'Switching has been scheduled';
 389  $string['switchphasenext'] = 'Switch to the next phase';
 390  $string['switchphase10'] = 'Switch to the setup phase';
 391  $string['switchphase10info'] = 'You are about to switch the workshop into the <strong>Setup phase</strong>. In this phase, users cannot modify their submissions or their assessments. Teachers may use this phase to change workshop settings, modify the grading strategy or tweak assessment forms.';
 392  $string['switchphase20'] = 'Switch to the submission phase';
 393  $string['switchphase20info'] = 'You are about to switch the workshop into the <strong>Submission phase</strong>. Students may submit their work during this phase (within the submission access control dates, if set). Teachers may allocate submissions for peer review.';
 394  $string['switchphase30'] = 'Switch to the assessment phase';
 395  $string['switchphase30auto'] = 'Workshop will automatically switch into the assessment phase after {$a->daydatetime} ({$a->distanceday})';
 396  $string['switchphase30info'] = 'You are about to switch the workshop into the <strong>Assessment phase</strong>. In this phase, reviewers may assess the submissions they have been allocated (within the assessment access control dates, if set).';
 397  $string['switchphase40'] = 'Switch to the evaluation phase';
 398  $string['switchphase40info'] = 'You are about to switch the workshop into the <strong>Grading evaluation phase</strong>. In this phase, users cannot modify their submissions or their assessments. Teachers may use the grading evaluation tools to calculate final grades and provide feedback for reviewers.';
 399  $string['switchphase50'] = 'Close workshop';
 400  $string['switchphase50info'] = 'You are about to close the workshop. This will result in the calculated grades appearing in the gradebook. Students may view their submissions and their submission assessments.';
 401  $string['taskassesspeers'] = 'Assess peers';
 402  $string['taskassesspeersdetails'] = 'total: {$a->total}<br />pending: {$a->todo}';
 403  $string['taskassessself'] = 'Assess yourself';
 404  $string['taskconclusion'] = 'Provide a conclusion of the activity';
 405  $string['taskdone'] = 'Task done';
 406  $string['taskfail'] = 'Task fail';
 407  $string['taskinfo'] = 'Task info';
 408  $string['taskinstructauthors'] = 'Provide instructions for submission';
 409  $string['taskinstructreviewers'] = 'Provide instructions for assessment';
 410  $string['taskintro'] = 'Set the workshop description';
 411  $string['tasksubmit'] = 'Submit your work';
 412  $string['tasktodo'] = 'Task to do';
 413  $string['toolbox'] = 'Workshop toolbox';
 414  $string['undersetup'] = 'The workshop is currently being set up. Please wait until it is switched to the next phase.';
 415  $string['useexamples'] = 'Use examples';
 416  $string['useexamples_desc'] = 'Example submissions are provided for practice in assessing';
 417  $string['useexamples_help'] = 'If enabled, users can try assessing one or more example submissions and compare their assessment with a reference assessment. The grade is not counted in the grade for assessment.';
 418  $string['usepeerassessment'] = 'Use peer assessment';
 419  $string['usepeerassessment_desc'] = 'Students may assess the work of others';
 420  $string['usepeerassessment_help'] = 'If enabled, a user may be allocated submissions from other users to assess and will receive a grade for assessment in addition to a grade for their own submission.';
 421  $string['userdatecreated'] = 'submitted on <span>{$a}</span>';
 422  $string['userdatemodified'] = 'modified on <span>{$a}</span>';
 423  $string['userplan'] = 'Workshop planner';
 424  $string['userplancurrentphase'] = 'Current phase';
 425  $string['userplan_help'] = 'The workshop planner displays all phases of the activity and lists the tasks for each phase. The current phase is highlighted and task completion is indicated with a tick.';
 426  $string['userplanaccessibilityskip'] = 'Skip to current tasks';
 427  $string['userplanaccessibilitytitle'] = 'Workshop timeline with {$a} phases';
 428  $string['useselfassessment'] = 'Use self-assessment';
 429  $string['useselfassessment_help'] = 'If enabled, a user may be allocated their own submission to assess and will receive a grade for assessment in addition to a grade for their submission.';
 430  $string['useselfassessment_desc'] = 'Students may assess their own work';
 431  $string['viewworkshopsummary'] = 'View workshop summary';
 432  $string['weightinfo'] = 'Weight: {$a}';
 433  $string['withoutsubmission'] = 'Reviewer without own submission';
 434  $string['workshop:addinstance'] = 'Add a new workshop';
 435  $string['workshop:allocate'] = 'Allocate submissions for review';
 436  $string['workshop:editdimensions'] = 'Edit assessment forms';
 437  $string['workshop:exportsubmissions'] = 'Export submissions';
 438  $string['workshop:deletesubmissions'] = 'Delete submissions';
 439  $string['workshop:ignoredeadlines'] = 'Ignore time restrictions';
 440  $string['workshop:manageexamples'] = 'Manage example submissions';
 441  $string['workshopname'] = 'Workshop name';
 442  $string['workshop:overridegrades'] = 'Override calculated grades';
 443  $string['workshop:peerassess'] = 'Peer assess';
 444  $string['workshop:publishsubmissions'] = 'Publish submissions';
 445  $string['workshop:submit'] = 'Submit';
 446  $string['workshop:switchphase'] = 'Switch phase';
 447  $string['workshop:view'] = 'View workshop';
 448  $string['workshop:viewallassessments'] = 'View all assessments';
 449  $string['workshop:viewallsubmissions'] = 'View all submissions';
 450  $string['workshop:viewauthornames'] = 'View author names';
 451  $string['workshop:viewauthorpublished'] = 'View authors of published submissions';
 452  $string['workshop:viewpublishedsubmissions'] = 'View published submissions';
 453  $string['workshop:viewreviewernames'] = 'View reviewer names';
 454  $string['yourassessmentfor'] = 'Your assessment for {$a}';
 455  $string['yourgrades'] = 'Your grades';
 456  $string['yoursubmission'] = 'Your submission';
 457  $string['yoursubmissionwithassessments'] = 'Your submission with assessments';