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