Subversion Repositories wimsdev

Rev

Rev 17230 | 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
 
15795 guerimand 7
!if $job=list
8
!distribute lines Location (town, country)\
9
 By filling this field, you agree that we indicate that WIMS is used in your town (without any further mention)\
10
Coordonnées GPS\
11
into name_location,name_location_help,name_geoloc
16805 guerimand 12
  !set name_config_hideaverage=Cacher les moyennes générales aux participants
16821 guerimand 13
  !set name_config_mexolog=Autoriser les participants à signaler l'enregistrement d'exercices à l'enseignant
16903 guerimand 14
  !set name_config_utime=Longueur des intervalles de temps de connexion (en min)
15
  !set name_utime_help=Durée de chaque zone de temps dans les statistiques de temps de connexion des participants
15795 guerimand 16
!endif
17
 
2542 reyssat 18
!distribute items subclasses,participants,exercises,documents,teachers,worksheets\
2480 bpr 19
into wims_name_zones,wims_name_participants,wims_name_exercises,wims_name_docs,wims_name_teachers,\
20
name_sheets
21
 
5555 reyssat 22
!distribute item messages of the day,exercise,worksheet,exam,document,\
14495 bpr 23
  participant,teaching units,skills assessment report,skills,votes,\
13077 bpr 24
  agenda,teacher account,forum,message board,Advanced,Document public\
25
into name_motd,name_exo,name_sheet,name_exam,name_doc,\
26
  name_user,name_seq,name_livret,name_competence,name_vote,\
27
  name_cdt,name_sup,name_forum,name_forum_mesg,name_advanced,name_pdoc
2480 bpr 28
 
29
!distribute item messages of the day,\
13077 bpr 30
  exercises,worksheets,exams,documents,participants\
31
into name_motds,name_exos,name_sheets,name_exams,name_docs,name_users
2468 bpr 32
 
7478 bpr 33
!if $job=grestrict
34
 !set name_allowedsites=Allowed IP numbers
35
 !set name_excepted=Except
36
!endif
10101 bpr 37
!if $job=connectlink
38
  !set title=Connexion links
39
!endif
23 reyssat 40
!if $job=arch
15057 obado 41
  !set title=Backup and Restoration
42
  !set name_title_save=Backup of the class
43
  !set name_title_restore=Restoration from a backup
44
  !set name_intro1=Select the backup file to be restored
45
  !set name_intro=You can download a backup copy of your class, in the following format
46
  !set name_tosend=To upload backup archives into your class, please give the backup file name
47
  !set name_namefile=please enter the name of backup file
48
  !set name_help=You can then select the teaching materials class to restore.
49
  !set name_deposit=!nosubst Your backup file <span class="tt wims_fname">$wims_deposit</span> contains the following teaching materials.\
2494 schaersvoo 50
 Please check those you want to restore to your class.
15057 obado 51
  !set name_no_restore=Cannot be restored because you are sharing teaching materials of\
52
 another class. Restoration can only be done on the class originating the sharing.
53
  !set name_check_dependency=Include dependencies
54
  !set name_desc_dependency=Warning: Your backup may not work if you don't include required dependencies.
16091 guerimand 55
  !set name_limit_exceed=Importation impossible car le nombre de ressources dépasse la capacité maximale
56
  !set name_dependance=dépendance d'une ressource dépassant la capacité maximale
16234 bpr 57
 
15052 obado 58
 !distribute lines toggle all\
59
Nothing is selected for restoration.\
13330 obado 60
Restore everything except class configuration and supervisor account.\
61
<span class="wims_warning">Danger!</span> <span class="small">See notes below.</span>\
62
Class configuration setup.\
63
Supervisor account (including your password)\
64
participant accounts\
65
Existing accounts\
66
documents\
67
Existing documents\
68
exercises\
69
Existing exercises\
70
worksheets\
71
Implies restoration of class exercises\
72
Existing worksheets\
73
exam sheets\
74
Implies restoration of worksheets and exercises\
75
Existing exams\
76
forum messages\
77
Existing messages\
78
Participant activity register and server-computed scores. Implies restoration participant accounts.\
79
Teacher-defined grades\
80
Existing grades\
81
an agenda for the class\
82
an existing agenda\
83
A skills assessment report\
84
an existing assessment report\
14495 bpr 85
teaching units\
13330 obado 86
implies restoring worksheets, exercises, exams and documents\
14495 bpr 87
Existing units\
13330 obado 88
Resource types\
89
Restoration method\
90
Replacement\
13360 obado 91
Delete existing corresponding teaching materials, replacing it by restored ones\
13330 obado 92
Merge\
93
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>\
94
Restore the selected teaching materials\
95
Existing message of the day\
96
Individual photos\
97
Existing photos\
98
tools\
99
existing tools\
16094 guerimand 100
Devoir libre\
101
Implique la restauration des exercices\
102
Devoirs libres existants\
15052 obado 103
 into name_toggle_all,name_noselect,name_all,name_danger,name_config,name_teacher,name_user,name_user1,name_doc,\
2465 bpr 104
   name_doc1,name_exo,name_exo1,name_sheet,name_sheet0,name_sheet1,name_exam,name_exam0,name_exam1,name_forum,\
105
   name_forum1,name_activity,name_manual,name_manual1,name_cdt,name_cdt1,name_livret,name_livret1,name_seq,\
13330 obado 106
   name_seq0,name_seq1,name_res_type,name_method,name_replace,name_replace1,name_merge,name_merge1,\
16094 guerimand 107
   name_selectrestore,name_motd1,name_userphoto,name_userphoto1,name_tool,name_tool1,name_freework,name_freework0,name_freework1
3928 bpr 108
 
10723 bpr 109
!!set name_cnil_warning=(for servers in France)
10676 reyssat 110
We remind you that according to statements made to the CNIL, \
111
   you should not keep data concerning students for over a year. You will need to destroy \
112
   all backups containing student data. \
14501 bpr 113
   Make a selective backup if you want to keep the teaching materials you \
10676 reyssat 114
   have created (worksheets, exams, documents), or use the possibility of duplication.
10263 bpr 115
 
3970 bpr 116
!distribute lines Backup teaching materials restored to the class\
5555 reyssat 117
   Restoration of participant accounts (as well as activity register) is refused because there is not enough space left.\
118
   Class expiration date has been modified after restoration, because the uploaded date is\
119
   Participant accounts already in use in your group of classes (restauration refused)\
120
   restore is not allowed because of ressources sharable\
121
   Save/Restoration is not needed at this level of the structure\
122
 into name_restore1,name_restore2,name_restore3,name_restore4,name_forbiddenrestore,name_restore5
2432 bpr 123
 
5560 bpr 124
 !distribute items unrecognizable, too early, too late into ebad,eearly,elate
7382 bpr 125
 
2476 bpr 126
 !distribute lines Sorry, we have failed to archive your class.\
127
   Here is the backup file of your class\
2542 reyssat 128
  Click on it to save it on your computer.\
3018 bpr 129
  You can also make a selective backup. For that, check the data you wish to save\
130
  then click on \
2476 bpr 131
  selective backup\
3018 bpr 132
  to modify the backup file and save it on your computer.\
13318 obado 133
  Maybe you can try another format\
2485 bpr 134
 into name_download1,name_download2,name_download3,name_download4,\
13318 obado 135
   name_selective1,name_selective2,name_selective3,name_try_other_format
2476 bpr 136
 
2484 bpr 137
 !set name_download5=This backup file may be too big to be sent back to the server (which limits\
138
 the size of file it accepts). In order to reduce the backup size, you can\
2476 bpr 139
 make a selective backup
7382 bpr 140
 
1827 bpr 141
 !goto commun
23 reyssat 142
!endif
143
 
144
!if $job=clean
145
 !set title=Clean up the class
2465 bpr 146
 !set name_lines=participant activity lines
12029 guerimand 147
 !set name_cdtdates=Le cahier de texte.
12030 guerimand 148
 !set name_livretcomp=Livret de compétences
12078 guerimand 149
 !set name_userphoto=photos individuelles
17230 bpr 150
 !set name_empty=Your class is empty!<br>\
10288 bpr 151
 There is no teaching materials in your class that can be cleaned up.
2465 bpr 152
 !set name_no_erase=Cannot be cleaned because you are sharing those of another class.
153
 
154
 !distribute lines Clean up everything cleanable\
155
   Will also erase activity register\
156
   Will also erase exam sheets\
157
   Backup the class\
3970 bpr 158
   Actual teaching materials in your class\
2465 bpr 159
 into name_cleanall,name_erase1,name_warning_exam,name_saveclass,name_ressource
14501 bpr 160
  !set name_warning_clean=Teaching materials erased by this page cannot be recovered!
10288 bpr 161
 
1827 bpr 162
 !goto commun
23 reyssat 163
!endif
164
 
165
!if $job=neighbor
166
 !set title=Class neighbors
2465 bpr 167
 !set name_noclass=You cannot define class neighbors because there is no other class on this site.
4116 bpr 168
 !set name_toomany=There are too many virtual classes on this site. Please type a keyword\
169
  to search for the class you want to enter.
2484 bpr 170
 !set name_toomany2= There are too many classes corresponding to your search. Please\
4116 bpr 171
  type a more precise keyword.
2467 bpr 172
 
2466 bpr 173
 !distribute lines Search for a class\
174
  No class is found for your search. Try again.\
5555 reyssat 175
  Show example classes of the server\
3975 bpr 176
  Neighboring relations between virtual classes allow teaching materials exchange and/or inter-class travel.\
4116 bpr 177
 Click on the name of a class to change your neighboring properties with it.\
2466 bpr 178
 Classes in the same language as yours\
179
  Classes in other languages\
2467 bpr 180
  Examples\
181
into name_research,name_noclass,name_exampleclass,name_help,name_changeneigh,\
2466 bpr 182
  name_samelanguage,name_otherlanguage,name_example
183
 
2717 bpr 184
 !distribute lines Neighborhood declaration\
1855 bpr 185
   Resource sharing\
186
   by you\
187
   by the other\
188
   Active mutually sharing.\
3970 bpr 189
   You are sharing its teaching materials.\
190
   Sharing your teaching materials.\
1855 bpr 191
   Mutually allowing sharings.\
3970 bpr 192
   Allowed to share your teaching materials.\
193
   Allows you to share its teaching materials.\
1934 bpr 194
   Stop this sharing\
195
   Share\
2058 bpr 196
   import everybody\
3970 bpr 197
   Teaching materials\
198
   Import other teaching materials\
199
   Classes allowed to share your teaching materials\
2374 bpr 200
   Resource allowed\
201
   active\
2465 bpr 202
   List of other classes\
203
   Resource sharing info\
2542 reyssat 204
   Show example classes of this server\
3970 bpr 205
   import teaching materials\
2717 bpr 206
   You can\
207
   of the class\
208
   Click here to accept\
12115 guerimand 209
   photos individuelles\
16794 guerimand 210
   Importation de ressources\
1855 bpr 211
 into name_declaration,name_sharing,name_byyou,name_other,name_actif,name_share1,name_share2,\
2374 bpr 212
 name_permit1,name_permit2,name_permit3,name_stopsharing,name_share,name_everybodyimport,name_teaching,\
12837 bpr 213
 name_otherone,name_classsharing,name_ressourceallowed,name_active,name_listclass,name_infoshare,name_exampleclass,\
16794 guerimand 214
 name_import_resource,name_youcan,name_fromtheclass,name_click_ok,name_userphoto,name_importres
7382 bpr 215
 
5555 reyssat 216
 !set name_nonewres=!nosubst There is no (new) type of teaching material in the class\
5894 bpr 217
  <span class="wims_emph">$nei_description</span> which it allows you to share.
7382 bpr 218
 
6061 czzmrn 219
 !set name_newres=!nosubst The class <span class="wims_emph">\
220
  $nei_description</span> <b>allows</b> you to share its
7382 bpr 221
 
6061 czzmrn 222
 !set name_chooseres=!nosubst Choose the teaching material that you <b>allow</b> the class <span class="wims_emph">\
223
  $nei_description</span> to share&nbsp; (<i>select then click on <span class="wims_button disabled">$wims_name_tosave</span></i>)
7382 bpr 224
 
5894 bpr 225
 !set name_warning_authorized=!nosubst The class <span class="wims_emph">$nei_description</span>\
5555 reyssat 226
  allows you to share some teaching material. You should not allow it to share the same type of teaching material\
227
  at the risk of confusion. Decide first among the classes you want to share teaching material\
228
  with, which one allows to share such or such type of teaching material\
229
  and which accept the authorization.
2717 bpr 230
 
2473 bpr 231
 !distribute lines Neighboring relations\
232
   has not declared yours as its neighbor\
233
   accepts yours as its neighbor for\
234
   with\
3970 bpr 235
   You are sharing the following teaching materials originating from the class\
236
   has no importable teaching materials for you\
237
   has the following importable teaching materials\
2473 bpr 238
   Same title in your class\
239
   Empty\
240
   under preparation\
241
   Replace\
242
   Login name already in use in your class\
243
   Erased user exists in your class\
244
   Importation from the class\
245
   Successfully transfered\
246
   participant accounts from the neighbor\
247
   Verify the result\
248
 into name_neighbor_relation,name_text1,name_text2,name_with,name_sharealready,\
249
   name_no_ressource,name_importable,name_same_title,name_empty,name_inpreparation,\
250
   name_replace,name_existinglogin,name_part_erased,name_import,name_transfered,\
251
   name_neigh_account,name_verify
2374 bpr 252
 
3255 bpr 253
 !set name_inactif=!nosubst The imported $(name_$itype) is put to inactive status, so that you can\
2473 bpr 254
  modify it if you wish.
7382 bpr 255
 
6061 czzmrn 256
 !set name_accept=!nosubst Do you accept the class <span class="wims_emph">\
257
   $nei_description</span> as your neighbor for?
4314 bpr 258
 
2374 bpr 259
 !if $job2=stopshare
260
  !set title=Stop sharing
261
  !set name_warning=Your class has active score register, and the shared\
3970 bpr 262
 teaching materials are not empty. If you stop this sharing now, you \
2374 bpr 263
 cannot share them back again later.\
17230 bpr 264
 <br>Are you sure you want to definitely stop this sharing?
7382 bpr 265
 
2374 bpr 266
 !set name_stop=stop it.
267
 !endif
268
 !if $job2=sharelist
269
  !set title= Resource sharing information.
270
  !set name_sharelist=!nosubst You are sharing $(name_$rec) originating from
4116 bpr 271
  !distribute lines You are not using shared teaching materials originating of another class.\
3970 bpr 272
   You are sharing teaching materials of other classes\
2374 bpr 273
  into name_noresource,name_resource
274
  !endif
3928 bpr 275
 
2432 bpr 276
  !if $job2=addshare
7382 bpr 277
    !set title=Share teaching materials on class
5894 bpr 278
    !set name_class_share=This class <span class="wims_emph">$nei_description</span>\
3970 bpr 279
      allows you to share its following teaching materials.
2432 bpr 280
  !distribute lines available\
281
    You are actually sharing them.\
282
    You cannot share them because you are already sharing that of another class.\
3970 bpr 283
    clean your own teaching materials\
2432 bpr 284
    if it is possible\
285
    Sharing supervisor account is VERY dangerous! \
286
  into name_available,name_actually_sharing,name_nosharing,name_cleanup,name_ifpossible,\
287
    name_dangerous
5557 reyssat 288
 
2432 bpr 289
  !set name_warning1=You cannot share them because you are allowing other \
3970 bpr 290
    classes to share such teaching materials from you. Cascaded sharing is not \
2432 bpr 291
    supported. So you must stop allowing these shares before you can share from others.
2539 reyssat 292
  !set name_warning2=!nosubst You cannot share them because your own $(name_$r) are not empty.\
2432 bpr 293
   Before sharing can be made, you should first
294
  !set name_warning_erase=!nosubst This will ERASE your own existing $(name_$r)! They will be definitely\
295
     lost if you have no backup.
7382 bpr 296
 
10386 bpr 297
 
2432 bpr 298
  !endif
3928 bpr 299
 
6146 bpr 300
  !distribute items ---,<span class="small">supervisor</span>,\
13077 bpr 301
  <span class="small">participants</span>,\
302
  <span class="small">everybody</span>\
3751 bpr 303
  into n_n0, n_n1, n_n2, n_n3
12898 guerimand 304
  !if $job2=import
305
    !set code1=None
306
    !set code2=$wims_name_yes but different
307
    !set code3=$wims_name_yes, active and different
308
  !endif
1827 bpr 309
 !goto commun
23 reyssat 310
!endif
311
 
312
!if $job=connect
313
 !set title=Connect to other servers / platforms
2465 bpr 314
 !set name_listserver=List of server connections
2467 bpr 315
 
2533 bpr 316
 !distribute lines Test a server connection\
2467 bpr 317
   Test a connected class\
318
   Add a connecting class\
319
   Manage a connected class\
320
   local class, remote class\
321
   class definition, user list, score averages, score details,all but class definition\
2805 bpr 322
   Synchronize\
323
   (with the other one) for\
2467 bpr 324
   Remote class\
325
   Remote server\
326
   Manage\
327
   Destroy remote class\
328
   This connection to the remote server is working.\
329
   The connection has been added to your class, but the remote server returns an error message\
330
   The remote server does not reply. Please report to the\
331
  The connection is rejected by the remote server. Error message\
332
  Checked remote class\
333
  This connection is working. Data returned from the remote class\
334
  To connect to a class on the above server, please specify\
335
  Identifier of the remote class\
336
  If the remote class is empty, the server will create a new class on the remote server, duplicating the properties of this one.\
337
  Automatically update the remote class for changes made on this one\
338
  Allow the remote class to modify this one\
2468 bpr 339
  This class has no connections to other servers.\
340
  You have declared the following connections to other servers.\
341
  Server\
4116 bpr 342
  This WIMS server has the following connectable servers presently.\
5555 reyssat 343
  Actions on the connection\
11937 obado 344
  Actions on the class\
2467 bpr 345
 into wims_name_connecttest,wims_name_classtest,wims_name_addconnection,wims_name_connectmanage,name_prompt1,\
346
   name_prompt2,name_synchronize,name_withotherone,name_remoteclass,name_remoteserver,wims_name_Manage,\
347
   wims_name_destroy,name_working,name_error1,name_errornoreply,name_errorreject,name_check,name_data,\
2468 bpr 348
   name_toconnect,name_identifier,name_help,name_automatically,name_allow,name_noconnection,name_declaration,\
11937 obado 349
   wims_name_server,name_listserver1,name_connexion_action,name_class_action
2468 bpr 350
 
1827 bpr 351
 !goto commun
23 reyssat 352
!endif
353
 
1827 bpr 354
!if $job=access
355
 !set title=Resource access configuration
356
 !goto commun
357
!endif
358
 
359
!if $job=grestrict
360
 !set title=Score restriction
361
 !goto commun
362
!endif
363
 
364
!if $job=present
4116 bpr 365
 !set title=Configuration of class appearance.
12399 bpr 366
 !set name_helpcolor=The first color is for unfinished exercises
1827 bpr 367
 !goto commun
368
!endif
369
 
370
!if $job=oefdefault
371
 !set title=Default configuration for OEF modules
10386 bpr 372
 !read oef/en/intronames
373
 
374
 !distribute lines $name_oneserie\
375
   $name_levelseverity\
376
   $name_chrono\
377
   $name_secondes\
378
   $name_qcmanswer\
379
   $name_solutiongiven\
380
   $name_choice\
381
   $(name_choice_check[1])\
382
   $(name_choice_check[2])\
383
   $(name_choice_check[3])\
384
   $(name_choice_check[4])\
385
  into name_series,name_severity,name_chrono,name_secondes,name_qcmanswer,\
2374 bpr 386
    name_solution,name_prompt,name_prompt1,name_prompt2,name_prompt3,name_prompt4
10386 bpr 387
   !set name_warning=$(name_remarkintro3)
1827 bpr 388
 !goto commun
389
!endif
390
 
391
!if $job=security
392
 !set title=Available security management activities
2475 bpr 393
 !set name_see_activity2=You should be the origin of all these activities; if this is not \
394
   the case, you should verify where there is a leak of your supervisor's password.
7382 bpr 395
 !set name_see_activity1=See the log file of management activities of your class.
2475 bpr 396
 !distribute lines Set up the class-wide restriction\
397
 of sites allowed to get scores.\
2484 bpr 398
 Other security setups in the\
2475 bpr 399
 class configuration\
400
 into name_restriction1,name_restriction2,name_otherrestriction1,name_otherrestriction2
2480 bpr 401
 !goto commun
1827 bpr 402
!endif
403
 
404
!if $job=authtype
5555 reyssat 405
 !set title=External authentication
406
 !set name_intro_authtype=Choose according to the desired authentication and identification method\
407
  and fill in the useful corresponding fields.
408
 !set name_method_list= wims authentication, authentication via CAS,\
409
 authentication via CAS and identification via ldap,\
410
 authentication and identification via ldap,\
411
 authentication via CAS and identification via php,\
412
 authentication and identification via php
1827 bpr 413
 !goto commun
414
!endif
415
 
2374 bpr 416
!if $job=propagate
417
  !if $wims_supertype=2
5555 reyssat 418
   !set name_thisclass=of the portal
419
   !set name_subclasses=subclasses
2374 bpr 420
  !else
5555 reyssat 421
   !set name_thisclass=of the current zone
422
   !set name_subclasses=dependent zones
2374 bpr 423
  !endif
7382 bpr 424
 
2374 bpr 425
 !distribute lines Setups successfully sent to $name_subclasses\
426
  You can choose to send the following setups of the $name_thisclass to all its $name_subclasses\
427
 into name_propagate_succes,name_propagate_choose
428
 
429
 !set name_warning=Please note that $name_subclasses will not automatically share later \
430
   changes of the setups of $name_thisclass. You must send the changes each time you \
431
   want them to be effective in $name_subclasses.
432
 
17855 czzmrn 433
!set name_institution=Institution name
434
!set name_authentification=Authentication type
435
 
2374 bpr 436
!endif
437
 
438
!if $job=log
2432 bpr 439
  !set name_warning_log=Here is the log of certain managing activities of your class. This log\
440
allows you to verify whether there are suspicious activities.
2374 bpr 441
!endif
442
 
443
!if $job=index
2645 reyssat 444
  !set title=!nosubst Index update $tit
2374 bpr 445
  !set name_done=Done
446
  !set name_result=Script output
447
 
448
  !if $job2=structure
449
   !set tit=Subclass index update
450
  !endif
451
  !if $job2=userlist
452
   !set tit=Participant index update
453
  !endif
454
  !if $job2=teacherlist
455
   !set tit=Teacher index update
456
  !endif
457
  !if $job2=oef
458
   !set tit=Exercise index update
459
  !endif
460
  !if $job2=doc
4314 bpr 461
   !set tit=Document index update
462
  !endif
2374 bpr 463
!endif
2466 bpr 464
 
13560 bpr 465
!if $job iswordof list new auth or $job=
10400 bpr 466
 !! no space at the begining of the lines
2432 bpr 467
  !distribute line Institution name\
10400 bpr 468
Class name\
469
Class number\
470
Option words\
471
Modtool Account\
472
Connection lock level\
11629 bpr 473
Best scores, number, anonymity\
10400 bpr 474
Participant number limit\
475
Expiration date\
476
Registration of exercises\
477
Registration of exams\
478
visible by students\
479
to change the style of the class as colors, to add a logo ...\
480
Personal preferences\
481
Pass configuration to depending subclasses\
482
define neighborhoods relationships with other classes of this server\
483
links to other servers\
484
to define a different authentification from that proposed by WIMS; the configuration must be done before the registration of participants\
485
of participants via ldap directory\
486
Refresh index\
487
including change of \
488
Save or restore the class\
489
to restrict the teaching materials  accessible by a participant logged in class\
490
to restrict the conditions under which scores are recorded by a participant\
491
for which scores are recorded\
492
make a selective cleanup\
493
Configure\
494
Mix\
495
Allow score interruption by participant\
496
Title for OEF exercises viewed by participants\
497
The participants know if the teacher is online\
10676 reyssat 498
Show user's IP to the administrator in a class\
10400 bpr 499
Additional fields to fill in the inscription\
500
An eventual change of IP during an exam is taking in account\
501
parameters defined during the creation of the class, sheet and exam configuration ...\
13052 bpr 502
  Show the teacher mail\
503
into name_name_institution,name_name_class,name_name_number,name_optionword,name_devaccount,name_lock_level,\
2432 bpr 504
    name_bestscore,name_limit,name_expirationdate,name_register_exo,name_register_exam,\
2466 bpr 505
    name_visible,name_apparence,name_pref,name_dependant_zone,name_neigh,name_link,name_useauth,name_ldap,name_index,\
506
    name_change,name_load,name_restriction1,name_restriction2,name_score,name_clean,\
14315 guerimand 507
    name_config,name_mix_auth,name_config_authscoresuspend,\
9692 bpr 508
    name_config_exotitleform,name_config_supconnectshowed,name_config_show_IP,name_regvars,\
13052 bpr 509
    name_examscore_withoutip,name_param,name_sendmailteacher
7382 bpr 510
 
9692 bpr 511
 !set name_config_exotitleformoption=None,Title of the exercise,Number of the worksheet and exercise,Title of the worksheet and number of the exercise,Title of the worksheet and title of the exercise in the worksheet
10676 reyssat 512
 !set name_allowcloning=Allow the duplication
513
 !set name_cloningpwd=Duplication password
2466 bpr 514
!endif
515
 
1827 bpr 516
:commun
10159 bpr 517
!distribute line Global configuration\
518
Authentication\
1457 bpr 519
My personal preferences\
520
Resource restrictions\
521
OEF configuration\
522
Class neighbors\
523
Security management\
524
Selective cleanup\
525
Rebuild\
526
Other servers\
527
Passwords\
528
Send setups to subclasses\
4116 bpr 529
Appearance\
1827 bpr 530
Score restriction\
531
Platform address\
2475 bpr 532
of\
5555 reyssat 533
External authentication\
10159 bpr 534
into wims_name_config_list,wims_name_config_auth,wims_name_config_pref,wims_name_config_restr,wims_name_config_oef,\
1457 bpr 535
wims_name_config_neigh,wims_name_config_secure,wims_name_config_clean,wims_config_refresh,\
1827 bpr 536
wims_name_config_otherserver,wims_name_config_passwd,wims_name_config_propagate,wims_name_config_present,\
2717 bpr 537
wims_name_config_score,wims_name_config_ent,name_of,wims_name_external_auth
1457 bpr 538
 
15453 guerimand 539
!let wims_name_exploresave=Restauration sélective
540
 
2374 bpr 541
!distribute lines Secure hosts\
13286 obado 542
Style sheet\
543
Logo of the class\
544
Position of the logo\
545
top left corner, top right corner\
546
Theme\
547
Icons\
548
Academic level\
549
Hosts allowed for scores\
550
Password for participant registration\
551
Supervisor password\
552
Registration limits of exercises and exams\
553
Links to another plateform\
554
Page background color\
555
Menu background color\
556
Menu link color\
557
Background image file\
16234 bpr 558
upload a css-style file\
13286 obado 559
Score colors (from 0 to 10) \
560
Button background color\
561
Button text color\
562
Help button background color\
563
Help button text color\
564
Connection link\
565
Text color\
566
Colors in the presentation of activities\
567
direct links to connect to the class.\
568
Default OEF Configuration\
569
Authentification type\
570
Colors\
571
Teacher's email visible\
13077 bpr 572
into name_secure,name_css,name_logo,name_position_logo,name_logo_side,name_theme,\
1972 bpr 573
   name_theme_icon,name_level,name_security,name_password,name_supass,name_exolog,name_ent,\
3064 bpr 574
   name_background_color,name_menu_color,name_refmenu_color,name_image,name_css_transfer,\
7836 bpr 575
   name_colorscore,name_button_bgcolor,name_button_color,name_button_help_bgcolor,\
10162 bpr 576
   name_button_help_color,name_connectlink,name_act_color,name_coloract,\
13077 bpr 577
   name_connectlinkhelp,name_oefdefault,name_auth,name_colors,\
578
   name_sendmailteacher
1972 bpr 579
 
5901 bpr 580
!set name_content_style =<span class="tt wims_code_words">$name_css</span> should be\
581
on <span class="tt wims_code_words">class</span>
1972 bpr 582
 
4314 bpr 583
!set name_content_style2=Copy here the css stylesheet definitions
1972 bpr 584
 
10288 bpr 585
!distribute lines Details on the other links\
10400 bpr 586
you can also configure the following activity outside the maintenance zone\
587
the configuration can also be done outside this area\
588
default parameters for inserting exercises in a sheet\
14501 bpr 589
Access to teaching materials and score recording\
10400 bpr 590
relationship with other classes or other servers\
591
The links below allow you to modify some class settings.\
592
Class backup and maintenance\
10386 bpr 593
into name_newrem1,name_newrem2,name_seqrem,name_oefrem,\
594
  name_title_access,name_title_other,name_configrem,name_title_saveman
2465 bpr 595
!exit
596
:arch
597
 
3970 bpr 598
 You have uploaded teaching materials backed up from another class. If you
599
 restore incompatible teaching materials to your class, it will simply be destroyed.
2465 bpr 600
 !href cmd=help&special_parm=dependencies Why?
17230 bpr 601
 <br>
2465 bpr 602
 !href cmd=reply&job=list Stop
603
 if you are not completely sure of what you are doing. (In any case, keep a
604
 backup of the current status before continuing.)
5387 bpr 605
!exit
606
 
607
:arch_end
5951 bpr 608
 <span class="wims_warning">IMPORTANT</span>. <ul><li> There is no check of integrity in your uploaded data,
2465 bpr 609
and manual modification of the backup archives is not supported by the
610
system. Errors introduced by manual modification of archives will result
6125 czzmrn 611
in unpredictable behavior of your class.</li>
2465 bpr 612
 
7382 bpr 613
<li> Whenever possible, avoid restoring
4004 bpr 614
<span class="wims_warning">class configuration</span> and
615
<span class="wims_warning">supervisor account</span>.
2465 bpr 616
Errors in the uploaded data for these two fields may make you
6125 czzmrn 617
completely lose control of your class.</li>
2465 bpr 618
 
619
<li> You can use the backup of a class to install a new one. In this case,
620
avoid restoring scores and grades (server-computed and manual). These two
3970 bpr 621
teaching materials cannot be erased once they are installed (security measure).
2465 bpr 622
And many class maintenance operations will be unavailable if there are
6125 czzmrn 623
non-empty score data.</li>
2465 bpr 624
</ul>
2475 bpr 625
!exit
2465 bpr 626
 
627
:clean
6125 czzmrn 628
<p>
629
 You cannot erase teaching materials of the class
2465 bpr 630
 when participant activities have already started.
6125 czzmrn 631
 </p><p>
2465 bpr 632
 This is an important security measure. If you feel that it is an
633
 inconvenience, think of the following two aspects.
5951 bpr 634
 </p><p>
4117 bpr 635
 On the one hand, suppose that your password is stolen and someone wants to erase
636
 something on this page. Your teaching activities would be greatly disturbed and
6125 czzmrn 637
 your students would be penalized.
5951 bpr 638
 </p><p>
3970 bpr 639
 On the other hand, different teaching materials of the class are inter-dependent.
5555 reyssat 640
 If you erase some teaching materials without erasing those depending on them, your class
2465 bpr 641
 will no longer work.
642
 !href cmd=help&special_parm=dependencies Examples.
5951 bpr 643
 </p><p>
4117 bpr 644
If you really want to clean this class, it is best to expire it
645
 (by setting its expiration date to today, the class will disappear the next
2465 bpr 646
 morning), or
647
 <a href="mailto:$wims_site_manager?subject=Please erase my class">ask
3930 bpr 648
 the webmaster</a> to erase it for you.
5951 bpr 649
 </p>
2465 bpr 650
 !exit
7382 bpr 651
 
2465 bpr 652
 :clean2
6125 czzmrn 653
<span class="wims_warning">Remark</span>. <ul><li>This page is only available when the class is being set
2465 bpr 654
up. Once student activity has started, cleaning will no longer be possible.
6125 czzmrn 655
</li><li>
656
Shared teaching materials can only be cleaned from the class
2465 bpr 657
originating the sharing. The other class should first
658
!href cmd=reply&job=neighbor&job2=sharelist stop the sharing
3970 bpr 659
 of the teaching materials before erasing them.
6125 czzmrn 660
 </li></ul>
5557 reyssat 661
!exit
662
 
2468 bpr 663
:connect_first_info
664
Server / platform connection allows your class to directly communicate with
4116 bpr 665
another one on another WIMS server or on another web e-learning platform. Participants
666
can easily move from one class to another.
17230 bpr 667
<br>
2468 bpr 668
In particular, you can mirror this class to a remote WIMS server,
669
so that if this server becomes momentarily unavailable, work
4116 bpr 670
may continue in the mirror class. Scores on the mirror can be merged later.
2468 bpr 671
!exit
5555 reyssat 672
 
2468 bpr 673
:connect_first
674
 
675
This WIMS server has not declared any connectable remote server. In order
676
 to use this connection feature, the
677
 <a href="mailto:$wims_site_manager?subject=server connection">site
678
 manager</a> must declare such remote server, and the remote server must also
7382 bpr 679
 declare this WIMS server as connectable.
3930 bpr 680
 (The webmaster can refer to the file
5901 bpr 681
 <span class="tt wims_fname">$basedir/log/classes/.connections/myself</span> for details of how to
2468 bpr 682
 declare site connections.)
7382 bpr 683
 
2473 bpr 684
 !exit
7382 bpr 685
 
2473 bpr 686
:import2
6125 czzmrn 687
 <p>The worksheet you want to import may use exercises defined in the
2473 bpr 688
   neighboring class.
6125 czzmrn 689
   </p><p>
2473 bpr 690
   If the same exercises do not exist in your class, the imported worksheet
3946 bpr 691
   would not work correctly. Please verify carefully whether all the class
2473 bpr 692
   exercises in the neighbor are duplicated in your class.
5951 bpr 693
   </p>
2717 bpr 694
!exit
2473 bpr 695
:import3
6125 czzmrn 696
   <p>Exam sheets are based on worksheets to make up their
7382 bpr 697
   contents.
6125 czzmrn 698
   </p><p>
7382 bpr 699
   Importing an exam sheet makes sense only if you have exactly the same
3921 bpr 700
   active worksheets as your neighbor, and only if these worksheets are in the
2473 bpr 701
   same order within the two classes.
5951 bpr 702
   </p><p>
2473 bpr 703
   If this is not the case, the imported exam sheet will almost certainly
704
   behave erratically.
5951 bpr 705
   </p>
5557 reyssat 706
!exit
2473 bpr 707
:import4
708
 
5557 reyssat 709
You are about to replace an existing $(name_$itype) in your class by
3975 bpr 710
  the imported teaching resource. No recovery will be possible after this
2473 bpr 711
  operation, and your existing $(name_$itype), which is different from the
712
  imported one, will be definitely lost.
713
!exit
2474 bpr 714
 
715
:import5
2542 reyssat 716
 No participant account has been added to your class. Check if your class is full
717
 (and if the site still accepts more participants).
2474 bpr 718
!exit
719
 
720
:auth1
6125 czzmrn 721
<p>This configuration tool is only accessible to secure hosts.
722
</p><p>
5555 reyssat 723
As you have not defined any secure hosts, we are checking your authentication
2474 bpr 724
by sending a secret code to your email address. Please check your mail, pick
725
the code, and type it below.
5951 bpr 726
</p>
2474 bpr 727
!exit
728
:auth2
6125 czzmrn 729
<p>
730
<span class="wims_warning">Note</span>. This authentication is to ensure that even if your password
2474 bpr 731
is stolen or leaked, damages to your class will be limited.
732
Defining correct secure hosts will simplify the class
733
configuration procedure, while keeping a high security level.
6125 czzmrn 734
</p>
2480 bpr 735
!exit
2476 bpr 736
 
737
:download
6125 czzmrn 738
<p><span class="wims_warning">Remark</span>. Depending on the class activities, usually it is participant
2476 bpr 739
activities, forum messages and class documents that are of large size. You
740
may also consider the possibility of making several selective backups for
3970 bpr 741
different teaching materials.
6125 czzmrn 742
</p>
2539 reyssat 743
!exit
12903 guerimand 744
 
745
:import_livret
13330 obado 746
You are about to replace the structure of the skills booklet
747
  existing of your class by the imported resource.
748
There will be no possibility of going back after this operation.
749
Links to class worksheets are not imported (the existing ones will be lost).
12903 guerimand 750
!exit