Rev 3569 | Rev 7703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3569 | Rev 6246 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !read help/$special_parm.phtml |
2 | !read help/$special_parm.phtml |
3 | !goto end |
3 | !goto end |
4 | !endif |
4 | !endif |
5 | 5 | ||
6 | !if $login=$empty |
6 | !if $login=$empty |
- | 7 | <p> |
|
7 | This tool is for online creation and |
8 | This tool is for online creation and |
8 | development of free style WIMS activity modules. |
9 | development of free style WIMS activity modules. |
9 | <p> |
10 | </p><p> |
10 | Such a module may be a full-power exercise (compared with OEF exercises |
11 | Such a module may be a full-power exercise (compared with OEF exercises |
11 | which are easier to develop but have limited capacities; see |
12 | which are easier to develop but have limited capacities; see |
12 | !href module=adm/createxo Createxo |
13 | !href module=adm/createxo Createxo |
13 | ) or a sophisticated computational tool. It should be written in the WIMS |
14 | ) or a sophisticated computational tool. It should be written in the WIMS |
14 | interpreted language as explained in |
15 | interpreted language as explained in |
15 | !href target=wims_help module=help/wimsdoc WIMS technical documentation |
16 | !href target=wims_help module=help/wimsdoc WIMS technical documentation |
16 | . |
17 | . |
17 | <p> |
18 | </p><p> |
18 | If you are interested, you can ask |
19 | If you are interested, you can ask |
19 | !mailurl $wims_site_manager the manager of this WIMS site\ |
20 | !mailurl $wims_site_manager the manager of this WIMS site\ |
20 | WIMS Modtool id |
21 | WIMS Modtool id |
21 | for a developper's login/password pair to get the |
22 | for a developper's login/password pair to get the |
22 | authentification for working with this tool. |
23 | authentification for working with this tool. |
- | 24 | </p> |
|
23 | !exit |
25 | !exit |
24 | !endif |
26 | !endif |
25 | 27 | ||
26 | !if $mod=$empty |
28 | !if $mod=$empty |
- | 29 | <p> |
|
27 | In order to work on a module, you should first create it. To create a |
30 | In order to work on a module, you should first create it. To create a |
28 | new module, please click on the appropriate links and fill-in the forms |
31 | new module, please click on the appropriate links and fill-in the forms |
29 | for this purpose. |
32 | for this purpose. |
30 | <p> |
33 | </p> |
31 | !endif |
34 | !endif |
32 | 35 | <p> |
|
33 | Please refer to |
36 | Please refer to |
34 | !href target=wims_help module=help/wimsdoc WIMS technical documentation |
37 | !href target=wims_help module=help/wimsdoc WIMS technical documentation |
35 | for the structure of a WIMS module and the syntax and format of its content. |
38 | for the structure of a WIMS module and the syntax and format of its content. |
36 | 39 | ||
37 | Vous trouverez ici la |
40 | Vous trouverez ici la |
38 | !href target=wims_help module=adm/createxo Documentation OEF |
41 | !href target=wims_help module=adm/createxo Documentation OEF |
39 | <p> |
42 | </p><p> |
40 | Special hints: |
43 | Special hints: |
- | 44 | </p> |
|
41 | <ol> |
45 | <ol> |
42 | <li>In order to debug a file, you can place a line |
46 | <li>In order to debug a file, you can place a line |
43 | <pre> |
47 | <pre> |
44 | $!debug ... |
48 | $!debug ... |
45 | </pre> |
49 | </pre> |