Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $special_parm!=$empty |
||
3 | !read help/$special_parm.phtml |
||
4 | !goto end |
||
5 | !endif |
||
6 | |||
7 | !if $login=$empty |
||
8 | This tool is for online creation and |
||
9 | development of free style WIMS activity modules. |
||
10 | <p> |
||
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 | . |
||
18 | <p> |
||
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. |
||
24 | !exit |
||
25 | !endif |
||
26 | |||
27 | !if $mod=$empty |
||
28 | In order to work on a module, you should first create it. To create a |
||
29 | new module, please click on the appropriate links and fill-in the forms |
||
30 | for this purpose. |
||
31 | <p> |
||
32 | !endif |
||
33 | |||
34 | Please refer to |
||
35 | !href target=wims_help module=help/wimsdoc WIMS technical documentation |
||
36 | for the structure of a WIMS module and the syntax and format of its content. |
||
37 | |||
38 | <p> |
||
39 | Special hints: |
||
40 | <ol> |
||
1065 | bpr | 41 | <li><p>In order to debug a file, you can place a line |
23 | reyssat | 42 | <pre> |
43 | $!debug ... |
||
44 | </pre> |
||
45 | in that file, where ... can be any text string. When you test your module, the |
||
46 | execution will stop at this line, with the content of ... shown to you. If |
||
47 | ... includes variables, the latter will be substituted according to the usual |
||
48 | WIMS variable substitution rules. |
||
49 | |||
50 | </ol> |
||
51 | |||
52 | :end |
||
1188 | bpr | 53 | !!<p><center> |
54 | !!!href cmd=resume Back to work |
||
55 | !!</center> |