Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
!if $special_parm!=$empty
2
 !read help/$special_parm.phtml
3
 !goto end
4
!endif
5
 
6
!if $login=$empty
6246 bpr 7
<p>
7703 bpr 8
 This tool is for online creation and
23 reyssat 9
 development of free style WIMS activity modules.
6246 bpr 10
 </p><p>
23 reyssat 11
 Such a module may be a full-power exercise (compared with OEF exercises
12
 which are easier to develop but have limited capacities; see
13
 !href module=adm/createxo Createxo
14
 ) or a sophisticated computational tool. It should be written in the WIMS
15
 interpreted language as explained in
16
 !href target=wims_help module=help/wimsdoc WIMS technical documentation
17
.
6246 bpr 18
 </p><p>
23 reyssat 19
 If you are interested, you can ask
20
 !mailurl $wims_site_manager the manager of this WIMS site\
21
WIMS Modtool id
22
 for a developper's login/password pair to get the
23
 authentification for working with this tool.
6246 bpr 24
 </p>
23 reyssat 25
 !exit
26
!endif
27
 
28
!if $mod=$empty
6246 bpr 29
<p>
23 reyssat 30
 In order to work on a module, you should first create it. To create a
31
 new module, please click on the appropriate links and fill-in the forms
32
 for this purpose.
6246 bpr 33
 </p>
23 reyssat 34
!endif
6246 bpr 35
<p>
23 reyssat 36
Please refer to
37
 !href target=wims_help module=help/wimsdoc WIMS technical documentation
38
 for the structure of a WIMS module and the syntax and format of its content.
39
 
2161 czzmrn 40
Vous trouverez ici la
41
!href target=wims_help module=adm/createxo Documentation OEF
6246 bpr 42
</p><p>
23 reyssat 43
Special hints:
6246 bpr 44
</p>
23 reyssat 45
<ol>
3569 bpr 46
<li>In order to debug a file, you can place a line
23 reyssat 47
<pre>
48
$!debug ...
49
</pre>
50
in that file, where ... can be any text string. When you test your module, the
51
execution will stop at this line, with the content of ... shown to you. If
52
... includes variables, the latter will be substituted according to the usual
53
WIMS variable substitution rules.
54
 
3569 bpr 55
</li></ol>
23 reyssat 56
 
57
:end
2161 czzmrn 58