Rev 11639 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2757 | reyssat | 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 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
10 | |||
11 | !! Put every definition in ONE LINE!! |
||
12 | !let module_author = |
||
13 | !let module_address = |
||
11639 | bpr | 14 | !let module_title =Search Engine Help |
2757 | reyssat | 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>) |
2757 | reyssat | 22 | |
23 | !readproc adm/search_engine/names.$lang |
||
24 | |||
25 | |||
26 | !header |
||
27 | |||
7077 | obado | 28 | <div class="wims_content"> |
17180 | bpr | 29 | This search engine allows a keyword search. <br> |
5330 | bpr | 30 | !if $wims_class=$empty |
3990 | bpr | 31 | You may also use the link <span class="wims_button disabled">$wims_name_browse</span> for an |
4649 | bpr | 32 | overview of available teaching materials. |
5330 | bpr | 33 | !endif |
2757 | reyssat | 34 | <h3>Keyword search</h3> |
3970 | bpr | 35 | For a list of teaching materials concerning a given theme or level, |
2757 | reyssat | 36 | choose the <b>resource type</b> the <b>default search language</b> and enter a |
4649 | bpr | 37 | <b>keyword</b> or click on the <span class="wims_button disabled">$wims_name_search</span> button. |
2757 | reyssat | 38 | |
39 | <h5>Keywords</h5> |
||
6121 | bpr | 40 | You can enter a word such as <span class="tt">graphics</span> for topic search |
41 | or a level name such as <span class="tt">levelU1</span> to search by level. |
||
3970 | bpr | 42 | The search engine compares these words to the keywords defined by the authors of teaching materials. |
2757 | reyssat | 43 | <p> |
3970 | bpr | 44 | If you enter multiple words, you get the union of all teaching materials associated with each entered word. |
5701 | bpr | 45 | </p> |
11639 | bpr | 46 | <h5>Resource Type</h5> |
6121 | bpr | 47 | The type <span class="tt">$C_A</span> includes all teaching materials except <span class="tt">$C_P</span> |
17180 | bpr | 48 | and <span class="tt">$C_S</span><br> |
49 | The type <span class="tt">$C_X</span> includes all exercises, in particular <span class="tt">$C_O</span><br> |
||
6121 | bpr | 50 | For type <span class="tt">$C_P</span> you must enter a keyword otherwise no answer is provided. |
2757 | reyssat | 51 | |
52 | <h5>Default search language</h5> |
||
3970 | bpr | 53 | The search engine looks for teaching materials in all languages. When a |
2757 | reyssat | 54 | resource is available in several languages, only one |
55 | version is displayed, choosing in priority if possible: |
||
4009 | bpr | 56 | <ol><li> the version of your chosen "default search language"</li> |
4649 | bpr | 57 | <li>the english version</li> |
58 | <li>one of the languages available for the resource.</li> |
||
2759 | bpr | 59 | </ol> |
2757 | reyssat | 60 | |
4649 | bpr | 61 | <h5>Address of a teaching material</h5> |
5701 | bpr | 62 | <p> |
5901 | bpr | 63 | If you already know the address of a WIMS teaching material, as <span class="tt wims_address">E4/grammar/oeffonction.fr</span>, |
4649 | bpr | 64 | you may enter it in the search engine. |
5701 | bpr | 65 | </p> |
66 | </div> |
||
4649 | bpr | 67 | |
2757 | reyssat | 68 | !tail |