Subversion Repositories wimsdev

Rev

Rev 7513 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2544 bpr 1
!!@# translate between !!@# et !!#@
2
!if nom_fichier iswordof $error
5894 bpr 3
  <span class="wims_warning">
2544 bpr 4
!!@#
2701 bpr 5
the file name you have given is not valid, a file name cannot contain
6235 bpr 6
  <span class="tt">..</span> nor <span class="tt"> / </span> .
2544 bpr 7
!!#@
5894 bpr 8
</span>
2544 bpr 9
  !exit
10
!endif
11
!if bad_data iswordof $error
12
!!@#
2701 bpr 13
<b>Error.</b> I do not understand what you have entered. Typing error?
2544 bpr 14
!!#@
15
 !exit
16
!endif
7513 bpr 17
 
2544 bpr 18
!if $error!=$empty
19
  !if target iswordof error
5894 bpr 20
    <span class="wims_warning">
2544 bpr 21
!!@#
2701 bpr 22
 Choose a module.
2544 bpr 23
!!#@
7513 bpr 24
</span>
2544 bpr 25
    !exit
26
  !endif
5894 bpr 27
<span class="wims_warning">
2544 bpr 28
!!@#
7513 bpr 29
Remember to fill in the boxes marked by *.
2544 bpr 30
!!#@
5894 bpr 31
</span>
2544 bpr 32
!endif
33
!if type_exo iswordof $error or file iswordof $error
34
!!@#
7513 bpr 35
In particular :
2544 bpr 36
!!#@
7513 bpr 37
<dl>
2544 bpr 38
!if type_exo iswordof $error
39
 <dt>
40
!!@#
2701 bpr 41
Please choose a type of MCQ.
2544 bpr 42
!!#@
43
 </dt>
44
!endif
45
 
46
!if file iswordof $error
47
  <dt>
48
!!@#
7513 bpr 49
This exercise will work with the data that you have to create in a file and respecting the syntax
50
 described in the HELP section, otherwise your exercise will not work. At this stage
2701 bpr 51
 you must indicate the name of the file.
2544 bpr 52
!!#@
53
</dt>
54
!endif
55
</dl>
14560 bpr 56
!endif
2544 bpr 57
!if oefempty iswordof $error and $transfert=yes
58
!!@#
2701 bpr 59
 You first have to create an OEF module in your Modtool account.
2544 bpr 60
!!#@
7513 bpr 61
!endif
2544 bpr 62
!exit
63
 
64
 
65
!msg $error