Subversion Repositories wimsdev

Rev

Rev 17382 | Rev 17429 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2329 guerimand 1
!set lang_exists=yes
23 reyssat 2
 
9687 guerimand 3
!set name_duplicateok=Examen dupliqué correctement.
3962 bpr 4
!set name_title=Edit the exam
4151 bpr 5
!set wims_name_mainpage=Main page of the exam
3962 bpr 6
 
2329 guerimand 7
!if $activetest<=0
12784 obado 8
  !set name_title=!nosubst Edit exam
2329 guerimand 9
!else
12784 obado 10
  !set name_title=!nosubst Edit exam
2329 guerimand 11
!endif
12
 
13
!read adm/lang/date.phtml.$lang
3962 bpr 14
!read adm/lang/sheetexam.phtml.$lang
15
!set wims_name_scoreexam=!nosubst $wims_name_myscore
2329 guerimand 16
 
1724 bpr 17
!set name_Options=Options
18
!set name_All=All
3962 bpr 19
 
1901 bpr 20
!set name_done=done
21
 
4805 obado 22
!set name_instructions=Instructions
23
 
12784 obado 24
!distribute lines Availables\
25
Selected\
26
into name_Availables, name_Selected
27
 
1901 bpr 28
!distribute lines Finish this exam session\
29
Back to work on the exam\
30
Supervisor's view of the exam.\
31
Presentation for participants\
32
Current score detail\
33
The exam is empty! Nothing is assigned in it. Possibly an error in the manipulation by your supervisor.\
34
Assigned works in this exam\
35
This exam is actually closed for your connection.\
36
You can try this exam only once.\
2335 schaersvoo 37
therefore you can no longer improve your scores.\
1901 bpr 38
This is your last available try. Take care!\
39
the count-down will start, and the number of tries will be advanced by one.\
40
the count-down will start.\
41
Requires the success on other exercises\
42
Score of this exam session\
2032 bpr 43
into wims_name_endexam,wims_name_backexam,wims_name_teacherview,name_presentation,\
1901 bpr 44
name_scoreexam,name_empty,name_content,name_examclosed,name_exam1,name_exam5,\
45
name_lasttry,name_exam7,name_exam8,name_depend,name_scoreexam2
2032 bpr 46
 
1901 bpr 47
!set name_exam2=!nosubst You can try this exam up to $stries times.
48
!set name_exam3=!nosubst You have already finished your exam session with $tried tries,
10140 bpr 49
!set name_exam4=!nosubst You have already tried <strong>$tried times</strong>,
8296 obado 50
!set name_exam6=!nosubst And you can still try <strong>$tryremain more times</strong>.
11718 bpr 51
!set name_exam6bis=Il ne vous reste donc plus de sessions possibles.
52
!set name_exam9=!nosubst You have <strong>$sdure minutes</strong> to complete this exam.
53
!set name_exam9bis=!nosubst La session d'examen ne peut pas durer plus de <strong>$sdure minutes</strong>
54
!set name_exam10=When you click on an exercise above,
11722 bpr 55
!set name_exam11=!nosubst Seuls les scores obtenus sur les exercices de l'examen avant <strong>$time_end</strong> sont pris en compte.
11277 obado 56
!set name_simulation=<strong>This exam runs in simulation mode.</strong> It works exactly as in a real exam,\
10844 bpr 57
 except that you cannot register the score, and your trial will not be counted. If you test\
58
 this exam, you should log out before coming back to the class management page.
10140 bpr 59
 
11718 bpr 60
!set wims_name_examremain=!nosubst Time left for this exam $[$stries-$tryremain]): $
2032 bpr 61
 
62
!distribute lines pending\
63
  You have not yet started your work on the exam.\
64
  Go to start the work.\
2329 guerimand 65
into name_pending,name_begin1,name_begin2
2335 schaersvoo 66
!set name_simulation2=The current score is not taken into account because the exam runs in simulation mode.
2032 bpr 67
 
10140 bpr 68
!set name_timeleft=!nosubst Time is up! You have used up the $sdure minutes \
69
 allocated for this exam. You must logout now.
2032 bpr 70
!set name_realscore=!nosubst Your real score for this exam sheet is $lastscore.
11461 bpr 71
!set name_bestscore=!nosubst Your best score for this exam is $[$lastscore*$scoremax/10]/$scoremax.
72
!set name_bestscore2=It is the best score which will be taken into account.
2329 guerimand 73
 
74
!! ---------------------------
10140 bpr 75
!! nouvelle partie
2329 guerimand 76
 
3960 bpr 77
!set statutname=$(wims_name_shstatus[1]),$wims_name_shstatus
2329 guerimand 78
 
2335 schaersvoo 79
!set name_desc_duration=in minutes
6283 obado 80
!set name_units_duration=minutes
3922 bpr 81
!let name_mkexam=Create the exam page
3962 bpr 82
 
2335 schaersvoo 83
!let name_shinfo_cutt=Cut times
2329 guerimand 84
 
85
!! différents commentaires de la page de gestion
2335 schaersvoo 86
!distribute lines General information&nbsp;\
87
Content of the exam&nbsp;\
88
This exam has no content yet.\
2349 guerimand 89
into name_info,name_content,name_warning
2329 guerimand 90
 
91
!! titre du tableau de contenu de l'examen (file examcontent.phtml)
3962 bpr 92
!let name_extab=!nosubst $wims_name_number,$wims_name_title,Content,$name_weight,$name_dependency,$wims_name_comment,$name_Options,$wims_name_action
2329 guerimand 93
 
2335 schaersvoo 94
!set name_contenu=Choose content
3962 bpr 95
!let name_cpsheet1=Each exercise of the worksheet will have to be added one after the other to \
17230 bpr 96
the end of the exam sheet.<br>\
14271 obado 97
 Each exercise will have its weight set to 1.\
3962 bpr 98
 
2349 guerimand 99
!let name_cpsheet3=Generic title word
14271 obado 100
!let name_cpsheet4=Exercises will be numbered in order.\
101
 If this field is left empty, the title of the exercises will remain \
102
the same as in the worksheet.
2350 bpr 103
 
14271 obado 104
 
3950 bpr 105
!set name_warning_nonfinished=You have not yet done all the exercises in this exam. Finishing now will\
2350 bpr 106
  freeze the score and consume one try of the exam,and you will have to start \
17229 bpr 107
  from the beginning the next time.<br>Are you sure you want to finish?
11461 bpr 108
!set name_warning_nonfinished1=You have not yet done all the exercises in this exam. \
109
 Are you sure you want to finish? You will not be allowed to come back to the exam.
9043 czzmrn 110
!set wims_name_cpexam=Copy an active exam
8903 czzmrn 111
 
112
!set name_cpexam1=You are about to copy the content of an other active exam into this one. You will be able to modify the contents of this exam until you will activate it
16378 guerimand 113
 
17382 guerimand 114
!! TODO_lang
16378 guerimand 115
!set name_msg_exam_withip=Les notes indiquées avec un symbole &ast; ont été réduites suite à un changement\
116
    d'adresse IP pendant la session de l'examen.
117
!set name_real_score=!nosubst $realtsco sans tenir compte du changement d'adresse IP
118
!set name_warning_notstartip=Attention, votre adresse IP actuelle n'est pas celle du démarrage de cette session d'examen. Vous pouvez quand même faire les exercices et les scores\
119
 obtenus seront enregistrés. Cependant, ils ne seront, pour l'instant, pas utilisés dans le calcul de la note de l'examen.
17382 guerimand 120
!set name_modedesc=Cet examen est en mode course. Les règles sont les suivantes :<ul> <li>Les exercices s'activent les uns après les autres ;</li><li>L'obtention d'une note non maximale à un exercice arrête la course.</li></ul>
121
!set name_courseend=!nosubst Vous n'avez pas répondu correctement à l'exercice $coursefalse : la course est terminée !!
122
!set name_exammode_list=Standard,Course
17410 guerimand 123
!set name_progress=Progression de la course