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 |
||
10646 | czzmrn | 7 | <p> |
8 | Questo strumento permette la creazione e lo sviluppo di moduli WIMS. |
||
6246 | bpr | 9 | </p><p> |
10646 | czzmrn | 10 | È cioè possibile progettare esercizi sfruttando appieno le |
11 | potenzialità del linguaggio di programmazione di WIMS (in confronto gli |
||
12 | gli esercizi OEF sono più facili da scrivere ma hanno limiti, si veda |
||
13 | per esempio la documentazione in |
||
16877 | guerimand | 14 | <a target="wims_help" href="wims.cgi?module=adm/createxo&+cmd=help&+special_parm=oef&+session=$wims_session">$wims_name_docoef</a> |
10646 | czzmrn | 15 | ) o creare sofisticati strumenti di calcolo. Vanno creati utilizzando |
16 | il linguaggio WIMS, in particolare la struttura e i comandi descritti nella |
||
16877 | guerimand | 17 | <a target="wims_help" href="wims.cgi?module=help/wimsdoc.en">$wims_name_doctec</a> |
23 | reyssat | 18 | . |
6246 | bpr | 19 | </p><p> |
10646 | czzmrn | 20 | Se siete interessati, scrivete al |
21 | !mailurl $wims_site_manager responsabile di questo server WIMS \ |
||
23 | reyssat | 22 | WIMS Modtool id |
10646 | czzmrn | 23 | chiedendo un account specifico per lavorare con questo strumento. |
6246 | bpr | 24 | </p> |
23 | reyssat | 25 | !exit |
26 | !endif |
||
27 | |||
28 | !if $mod=$empty |
||
6246 | bpr | 29 | <p> |
10646 | czzmrn | 30 | Per lavorare su un modulo occorre come prima cosa crearlo. Per creare un |
31 | nuovo modolo, cliccate sul link corrispondente e inserite i dati |
||
32 | richiesti. |
||
6246 | bpr | 33 | </p> |
23 | reyssat | 34 | !endif |
6246 | bpr | 35 | <p> |
10646 | czzmrn | 36 | Prima di procedere consultate la |
16877 | guerimand | 37 | <a target="wims_help" href="wims.cgi?module=help/wimsdoc.en">$wims_name_doctec</a> |
10646 | czzmrn | 38 | in cui è descritta la struttura di un modulo WIMS e la sintassi dei comandi |
39 | utilizzabili. |
||
6246 | bpr | 40 | </p><p> |
10646 | czzmrn | 41 | A questo link è invece disponibile la |
16877 | guerimand | 42 | <a target="wims_help" href="wims.cgi?module=adm/createxo&+cmd=help&+special_parm=oef&+session=$wims_session">$wims_name_docoef</a> |
10646 | czzmrn | 43 | </p><p> |
44 | Alcuni consigli: |
||
6246 | 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. |
||
55 | |||
3569 | bpr | 56 | </li></ol> |
23 | reyssat | 57 | |
58 | :end |
||
2161 | czzmrn | 59 |