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