Rev 5901 | Rev 6121 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4492 | czzmrn | 1 | !!INDEX |
2 | !! Erase the above line to hide your page from wims search engine. |
||
3 | !! Line starting with double exclamations are comment lines. |
||
4 | !! |
||
5 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
6 | !! |
||
7 | !! Indexing definitions. You should modify them according to your case. |
||
8 | !! |
||
9 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
2759 | bpr | 10 | |
4492 | czzmrn | 11 | !! Put every definition in ONE LINE!! |
12 | !let module_author = |
||
13 | !let module_address = |
||
4493 | czzmrn | 14 | !let module_title =Motore di ricerca |
4492 | czzmrn | 15 | !let module_description = |
16 | !let module_language =$lang |
||
17 | |||
18 | !!Your copyright policy. |
||
19 | !!Your page will be included in wims distribution if the word `GNU' |
||
20 | !! appears in the following definition. |
||
5787 | bpr | 21 | !let module_copyright =© 2009 (<a href="COPYING">GNU GPL</a>) |
4492 | czzmrn | 22 | |
23 | !readproc adm/search_engine/names.$lang |
||
24 | |||
25 | |||
26 | !header |
||
27 | |||
5701 | bpr | 28 | <div class="contenu"> |
29 | <p>Questa pagina permette di effettuare ricerche per parole chiave. <br/> |
||
5330 | bpr | 30 | !if $wims_class=$empty |
4492 | czzmrn | 31 | È anche possibile utilizzare il link <span class="wims_button disabled">$wims_name_browse</span> per una descrizione ragionata del materiale didattico disponibile su questo sito.</p> |
5330 | bpr | 32 | !endif |
5836 | bpr | 33 | </p> |
4492 | czzmrn | 34 | <h3>Ricerca per parole chiave</h3> |
4817 | czzmrn | 35 | <p>Per un elenco di materiale didattico relativo a un determinato tema o livello scolastico, |
4492 | czzmrn | 36 | scegliere il <b>tipo</b> e la <b>lingua preferita</b> e inserire la |
37 | <b>parola chiave</b>, quindi cliccare su <span class="wims_button disabled">$wims_name_search</span>.</p> |
||
38 | |||
39 | <h5>Parole chiave</h5> |
||
4817 | czzmrn | 40 | <p>Sono possibili parole relative a argomenti, esempio <tt>graphics</tt>, o relative a livelli, |
4492 | czzmrn | 41 | esempio <tt>levelU1</tt>. Il motore di ricerca confronta il termine inserito con quelli |
42 | definiti dagli autori dei vari materiali didattici.</p> |
||
43 | <p> |
||
6113 | czzmrn | 44 | Se si inseriscono più termini, il motore di ricerca restituisce l'unione di tutti |
5836 | bpr | 45 | i materiali didattici associati con ognuna delle parole inserite.</p> |
4492 | czzmrn | 46 | |
47 | <h5>Tipi di risorsa</h5> |
||
4817 | czzmrn | 48 | <p>Il tipo <tt>$C_A</tt> esegue la ricerca su tutti i materiali didattici eccetto <tt>$C_P</tt> |
5701 | bpr | 49 | e <tt>$C_S</tt>.<br/> |
6113 | czzmrn | 50 | Il tipo <tt>$C_X</tt> esegue la ricerca tra gli esercizi, tale ricerca si può |
5701 | bpr | 51 | restringere in particolare a <tt>$C_O</tt>.<br/> |
6113 | czzmrn | 52 | Per il tipo <tt>$C_P</tt> è necessario inserire una parola chiave altrimenti non viene |
4492 | czzmrn | 53 | restituito alcun risultato.</p> |
54 | |||
55 | |||
56 | <h5>Lingua preferita</h5> |
||
4817 | czzmrn | 57 | <p>Il motore di ricerca effettua le ricerche tra il materiale didattico disponibile |
6113 | czzmrn | 58 | in qualsiasi lingua definita sul server. Quando un elemento è disponibile in più |
4492 | czzmrn | 59 | lingue, ne viene visualizzata una sola versione, seguendo questo ordine |
6113 | czzmrn | 60 | di priorità:</p> |
4492 | czzmrn | 61 | <ol><li>la versione nella "lingua preferita";</li> |
62 | <li>la versione inglese;</li> |
||
63 | <li>una qualsiasi delle altre lingue disponibili.</li> |
||
64 | </ol> |
||
65 | |||
4817 | czzmrn | 66 | <h5>Identificativo del modulo</h5> |
67 | <p>Se si conosce l'identificativo WIMS del modulo, ad |
||
5901 | bpr | 68 | esempio <span class="tt wims_address">E4/grammar/oeffonction.fr</span>, |
6113 | czzmrn | 69 | può essere utilizzato nel motore di ricerca. |
5701 | bpr | 70 | </p> |
71 | </div> |
||
4649 | bpr | 72 | |
4492 | czzmrn | 73 | !tail |