Rev 4314 | Rev 4808 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2480 | bpr | 1 | !set lang_exists=yes |
2 | |||
2465 | bpr | 3 | !if $wims_read_parm!= |
4 | !goto $wims_read_parm |
||
5 | !endif |
||
23 | reyssat | 6 | |
2482 | bpr | 7 | !set title=Nastavitve in vzdrževanje |
2465 | bpr | 8 | |
4116 | bpr | 9 | !distribute items votes,agenda,\ |
4117 | bpr | 10 | teacher account,forum,skills assessment report,skills\ |
11 | teaching sequences,message board\ |
||
2540 | reyssat | 12 | into name_vote,name_cdt,\ |
2856 | guerimand | 13 | name_sup,name_forum,name_livret,name_competence,name_seq,name_forum_mesg |
2465 | bpr | 14 | |
4116 | bpr | 15 | !distribute items subclasses,participants,exercises,documents,teachers,worksheets\ |
2480 | bpr | 16 | into wims_name_zones,wims_name_participants,wims_name_exercises,wims_name_docs,wims_name_teachers,\ |
17 | name_sheets |
||
18 | |||
2465 | bpr | 19 | !distribute item messages of the day,\ |
2480 | bpr | 20 | exercise,worksheet,exam,document,participant\ |
2484 | bpr | 21 | into name_motd,name_exo,name_sheet,name_exam,name_doc,name_user |
2480 | bpr | 22 | |
23 | !distribute item messages of the day,\ |
||
2465 | bpr | 24 | exercises,worksheets,exams,documents,participants\ |
25 | into name_motds,name_exos,name_sheets,name_exams,name_docs,name_users |
||
2468 | bpr | 26 | |
23 | reyssat | 27 | !if $job=arch |
2482 | bpr | 28 | !set title=Shranjevanje in obnova |
2432 | bpr | 29 | !set name_intro=You can download a backup copy of your class, in the following format |
30 | !set name_tosend=To upload backup archives into your class, please give the backup file name |
||
4116 | bpr | 31 | !set name_namefile=please enter the name of backup file |
32 | !set name_help=You will be prompted for the selection of teaching materials to restore to your class. |
||
2465 | bpr | 33 | |
4116 | bpr | 34 | !set name_deposit=!nosubst Your backup file <tt class="wims_fname">$wims_deposit</tt> contains the following teaching materials.\ |
2465 | bpr | 35 | Please check those you want to restore to your class. |
36 | |||
4116 | bpr | 37 | !set name_no_restore=Cannot be restored because you are sharing teaching materials of\ |
2465 | bpr | 38 | another class. Restoration can only be done on the class originating\ |
39 | the sharing. |
||
2539 | reyssat | 40 | |
2465 | bpr | 41 | !distribute lines Nothing is selected for restoration.\ |
42 | Restore everything except class configuration and supervisor account.\ |
||
4004 | bpr | 43 | <span class="wims_warning">Danger!</span> <small>See notes below.</small>\ |
2465 | bpr | 44 | Class configuration setup.\ |
45 | Supervisor account (including your password)\ |
||
46 | participant accounts\ |
||
47 | Existing accounts\ |
||
48 | documents\ |
||
49 | Existing documents\ |
||
2717 | bpr | 50 | exercises\ |
2465 | bpr | 51 | Existing exercises\ |
52 | worksheets\ |
||
53 | Implies restoration of class exercises\ |
||
4116 | bpr | 54 | Existing worksheets\ |
2465 | bpr | 55 | exam sheets\ |
3917 | bpr | 56 | Implies restoration of worksheets and exercises\ |
2465 | bpr | 57 | Existing exams\ |
58 | forum messages\ |
||
59 | Existing messages\ |
||
60 | Participant activity register and server-computed scores. Implies restoration participant accounts.\ |
||
61 | Teacher-defined grades\ |
||
62 | Existing grades\ |
||
4116 | bpr | 63 | an agenda for the class\ |
64 | an existing agenda\ |
||
4117 | bpr | 65 | A skills assessment report\ |
66 | an existing assessment report\ |
||
4116 | bpr | 67 | teaching sequences\ |
68 | implies restoring worksheets, exercises, exams and documents\ |
||
69 | Existing sequences\ |
||
2465 | bpr | 70 | Restoration method\ |
71 | Replacement\ |
||
4116 | bpr | 72 | replace existing corresponding teaching materials by restored ones.\ |
2465 | bpr | 73 | Merge\ |
4117 | bpr | 74 | merges participant accounts and class exercises; exercises with the same name will be replaced by restored data, while the others will remain; <span class="wims_warning"> other teaching materials will be replaced</span>\ |
4116 | bpr | 75 | Restore the selected teaching materials\ |
3976 | guerimand | 76 | into name_noselect,name_all,name_danger,name_config,name_teacher,name_user,name_user1,name_doc,\ |
2465 | bpr | 77 | name_doc1,name_exo,name_exo1,name_sheet,name_sheet0,name_sheet1,name_exam,name_exam0,name_exam1,name_forum,\ |
78 | name_forum1,name_activity,name_manual,name_manual1,name_cdt,name_cdt1,name_livret,name_livret1,name_seq,\ |
||
79 | name_seq0,name_seq1,name_method,name_replace,name_replace1,name_merge,name_merge1,\ |
||
80 | name_selectrestore |
||
4314 | bpr | 81 | |
4116 | bpr | 82 | !distribute lines Backup teaching materials restored to the class\ |
2465 | bpr | 83 | Restoration of participant accounts (as well as activity register) is refused because there is not enough space left.\ |
84 | Class expiration date has been modified after restoration, because the uploaded date is\ |
||
4116 | bpr | 85 | Participant accounts already in use in your group of classes (restauration refused)\ |
3974 | guerimand | 86 | restore is not allowed because of ressources sharable\ |
87 | Save/Restoration is not needed at this level of the structure\ |
||
88 | into name_restore1,name_restore2,name_restore3,name_restore4,name_forbiddenrestore,name_restore5 |
||
2432 | bpr | 89 | |
2465 | bpr | 90 | !distribute items unrecognizable, too early, too late into ebad,eearly,elate |
91 | |||
2476 | bpr | 92 | !distribute lines Sorry, we have failed to archive your class.\ |
93 | Here is the backup file of your class\ |
||
4116 | bpr | 94 | Click on it to save it on your computer.\ |
3018 | bpr | 95 | You can also make a selective backup. For that, check the data you wish to save\ |
96 | then click on \ |
||
2476 | bpr | 97 | selective backup\ |
3018 | bpr | 98 | to modify the backup file and save it on your computer.\ |
2539 | reyssat | 99 | into name_download1,name_download2,name_download3,name_download4,\ |
2476 | bpr | 100 | name_selective1,name_selective2,name_selective3 |
101 | |||
2484 | bpr | 102 | !set name_download5=This backup file may be too big to be sent back to the server (which limits\ |
103 | the size of file it accepts). In order to reduce the backup size, you can\ |
||
2476 | bpr | 104 | make a selective backup |
105 | |||
1827 | bpr | 106 | !goto commun |
23 | reyssat | 107 | !endif |
108 | |||
109 | !if $job=clean |
||
2482 | bpr | 110 | !set title=Čiščenje učilnice |
2465 | bpr | 111 | !set name_lines=participant activity lines |
4116 | bpr | 112 | !set name_empty=Your class is empty!<p> There is no teaching materials in your class that can be cleaned up. |
2465 | bpr | 113 | !set name_no_erase=Cannot be cleaned because you are sharing those of another class. |
114 | |||
115 | !distribute lines Clean up everything cleanable\ |
||
116 | Will also erase activity register\ |
||
117 | Will also erase exam sheets\ |
||
4117 | bpr | 118 | Backup the class\ |
119 | Actual teaching materials in your class\ |
||
2465 | bpr | 120 | into name_cleanall,name_erase1,name_warning_exam,name_saveclass,name_ressource |
121 | !set name_warning_clean=Resources erased by this page cannot be recovered! |
||
1827 | bpr | 122 | !goto commun |
23 | reyssat | 123 | !endif |
124 | |||
125 | !if $job=neighbor |
||
2482 | bpr | 126 | !set title=Sosednje učilnice |
2465 | bpr | 127 | !set name_noclass=You cannot define class neighbors because there is no other class on this site. |
4116 | bpr | 128 | !set name_toomany=There are too many virtual classes on this site. Please type a keyword\ |
129 | to search for the class you want to enter. |
||
2484 | bpr | 130 | !set name_toomany2= There are too many classes corresponding to your search. Please\ |
4116 | bpr | 131 | type a more precise keyword. |
2467 | bpr | 132 | |
2466 | bpr | 133 | !distribute lines Search for a class\ |
134 | No class is found for your search. Try again.\ |
||
4116 | bpr | 135 | Neighboring relations between virtual classes allow teaching materials exchange and/or inter-class travel.\ |
136 | Click on the name of a class to change your neighboring properties with it.\ |
||
2466 | bpr | 137 | Classes in the same language as yours\ |
138 | Classes in other languages\ |
||
2467 | bpr | 139 | Examples\ |
140 | into name_research,name_noclass,name_exampleclass,name_help,name_changeneigh,\ |
||
2466 | bpr | 141 | name_samelanguage,name_otherlanguage,name_example |
142 | |||
2717 | bpr | 143 | !distribute lines Neighborhood declaration\ |
1855 | bpr | 144 | Resource sharing\ |
145 | by you\ |
||
146 | by the other\ |
||
147 | Active mutually sharing.\ |
||
4116 | bpr | 148 | You are sharing its teaching materials.\ |
149 | Sharing your teaching materials.\ |
||
1855 | bpr | 150 | Mutually allowing sharings.\ |
4116 | bpr | 151 | Allowed to share your teaching materials.\ |
152 | Allows you to share its teaching materials.\ |
||
1934 | bpr | 153 | Stop this sharing\ |
154 | Share\ |
||
2058 | bpr | 155 | import everybody\ |
4116 | bpr | 156 | Teaching materials\ |
157 | Import other teaching materials\ |
||
158 | Classes allowed to share your teaching materials\ |
||
2374 | bpr | 159 | Resource allowed\ |
160 | active\ |
||
2465 | bpr | 161 | List of other classes\ |
162 | Resource sharing info\ |
||
2717 | bpr | 163 | Show example classes of this server\ |
4116 | bpr | 164 | import teaching materials\ |
2717 | bpr | 165 | You can\ |
166 | of the class\ |
||
167 | Click here to accept\ |
||
1855 | bpr | 168 | into name_declaration,name_sharing,name_byyou,name_other,name_actif,name_share1,name_share2,\ |
2374 | bpr | 169 | name_permit1,name_permit2,name_permit3,name_stopsharing,name_share,name_everybodyimport,name_teaching,\ |
2726 | zjchen | 170 | name_otherone,name_classsharing,name_ressourceallowed,name_active,name_listclass,name_info,name_exampleclass,\ |
2717 | bpr | 171 | name_import_resource,name_youcan,name_fromtheclass,name_click_ok |
4314 | bpr | 172 | |
2717 | bpr | 173 | !set name_nonewres=!nosubst Il n'y a aucun (nouveau) type de ressources dans la classe \ |
3751 | bpr | 174 | <em><font color="blue">$nei_description</font></em> qu'elle vous autorise ŕ partager. |
2717 | bpr | 175 | |
3751 | bpr | 176 | !set name_newres=!nosubst La classe <em><font color="blue">\ |
2717 | bpr | 177 | $nei_description</font></em> vous <b>autorise</b> ŕ partager ses |
178 | |||
3751 | bpr | 179 | !set name_chooseres=!nosubst Choisissez les ressources que vous <b>autorisez</b> la classe <em><font color="blue">\ |
3990 | bpr | 180 | $nei_description</font></em> ŕ partager (<i>sélectionnez puis cliquez sur <span class="wims_button disabled">$wims_name_tosave</span></i>) |
2717 | bpr | 181 | |
3751 | bpr | 182 | !set name_warning_authorized=!nosubst La classe <em><font color="blue">$nei_description</font></em>\ |
2717 | bpr | 183 | vous autorise ŕ partager certaines ressources. Vous ne devez pas l'autoriser ŕ partager les męmes ressources \ |
184 | sous peine de confusion. Commencez par vous entendre avec elle et avec toutes les classes avec lesquelles vous\ |
||
4314 | bpr | 185 | voulez partager des ressources. |
186 | |||
2473 | bpr | 187 | !distribute lines Neighboring relations\ |
188 | has not declared yours as its neighbor\ |
||
189 | accepts yours as its neighbor for\ |
||
190 | with\ |
||
4116 | bpr | 191 | You are sharing the following teaching materials originating from the class\ |
192 | has no importable teaching materials for you\ |
||
193 | has the following importable teaching materials\ |
||
2473 | bpr | 194 | Same title in your class\ |
195 | Empty\ |
||
196 | under preparation\ |
||
197 | Replace\ |
||
198 | Login name already in use in your class\ |
||
199 | Erased user exists in your class\ |
||
200 | Importation from the class\ |
||
201 | Successfully transfered\ |
||
202 | participant accounts from the neighbor\ |
||
203 | Verify the result\ |
||
204 | into name_neighbor_relation,name_text1,name_text2,name_with,name_sharealready,\ |
||
205 | name_no_ressource,name_importable,name_same_title,name_empty,name_inpreparation,\ |
||
206 | name_replace,name_existinglogin,name_part_erased,name_import,name_transfered,\ |
||
207 | name_neigh_account,name_verify |
||
2374 | bpr | 208 | |
3255 | bpr | 209 | !set name_inactif=!nosubst The imported $(name_$itype) is put to inactive status, so that you can\ |
2473 | bpr | 210 | modify it if you wish. |
211 | |||
3751 | bpr | 212 | !set name_accept=!nosubst Do you accept the class <em><font color="blue">\ |
2473 | bpr | 213 | $nei_description</font></em> as your neighbor for? |
4314 | bpr | 214 | |
2374 | bpr | 215 | !if $job2=stopshare |
216 | !set title=Stop sharing |
||
217 | !set name_warning=Your class has active score register, and the shared\ |
||
4116 | bpr | 218 | teaching materials are not empty. If you stop this sharing now, you \ |
2374 | bpr | 219 | cannot share them back again later.\ |
220 | <p>Are you sure you want to definitely stop this sharing? |
||
221 | |||
222 | !set name_stop=stop it. |
||
223 | !endif |
||
224 | !if $job2=sharelist |
||
225 | !set title= Resource sharing information. |
||
226 | !set name_sharelist=!nosubst You are sharing $(name_$rec) originating from |
||
4117 | bpr | 227 | !distribute lines You are not using shared teaching materials originating of another class.\ |
4116 | bpr | 228 | You are sharing teaching materials of other classes\ |
2374 | bpr | 229 | into name_noresource,name_resource |
230 | !endif |
||
4314 | bpr | 231 | |
2432 | bpr | 232 | !if $job2=addshare |
4116 | bpr | 233 | !set title=Share teaching materials on class |
3751 | bpr | 234 | !set name_class_share=This class <em><font color="blue">$nei_description</font></em>\ |
4116 | bpr | 235 | allows you to share its following teaching materials. |
2432 | bpr | 236 | !distribute lines available\ |
237 | You are actually sharing them.\ |
||
238 | You cannot share them because you are already sharing that of another class.\ |
||
4116 | bpr | 239 | clean your own teaching materials\ |
2432 | bpr | 240 | if it is possible\ |
241 | Sharing supervisor account is VERY dangerous! \ |
||
242 | into name_available,name_actually_sharing,name_nosharing,name_cleanup,name_ifpossible,\ |
||
243 | name_dangerous |
||
244 | |||
245 | !set name_warning1=You cannot share them because you are allowing other \ |
||
4116 | bpr | 246 | classes to share such teaching materials from you. Cascaded sharing is not \ |
2432 | bpr | 247 | supported. So you must stop allowing these shares before you can share from others. |
4116 | bpr | 248 | !set name_warning2=!nosubst You cannot share them because your own $(name_$r) are not empty.\ |
2432 | bpr | 249 | Before sharing can be made, you should first |
250 | !set name_warning_erase=!nosubst This will ERASE your own existing $(name_$r)! They will be definitely\ |
||
251 | lost if you have no backup. |
||
252 | |||
253 | !endif |
||
4314 | bpr | 254 | |
2465 | bpr | 255 | !distribute items ---,<small>supervisor</small>,\ |
256 | <small>participants</small>,\ |
||
3751 | bpr | 257 | <small>everybody</small>\ |
258 | into n_n0, n_n1, n_n2, n_n3 |
||
2465 | bpr | 259 | |
1827 | bpr | 260 | !goto commun |
23 | reyssat | 261 | !endif |
262 | |||
263 | !if $job=connect |
||
2482 | bpr | 264 | !set title=Povezava z drugimi strežniki |
2465 | bpr | 265 | !set name_listserver=List of server connections |
2467 | bpr | 266 | |
2533 | bpr | 267 | !distribute lines Test a server connection\ |
2467 | bpr | 268 | Test a connected class\ |
269 | Add a connecting class\ |
||
270 | Manage a connected class\ |
||
271 | local class, remote class\ |
||
272 | class definition, user list, score averages, score details,all but class definition\ |
||
2805 | bpr | 273 | Synchronize\ |
274 | (with the other one) for\ |
||
2467 | bpr | 275 | Remote class\ |
276 | Remote server\ |
||
277 | Manage\ |
||
278 | Destroy remote class\ |
||
279 | This connection to the remote server is working.\ |
||
280 | The connection has been added to your class, but the remote server returns an error message\ |
||
281 | The remote server does not reply. Please report to the\ |
||
282 | The connection is rejected by the remote server. Error message\ |
||
283 | Checked remote class\ |
||
284 | This connection is working. Data returned from the remote class\ |
||
285 | To connect to a class on the above server, please specify\ |
||
286 | Identifier of the remote class\ |
||
287 | If the remote class is empty, the server will create a new class on the remote server, duplicating the properties of this one.\ |
||
288 | Automatically update the remote class for changes made on this one\ |
||
289 | Allow the remote class to modify this one\ |
||
2468 | bpr | 290 | This class has no connections to other servers.\ |
291 | You have declared the following connections to other servers.\ |
||
292 | Server\ |
||
4116 | bpr | 293 | This WIMS server has the following connectable servers presently.\ |
294 | Actions on the connexion\ |
||
2467 | bpr | 295 | into wims_name_connecttest,wims_name_classtest,wims_name_addconnection,wims_name_connectmanage,name_prompt1,\ |
296 | name_prompt2,name_synchronize,name_withotherone,name_remoteclass,name_remoteserver,wims_name_Manage,\ |
||
297 | wims_name_destroy,name_working,name_error1,name_errornoreply,name_errorreject,name_check,name_data,\ |
||
2468 | bpr | 298 | name_toconnect,name_identifier,name_help,name_automatically,name_allow,name_noconnection,name_declaration,\ |
4116 | bpr | 299 | wims_name_server,name_listserver1,name_connexion_action |
2468 | bpr | 300 | |
1827 | bpr | 301 | !goto commun |
23 | reyssat | 302 | !endif |
303 | |||
1827 | bpr | 304 | !if $job=access |
305 | !set title=Resource access configuration |
||
306 | !goto commun |
||
307 | !endif |
||
308 | |||
309 | !if $job=grestrict |
||
310 | !set title=Score restriction |
||
311 | !goto commun |
||
312 | !endif |
||
313 | |||
314 | !if $job=present |
||
2482 | bpr | 315 | !set title=Nastavitve učilnice |
1827 | bpr | 316 | !goto commun |
317 | !endif |
||
318 | |||
319 | !if $job=oefdefault |
||
320 | !set title=Default configuration for OEF modules |
||
2533 | bpr | 321 | !distribute lines One series will have\ |
2432 | bpr | 322 | Level of severity\ |
323 | Time limit\ |
||
324 | seconds\ |
||
325 | Number of items shown in multiple choices\ |
||
326 | Give solution (if available) ?\ |
||
327 | never,if the score is not maximal,always\ |
||
328 | Always contain good reply\ |
||
329 | Penalty for bad replies in multiple choices.\ |
||
330 | Show good reply.\ |
||
331 | Allow hint (if available).\ |
||
2374 | bpr | 332 | into name_series,name_severity,name_chrono,name_secondes,name_qcm,\ |
333 | name_solution,name_prompt,name_prompt1,name_prompt2,name_prompt3,name_prompt4 |
||
2432 | bpr | 334 | |
4314 | bpr | 335 | !set name_warning=!getdef name_remarkintro3 in oef/$lang/names |
1827 | bpr | 336 | !goto commun |
337 | !endif |
||
338 | |||
339 | !if $job=security |
||
2482 | bpr | 340 | !set title=Na voljo so vam naslednje varnostne aktivnosti |
2475 | bpr | 341 | !set name_see_activity2=You should be the origin of all these activities; if this is not \ |
342 | the case, you should verify where there is a leak of your supervisor's password. |
||
343 | !set name_see_activity1=See the log file of management activities of your class. |
||
344 | !distribute lines Set up the class-wide restriction\ |
||
345 | of sites allowed to get scores.\ |
||
2484 | bpr | 346 | Other security setups in the\ |
2475 | bpr | 347 | class configuration\ |
348 | into name_restriction1,name_restriction2,name_otherrestriction1,name_otherrestriction2 |
||
2480 | bpr | 349 | !goto commun |
1827 | bpr | 350 | !endif |
351 | |||
352 | !if $job=authtype |
||
353 | !set title=Ldap authentification |
||
4004 | bpr | 354 | !set name_intro_authtype=Select <tt class="wims_code_words">ldap</tt> and fill in this page if \ |
1983 | bpr | 355 | you use an authentification by ldap. |
1827 | bpr | 356 | !goto commun |
357 | !endif |
||
358 | |||
2374 | bpr | 359 | !if $job=import |
2473 | bpr | 360 | !set code1=None |
361 | !set code2=$wims_name_yes but different |
||
362 | !set code3=$wims_name_yes, active and different |
||
2374 | bpr | 363 | !endif |
364 | |||
365 | !if $job=propagate |
||
366 | !if $wims_supertype=2 |
||
367 | !set name_thisclass=du portail |
||
368 | !set name_subclasses=sous-classes |
||
369 | !else |
||
370 | !set name_thisclass=de la zone actuelle |
||
371 | !set name_subclasses=zones dépendantes |
||
372 | !endif |
||
373 | |||
374 | !distribute lines Setups successfully sent to $name_subclasses\ |
||
375 | You can choose to send the following setups of the $name_thisclass to all its $name_subclasses\ |
||
376 | into name_propagate_succes,name_propagate_choose |
||
377 | |||
378 | !set name_warning=Please note that $name_subclasses will not automatically share later \ |
||
379 | changes of the setups of $name_thisclass. You must send the changes each time you \ |
||
380 | want them to be effective in $name_subclasses. |
||
381 | |||
382 | !endif |
||
383 | |||
384 | !if $job=log |
||
2432 | bpr | 385 | !set name_warning_log=Here is the log of certain managing activities of your class. This log\ |
386 | allows you to verify whether there are suspicious activities. |
||
2374 | bpr | 387 | !endif |
388 | |||
389 | !if $job=index |
||
4116 | bpr | 390 | !set title=!nosubst Index update $tit |
2374 | bpr | 391 | !set name_done=Done |
392 | !set name_result=Script output |
||
393 | |||
394 | !if $job2=structure |
||
395 | !set tit=Subclass index update |
||
396 | !endif |
||
397 | !if $job2=userlist |
||
398 | !set tit=Participant index update |
||
399 | !endif |
||
400 | !if $job2=teacherlist |
||
401 | !set tit=Teacher index update |
||
402 | !endif |
||
403 | !if $job2=oef |
||
404 | !set tit=Exercise index update |
||
405 | !endif |
||
406 | !if $job2=doc |
||
407 | !set tit=Document index update |
||
408 | !endif |
||
409 | !endif |
||
2466 | bpr | 410 | |
2432 | bpr | 411 | !if $job=list |
412 | !distribute line Institution name\ |
||
413 | Class name\ |
||
4038 | guerimand | 414 | Class number\ |
2432 | bpr | 415 | Option words\ |
416 | Modtool Account\ |
||
417 | Connection lock level\ |
||
2581 | reyssat | 418 | Best scores (number / anonymity)\ |
2432 | bpr | 419 | Participant number limit\ |
420 | Expiration date\ |
||
421 | Registration of exercises\ |
||
422 | Registration of exams\ |
||
423 | visible by students\ |
||
424 | Other configurations\ |
||
4116 | bpr | 425 | Personal preferences\ |
426 | Pass configuration to depending subclasses\ |
||
427 | Define neighboring classes\ |
||
428 | links to other servers\ |
||
429 | Use authentication\ |
||
430 | of participants via ldap directory\ |
||
431 | Refresh index\ |
||
432 | including change of \ |
||
433 | Save or restore the class\ |
||
434 | restrict accessible teaching materials\ |
||
435 | restrict sites \ |
||
436 | for which scores are recorded\ |
||
437 | make a selective cleanup\ |
||
438 | Configure\ |
||
439 | Current disk space usage\ |
||
440 | The limit is\ |
||
2756 | bpr | 441 | Mix\ |
4038 | guerimand | 442 | into name_name_institution,name_name_class,name_name_number,name_optionword,name_devaccount,name_lock_level,\ |
2432 | bpr | 443 | name_bestscore,name_limit,name_expirationdate,name_register_exo,name_register_exam,\ |
2466 | bpr | 444 | name_visible,name_apparence,name_pref,name_dependant_zone,name_neigh,name_link,name_useauth,name_ldap,name_index,\ |
445 | name_change,name_load,name_restriction1,name_restriction2,name_score,name_clean,\ |
||
2756 | bpr | 446 | name_config,name_disk,name_limit2,name_mix_auth |
2432 | bpr | 447 | |
2466 | bpr | 448 | !endif |
449 | |||
1827 | bpr | 450 | :commun |
1457 | bpr | 451 | !distribute line Authentification\ |
2482 | bpr | 452 | Osebne nastavitve\ |
453 | Omejitve virov\ |
||
454 | Paramétrage OEF\ |
||
455 | Sosednje učilnice\ |
||
456 | Nastavitve varnosti\ |
||
457 | Selektivno čiščenje\ |
||
458 | Actualiser\ |
||
459 | Drugi strežniki\ |
||
460 | Gesla\ |
||
1457 | bpr | 461 | Send setups to subclasses\ |
2482 | bpr | 462 | Podoba\ |
1827 | bpr | 463 | Score restriction\ |
464 | Platform address\ |
||
2475 | bpr | 465 | of\ |
2717 | bpr | 466 | External authentification\ |
1457 | bpr | 467 | into wims_name_config_auth,wims_name_config_pref,wims_name_config_restr,wims_name_config_oef,\ |
468 | wims_name_config_neigh,wims_name_config_secure,wims_name_config_clean,wims_config_refresh,\ |
||
1827 | bpr | 469 | wims_name_config_otherserver,wims_name_config_passwd,wims_name_config_propagate,wims_name_config_present,\ |
2717 | bpr | 470 | wims_name_config_score,wims_name_config_ent,name_of,wims_name_external_auth |
1457 | bpr | 471 | |
2374 | bpr | 472 | !distribute lines Secure hosts\ |
1972 | bpr | 473 | Style sheet\ |
2482 | bpr | 474 | Logotip učilnice\ |
475 | Položaj logotipa\ |
||
2328 | guerimand | 476 | top left corner, top right corner\ |
1972 | bpr | 477 | Style theme of the class\ |
478 | Icones\ |
||
2374 | bpr | 479 | Academic level\ |
480 | Hosts allowed for scores\ |
||
481 | Password for participant registration\ |
||
482 | Supervisor password\ |
||
483 | Registration limits of exercises and exams\ |
||
3919 | bpr | 484 | Links to another plateform\ |
1972 | bpr | 485 | Page background color\ |
486 | Menu background color\ |
||
2069 | bpr | 487 | Menu link color\ |
1972 | bpr | 488 | Background image file\ |
489 | download a css-style file\ |
||
4116 | bpr | 490 | Score colors (from 0 to 10) \ |
3064 | bpr | 491 | Button background color\ |
492 | Button text color\ |
||
493 | Help button background color\ |
||
494 | Help button text color\ |
||
4804 | guerimand | 495 | connexion link\ |
2374 | bpr | 496 | into name_secure,name_css,name_logo,name_position_logo,name_logo_side,name_theme,\ |
1972 | bpr | 497 | name_theme_icon,name_level,name_security,name_password,name_supass,name_exolog,name_ent,\ |
3064 | bpr | 498 | name_background_color,name_menu_color,name_refmenu_color,name_image,name_css_transfer,\ |
4804 | guerimand | 499 | name_colorscore,name_button_bgcolor,name_button_color,name_button_help_bgcolor,name_button_help_color,name_connectlink |
1972 | bpr | 500 | |
4314 | bpr | 501 | !set name_content_style =<tt class="wims_code_words">$name_css</tt> should be\ |
502 | on <tt class="wims_code_words">class</tt> |
||
1972 | bpr | 503 | |
4314 | bpr | 504 | !set name_content_style2=Copy here the css stylesheet definitions |
1972 | bpr | 505 | |
2465 | bpr | 506 | !exit |
507 | :arch |
||
508 | |||
4116 | bpr | 509 | You have uploaded teaching materials backed up from another class. If you |
510 | restore incompatible teaching materials to your class, it will simply be destroyed. |
||
2465 | bpr | 511 | !href cmd=help&special_parm=dependencies Why? |
512 | <p> |
||
513 | !href cmd=reply&job=list Stop |
||
514 | if you are not completely sure of what you are doing. (In any case, keep a |
||
515 | backup of the current status before continuing.) |
||
516 | |||
517 | :arch_end |
||
518 | <p><b>IMPORTANT</b>. <ul><li> There is no check of integrity in your uploaded data, |
||
519 | and manual modification of the backup archives is not supported by the |
||
520 | system. Errors introduced by manual modification of archives will result |
||
521 | in unpredictable behavior of your class. |
||
522 | |||
523 | <li> Whenever possible, avoid restoring |
||
4004 | bpr | 524 | <span class="wims_warning">class configuration</span> and |
525 | <span class="wims_warning">supervisor account</span>. |
||
2465 | bpr | 526 | Errors in the uploaded data for these two fields may make you |
527 | completely lose control of your class. |
||
528 | |||
529 | <li> You can use the backup of a class to install a new one. In this case, |
||
530 | avoid restoring scores and grades (server-computed and manual). These two |
||
4116 | bpr | 531 | teaching materials cannot be erased once they are installed (security measure). |
2465 | bpr | 532 | And many class maintenance operations will be unavailable if there are |
533 | non-empty score data. |
||
534 | </ul> |
||
2475 | bpr | 535 | !exit |
2465 | bpr | 536 | |
537 | :clean |
||
4116 | bpr | 538 | You cannot erase teaching materials of the class |
2465 | bpr | 539 | when participant activities have already started. |
540 | <p> |
||
541 | This is an important security measure. If you feel that it is an |
||
542 | inconvenience, think of the following two aspects. |
||
543 | <p> |
||
4117 | bpr | 544 | On the one hand, suppose that your password is stolen and someone wants to erase |
545 | something on this page. Your teaching activities would be greatly disturbed and |
||
546 | your students would be penaliseds. |
||
2465 | bpr | 547 | <p> |
4116 | bpr | 548 | On the other hand, different teaching materials of the class are inter-dependent. |
2465 | bpr | 549 | If you |
4116 | bpr | 550 | erase some teaching materials without erasing those depending on them, your class |
2465 | bpr | 551 | will no longer work. |
552 | !href cmd=help&special_parm=dependencies Examples. |
||
553 | <p> |
||
4117 | bpr | 554 | If you really want to clean this class, it is best to expire it |
555 | (by setting its expiration date to today, the class will disappear the next |
||
2465 | bpr | 556 | morning), or |
557 | <a href="mailto:$wims_site_manager?subject=Please erase my class">ask |
||
3930 | bpr | 558 | the webmaster</a> to erase it for you. |
2465 | bpr | 559 | |
560 | !exit |
||
561 | |||
562 | :clean2 |
||
563 | <b>Remark</b>. 1. This page is only available when the class is being set |
||
564 | up. Once student activity has started, cleaning will no longer be possible. |
||
565 | <p> |
||
4116 | bpr | 566 | 2. Shared teaching materials can only be cleaned from the class |
2465 | bpr | 567 | originating the sharing. The other class should first |
568 | !href cmd=reply&job=neighbor&job2=sharelist stop the sharing |
||
4116 | bpr | 569 | of the teaching materials before erasing them. |
2465 | bpr | 570 | |
2468 | bpr | 571 | :connect_first_info |
572 | Server / platform connection allows your class to directly communicate with |
||
4116 | bpr | 573 | another one on another WIMS server or on another web e-learning platform. Participants |
574 | can easily move from one class to another. |
||
2468 | bpr | 575 | <p> |
576 | In particular, you can mirror this class to a remote WIMS server, |
||
577 | so that if this server becomes momentarily unavailable, work |
||
4116 | bpr | 578 | may continue in the mirror class. Scores on the mirror can be merged later. |
2468 | bpr | 579 | !exit |
580 | :connect_first |
||
581 | |||
582 | This WIMS server has not declared any connectable remote server. In order |
||
583 | to use this connection feature, the |
||
584 | <a href="mailto:$wims_site_manager?subject=server connection">site |
||
585 | manager</a> must declare such remote server, and the remote server must also |
||
586 | declare this WIMS server as connectable. |
||
3930 | bpr | 587 | (The webmaster can refer to the file |
4116 | bpr | 588 | <tt class="wims_fname">$basedir/log/classes/.connections/myself</tt> for details of how to |
2468 | bpr | 589 | declare site connections.) |
590 | |||
2473 | bpr | 591 | !exit |
592 | |||
593 | :import2 |
||
3917 | bpr | 594 | The worksheet you want to import may use exercises defined in the |
2473 | bpr | 595 | neighboring class. |
596 | <p> |
||
597 | If the same exercises do not exist in your class, the imported worksheet |
||
3946 | bpr | 598 | would not work correctly. Please verify carefully whether all the class |
2473 | bpr | 599 | exercises in the neighbor are duplicated in your class. |
2717 | bpr | 600 | !exit |
2473 | bpr | 601 | :import3 |
3917 | bpr | 602 | Exam sheets are based on worksheets to make up their |
2473 | bpr | 603 | contents. <p> |
604 | Importing an exam sheet makes sense only if you have exactly the same |
||
4116 | bpr | 605 | active worksheets as your neighbor, and only if these worksheets are in the |
2473 | bpr | 606 | same order within the two classes. |
607 | <p> |
||
608 | If this is not the case, the imported exam sheet will almost certainly |
||
609 | behave erratically. |
||
610 | !exit |
||
611 | :import4 |
||
612 | |||
613 | You are about to replace an existing $(name_$itype) |
||
614 | in your class by |
||
4116 | bpr | 615 | the imported teaching resource. No recovery will be possible after this |
2473 | bpr | 616 | operation, and your existing $(name_$itype), which is different from the |
617 | imported one, will be definitely lost. |
||
618 | !exit |
||
2474 | bpr | 619 | |
620 | :import5 |
||
4116 | bpr | 621 | No participant account has been added to your class. Check if your class is full |
622 | (and if the site still accepts more participants). |
||
2474 | bpr | 623 | !exit |
624 | |||
625 | :auth1 |
||
626 | This configuration tool is only accessible to secure hosts. |
||
627 | <p> |
||
3946 | bpr | 628 | As you have not defined any secure hosts, we are checking your authentification |
2474 | bpr | 629 | by sending a secret code to your email address. Please check your mail, pick |
630 | the code, and type it below. |
||
631 | |||
632 | !exit |
||
633 | :auth2 |
||
634 | |||
635 | <b>Note</b>. This authentification is to ensure that even if your password |
||
636 | is stolen or leaked, damages to your class will be limited. |
||
637 | Defining correct secure hosts will simplify the class |
||
638 | configuration procedure, while keeping a high security level. |
||
2480 | bpr | 639 | !exit |
2476 | bpr | 640 | |
641 | :download |
||
642 | <b>Remark</b>. Depending on the class activities, usually it is participant |
||
643 | activities, forum messages and class documents that are of large size. You |
||
644 | may also consider the possibility of making several selective backups for |
||
4116 | bpr | 645 | different teaching materials. |
2480 | bpr | 646 | |
2539 | reyssat | 647 | !exit |