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  
   3  // This file is part of Moodle - http://moodle.org/
   4  //
   5  // Moodle is free software: you can redistribute it and/or modify
   6  // it under the terms of the GNU General Public License as published by
   7  // the Free Software Foundation, either version 3 of the License, or
   8  // (at your option) any later version.
   9  //
  10  // Moodle is distributed in the hope that it will be useful,
  11  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13  // GNU General Public License for more details.
  14  //
  15  // You should have received a copy of the GNU General Public License
  16  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  17  
  18  /**
  19   * Strings for component 'survey', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   mod_survey
  22   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['actual'] = 'Actual';
  27  $string['actualclass'] = 'Class actual';
  28  $string['actualstudent'] = '{$a} actual';
  29  $string['allquestions'] = 'All questions in order, all students';
  30  $string['allscales'] = 'All scales, all students';
  31  $string['alreadysubmitted'] = 'You have already submitted this survey';
  32  $string['analysisof'] = 'Analysis of {$a}';
  33  $string['answers'] = 'Answers';
  34  $string['attlsintro'] = 'The purpose of this questionnaire is to help us evaluate your attitudes towards thinking and learning.
  35  
  36  There are no \'right\' or \'wrong\' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment.';
  37  $string['attlsmintro'] = 'In discussion ...';
  38  $string['attlsm1'] = 'Attitudes Towards Thinking and Learning';
  39  $string['attlsm2'] = 'Connected learning';
  40  $string['attlsm3'] = 'Separate learning';
  41  $string['attlsname'] = 'ATTLS (20 item version)';
  42  $string['attls1'] = 'In evaluating what someone says, I focus on the quality of their argument, not on the person who\'s presenting it.';
  43  $string['attls1short'] = 'focus quality of argument';
  44  $string['attls10'] = 'It\'s important for me to remain as objective as possible when I analyze something.';
  45  $string['attls10short'] = 'remain objective';
  46  $string['attls11'] = 'I try to think with people instead of against them.';
  47  $string['attls11short'] = 'think WITH people';
  48  $string['attls12'] = 'I have certain criteria I use in evaluating arguments.';
  49  $string['attls12short'] = 'use criteria to evaluate';
  50  $string['attls13'] = 'I\'m more likely to try to understand someone else\'s opinion than to try to evaluate it.';
  51  $string['attls13short'] = 'try to understand';
  52  $string['attls14'] = 'I try to point out weaknesses in other people\'s thinking to help them clarify their arguments.';
  53  $string['attls14short'] = 'point out weaknesses';
  54  $string['attls15'] = 'I tend to put myself in other people\'s shoes when discussing controversial issues, to see why they think the way they do.';
  55  $string['attls15short'] = 'put myself in their shoes';
  56  $string['attls16'] = 'One could call my way of analysing things \'putting them on trial\' because I am careful to consider all the evidence.';
  57  $string['attls16short'] = 'putting on trial';
  58  $string['attls17'] = 'I value the use of logic and reason over the incorporation of my own concerns when solving problems.';
  59  $string['attls17short'] = 'I value logic most';
  60  $string['attls18'] = 'I can obtain insight into opinions that differ from mine through empathy.';
  61  $string['attls18short'] = 'insight from empathy';
  62  $string['attls19'] = 'When I encounter people whose opinions seem alien to me, I make a deliberate effort to \'extend\' myself into that person, to try to see how they could have those opinions.';
  63  $string['attls19short'] = 'make effort to extend';
  64  $string['attls2'] = 'I like playing devil\'s advocate - arguing the opposite of what someone is saying.';
  65  $string['attls2short'] = 'play devil\'s advocate';
  66  $string['attls20'] = 'I spend time figuring out what\'s \'wrong\' with things. For example, I\'ll look for something in a literary interpretation that isn\'t argued well enough.';
  67  $string['attls20short'] = 'what\'s wrong?';
  68  $string['attls3'] = 'I like to understand where other people are \'coming from\', what experiences have led them to feel the way they do.';
  69  $string['attls3short'] = 'where people come from';
  70  $string['attls4'] = 'The most important part of my education has been learning to understand people who are very different to me.';
  71  $string['attls4short'] = 'understand different people';
  72  $string['attls5'] = 'I feel that the best way for me to achieve my own identity is to interact with a variety of other people.';
  73  $string['attls5short'] = 'interact with variety';
  74  $string['attls6'] = 'I enjoy hearing the opinions of people who come from backgrounds different to mine - it helps me to understand how the same things can be seen in such different ways.';
  75  $string['attls6short'] = 'enjoy hearing opinions';
  76  $string['attls7'] = 'I find that I can strengthen my own position through arguing with someone who disagrees with me.';
  77  $string['attls7short'] = 'strengthen by argue';
  78  $string['attls8'] = 'I am always interested in knowing why people say and believe the things they do.';
  79  $string['attls8short'] = 'know why people do';
  80  $string['attls9'] = 'I often find myself arguing with the authors of books that I read, trying to logically figure out why they\'re wrong.';
  81  $string['attls9short'] = 'argue with authors';
  82  $string['cannotfindanswer'] = 'There are no answers for this survey yet.';
  83  $string['cannotfindquestion'] = 'Question doesn\'t exist';
  84  $string['cannotfindsurveytmpt'] = 'No survey templates found!';
  85  $string['completiondetail:submit'] = 'Submit answers';
  86  $string['completionsubmit'] = 'Student must make a submission';
  87  $string['ciqintro'] = 'While thinking about recent events in this class, answer the questions below.';
  88  $string['ciqname'] = 'Critical incidents';
  89  $string['ciq1'] = 'At what moment in class were you most engaged as a learner?';
  90  $string['ciq1short'] = 'Most engaged';
  91  $string['ciq2'] = 'At what moment in class were you most distanced as a learner?';
  92  $string['ciq2short'] = 'Most distanced';
  93  $string['ciq3'] = 'What action from anyone in the forums did you find most affirming or helpful?';
  94  $string['ciq3short'] = 'Helpful moment';
  95  $string['ciq4'] = 'What action from anyone in the forums did you find most puzzling or confusing?';
  96  $string['ciq4short'] = 'Confusing moment';
  97  $string['ciq5'] = 'What event surprised you most?';
  98  $string['ciq5short'] = 'Suprising moment';
  99  $string['clicktocontinue'] = 'Click here to continue';
 100  $string['clicktocontinuecheck'] = 'Click here to check and continue';
 101  $string['collesaintro'] = 'The purpose of this survey is to help us understand how well the online delivery of this unit enabled you to learn.
 102  
 103  Each one of the 24 statements below asks about your experience in this unit.
 104  
 105  There are no \'right\' or \'wrong\' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment.
 106  
 107  Your carefully considered responses will help us improve the way this unit is presented online in the future.
 108  
 109  Thanks very much.';
 110  $string['collesaname'] = 'COLLES (Actual)';
 111  $string['collesapintro'] = 'The purpose of this questionnaire is to help us understand how well the online delivery of this unit enabled you to learn.
 112  
 113  Each couple of the 24 statements below asks you to compare your <b>preferred</b> (ideal) and <b>actual</b> experience in this unit.
 114  
 115  There are no \'right\' or \'wrong\' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment.
 116  
 117  Your carefully considered responses will help us improve the way this unit is presented online in the future.
 118  
 119  Thanks very much.';
 120  $string['collesapname'] = 'COLLES (Preferred and Actual)';
 121  $string['collesmintro'] = 'In this online unit...';
 122  $string['collesm1'] = 'Relevance';
 123  $string['collesm1short'] = 'Relevance';
 124  $string['collesm2'] = 'Reflective thinking';
 125  $string['collesm2short'] = 'Reflective thinking';
 126  $string['collesm3'] = 'Interactivity';
 127  $string['collesm3short'] = 'Interactivity';
 128  $string['collesm4'] = 'Tutor support';
 129  $string['collesm4short'] = 'Tutor support';
 130  $string['collesm5'] = 'Peer support';
 131  $string['collesm5short'] = 'Peer support';
 132  $string['collesm6'] = 'Interpretation';
 133  $string['collesm6short'] = 'Interpretation';
 134  $string['collespintro'] = 'The purpose of this survey is to help us understand what you value in an online learning experience.
 135  
 136  Each one of the 24 statements below asks about your <b>preferred</b> (ideal) experience in this unit.
 137  
 138  There are no \'right\' or \'wrong\' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment.
 139  
 140  Your carefully considered responses will help us improve the way this unit is presented online in the future.
 141  
 142  Thanks very much.';
 143  $string['collespname'] = 'COLLES (Preferred)';
 144  $string['colles1'] = 'my learning focuses on issues that interest me.';
 145  $string['colles1short'] = 'focus on interesting issues';
 146  $string['colles10'] = 'I ask other students to explain their ideas.';
 147  $string['colles10short'] = 'I ask for explanations';
 148  $string['colles11'] = 'other students ask me to explain my ideas.';
 149  $string['colles11short'] = 'I\'m asked to explain';
 150  $string['colles12'] = 'other students respond to my ideas.';
 151  $string['colles12short'] = 'students respond to me';
 152  $string['colles13'] = 'the tutor stimulates my thinking.';
 153  $string['colles13short'] = 'tutor stimulates thinking';
 154  $string['colles14'] = 'the tutor encourages me to participate.';
 155  $string['colles14short'] = 'tutor encourages me';
 156  $string['colles15'] = 'the tutor models good discourse.';
 157  $string['colles15short'] = 'tutor models discourse';
 158  $string['colles16'] = 'the tutor models critical self-reflection.';
 159  $string['colles16short'] = 'tutor models self-reflection';
 160  $string['colles17'] = 'other students encourage my participation.';
 161  $string['colles17short'] = 'students encourage me';
 162  $string['colles18'] = 'other students praise my contribution.';
 163  $string['colles18short'] = 'students praise me';
 164  $string['colles19'] = 'other students value my contribution.';
 165  $string['colles19short'] = 'students value me';
 166  $string['colles2'] = 'what I learn is important for my professional practice.';
 167  $string['colles2short'] = 'important to my practice';
 168  $string['colles20'] = 'other students empathise with my struggle to learn.';
 169  $string['colles20short'] = 'students empathise';
 170  $string['colles21'] = 'I make good sense of other students\' messages.';
 171  $string['colles21short'] = 'I understand other students';
 172  $string['colles22'] = 'other students make good sense of my messages.';
 173  $string['colles22short'] = 'students understand me';
 174  $string['colles23'] = 'I make good sense of the tutor\'s messages.';
 175  $string['colles23short'] = 'I understand the tutor';
 176  $string['colles24'] = 'the tutor makes good sense of my messages.';
 177  $string['colles24short'] = 'tutor understands me';
 178  $string['colles3'] = 'I learn how to improve my professional practice.';
 179  $string['colles3short'] = 'improve my practice';
 180  $string['colles4'] = 'what I learn connects well with my professional practice.';
 181  $string['colles4short'] = 'connects with my practice';
 182  $string['colles5'] = 'I think critically about how I learn.';
 183  $string['colles5short'] = 'I\'m critical of my learning';
 184  $string['colles6'] = 'I think critically about my own ideas.';
 185  $string['colles6short'] = 'I\'m critical of my own ideas';
 186  $string['colles7'] = 'I think critically about other students\' ideas.';
 187  $string['colles7short'] = 'I\'m critical of other students';
 188  $string['colles8'] = 'I think critically about ideas in the readings.';
 189  $string['colles8short'] = 'I\'m critical of readings';
 190  $string['colles9'] = 'I explain my ideas to other students.';
 191  $string['colles9short'] = 'I explain my ideas';
 192  $string['customintro'] = 'Description';
 193  $string['deleteallanswers'] = 'Delete all survey responses';
 194  $string['deleteanalysis'] = 'Delete response analysis';
 195  $string['done'] = 'Done';
 196  $string['download'] = 'Download';
 197  $string['downloadexcel'] = 'Download data as Excel spreadsheet';
 198  $string['downloadinfo'] = 'You can download the complete raw data for this survey in a form suitable for analysis in Excel, SPSS or other package.';
 199  $string['downloadresults'] = 'Download results';
 200  $string['downloadtext'] = 'Download data as a plain text file';
 201  $string['editingasurvey'] = 'Editing a survey';
 202  $string['errorunabletosavenotes'] = 'An error occurred while saving your notes.';
 203  $string['eventreportdownloaded'] = 'Survey report downloaded';
 204  $string['eventreportviewed'] = 'Survey report viewed';
 205  $string['eventresponsesubmitted'] = 'Survey response submitted';
 206  $string['guestsnotallowed'] = 'Only enrolled users are able to submit surveys';
 207  $string['howlong'] = 'How long did this survey take you to complete?';
 208  $string['howlongoptions'] = 'under 1 min,1-2 min,2-3 min,3-4 min,4-5-min,5-10 min,more than 10';
 209  $string['ifoundthat'] = 'I found that';
 210  $string['indicator:cognitivedepth'] = 'Survey cognitive';
 211  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Survey activity.';
 212  $string['indicator:cognitivedepthdef'] = 'Survey cognitive';
 213  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Survey activities during this analysis interval (Levels = No view, View, Submit)';
 214  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
 215  $string['indicator:socialbreadth'] = 'Survey social';
 216  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Survey activity.';
 217  $string['indicator:socialbreadthdef'] = 'Survey social';
 218  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Survey activities during this analysis interval (Levels = No participation, Participant alone)';
 219  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
 220  $string['introtext'] = 'Introduction text';
 221  $string['invalidsurveyid'] = 'Survey ID was incorrect';
 222  $string['invalidtmptid'] = 'Invalid template id';
 223  $string['ipreferthat'] = 'I prefer that';
 224  $string['modulename'] = 'Survey';
 225  $string['modulename_help'] = 'The survey activity module provides a number of verified survey instruments that have been found useful in assessing and stimulating learning in online environments. A teacher can use these to gather data from their students that will help them learn about their class and reflect on their own teaching.
 226  
 227  Note that these survey tools are pre-populated with questions. Teachers who wish to create their own survey should use the feedback activity module.';
 228  $string['modulename_link'] = 'mod/survey/view';
 229  $string['modulenameplural'] = 'Surveys';
 230  $string['name'] = 'Name';
 231  $string['newsurveyresponses'] = 'New survey responses';
 232  $string['nobodyyet'] = 'Nobody has yet completed this survey';
 233  $string['notdone'] = 'Not done yet';
 234  $string['notes'] = 'Your private analysis and notes';
 235  $string['othercomments'] = 'Do you have any other comments?';
 236  $string['page-mod-survey-x'] = 'Any survey module page';
 237  $string['peoplecompleted'] = '{$a} people have completed this survey so far';
 238  $string['pluginadministration'] = 'Survey administration';
 239  $string['pluginname'] = 'Survey';
 240  $string['preferred'] = 'Preferred';
 241  $string['preferredclass'] = 'Class preferred';
 242  $string['preferredstudent'] = '{$a} preferred';
 243  $string['privacy:metadata:analysis'] = 'A record of survey answers analysis.';
 244  $string['privacy:metadata:analysis:notes'] = 'Notes saved against a user\'s answers.';
 245  $string['privacy:metadata:analysis:userid'] = 'The ID of the user answering the survey.';
 246  $string['privacy:metadata:answers'] = 'A collection of answers to surveys.';
 247  $string['privacy:metadata:answers:answer1'] = 'Field to store the answer to a question.';
 248  $string['privacy:metadata:answers:answer2'] = 'Additional field to store the answer to a question.';
 249  $string['privacy:metadata:answers:question'] = 'The question.';
 250  $string['privacy:metadata:answers:time'] = 'The time when the answer was posted.';
 251  $string['privacy:metadata:answers:userid'] = 'The ID of the user who submitted their answer.';
 252  $string['question'] = 'Question';
 253  $string['questions'] = 'Questions';
 254  $string['questionsnotanswered'] = 'Some of the multiple choice questions have not been answered.';
 255  $string['report'] = 'Survey report';
 256  $string['responsereports'] = 'Response reports';
 257  $string['responses'] = 'Responses';
 258  $string['savednotes'] = 'Your notes were saved';
 259  $string['scaleagree5'] = 'Strongly disagree,Somewhat disagree,Neither agree nor disagree,Somewhat agree,Strongly agree';
 260  $string['scales'] = 'Scales';
 261  $string['scaletimes5'] = 'Almost never,Seldom,Sometimes,Often,Almost always';
 262  $string['search:activity'] = 'Survey - activity information';
 263  $string['seemoredetail'] = 'Click here to see more detail';
 264  $string['selectedquestions'] = 'Selected questions from a scale, all students';
 265  $string['summary'] = 'Summary';
 266  $string['survey:addinstance'] = 'Add a new survey';
 267  $string['surveycompleted'] = 'You\'ve completed this survey.  The graph below shows a summary of your results compared to the class averages.';
 268  $string['surveycompletednograph'] = 'You have completed this survey.';
 269  $string['survey:download'] = 'Download responses';
 270  $string['surveygraph'] = 'Survey graph';
 271  $string['surveyname'] = 'Survey name';
 272  $string['survey:participate'] = 'Respond to survey';
 273  $string['survey:readresponses'] = 'View responses';
 274  $string['surveysaved'] = 'Survey saved';
 275  $string['surveytype'] = 'Survey type';
 276  $string['surveytype_help'] = 'There are 3 available survey types:
 277  
 278  * Attitudes to Thinking and Learning Survey (ATTLS) - For measuring the extent to which a person is a \'connected knower\' (tends to find learning more enjoyable, and is often more cooperative, congenial and more willing to build on the ideas of others) or a \'separate knower\' (tends to take a more critical and argumentative stance to learning)
 279  * Critical incidents survey
 280  * Constructivist On-line Learning Environment Survey (COLLES) - For monitoring the extent to which the interactive capacity of the World Wide Web may be exploited for engaging students in dynamic learning practices';
 281  $string['surveytype_link'] = 'mod/survey/mod';
 282  $string['thanksforanswers'] = 'Thanks for answering this survey, {$a}';
 283  $string['time'] = 'Time';
 284  $string['viewsurveyresponses'] = 'View {$a} survey responses';
 285  $string['notyetanswered'] = 'Not yet answered';
 286  $string['allquestionrequireanswer'] = 'All questions are required and must be answered.';