Subversion Repositories wimsdev

Rev

Rev 16877 | 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
16877 guerimand 13
 <a target="wims_help" href="wims.cgi?module=adm/createxo&+cmd=help&+special_parm=oef&+session=$wims_session"> Createxo </a>
23 reyssat 14
 ) or a sophisticated computational tool. It should be written in the WIMS
15
 interpreted language as explained in
16877 guerimand 16
 <a target="wims_help" href="wims.cgi?module=help/wimsdoc.en"> WIMS technical documentation </a>
23 reyssat 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
11881 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.
6246 bpr 39
</p><p>
7703 bpr 40
You will find here
11881 bpr 41
!href target=wims_help module=adm/createxo $wims_name_docoef
2059 bpr 42
 
11881 bpr 43
</p><p>
23 reyssat 44
Special hints:
17180 bpr 45
</p>
23 reyssat 46
<ol>
3569 bpr 47
<li>In order to debug a file, you can place a line
23 reyssat 48
<pre>
49
$!debug ...
50
</pre>
51
in that file, where ... can be any text string. When you test your module, the
52
execution will stop at this line, with the content of ... shown to you. If
53
... includes variables, the latter will be substituted according to the usual
54
WIMS variable substitution rules.
3569 bpr 55
</li></ol>
23 reyssat 56
 
57
:end