Subversion Repositories wimsdev

Rev

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