Subversion Repositories wimsdev

Rev

Rev 6246 | Rev 11881 | 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
 
6246 bpr 40
</p><p>
7703 bpr 41
You will find here
2322 bpr 42
href target=wims_help module=adm/createxo $wims_name_docoef
2059 bpr 43
 
6246 bpr 44
<p></p>
23 reyssat 45
Special hints:
6246 bpr 46
<p/>
23 reyssat 47
<ol>
3569 bpr 48
<li>In order to debug a file, you can place a line
23 reyssat 49
<pre>
50
$!debug ...
51
</pre>
52
in that file, where ... can be any text string. When you test your module, the
53
execution will stop at this line, with the content of ... shown to you. If
54
... includes variables, the latter will be substituted according to the usual
55
WIMS variable substitution rules.
56
 
3569 bpr 57
</li></ol>
23 reyssat 58
 
59
:end
1704 bpr 60