Rev 5619 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5619 | bpr | 1 | <div class="wims_content"> |
1561 | bpr | 2 | |
3 | Welcome to this page which will help you create your |
||
1393 | bpr | 4 | !if $wims_user!=supervisor |
1561 | bpr | 5 | own interactive exercises. |
1393 | bpr | 6 | !else |
4812 | bpr | 7 | own interactive exercises for the class <span class="wims_classname"> |
8 | $wims_classname</span> de <span class="wims_institutiondesc">$wims_institutionname</span>. |
||
1393 | bpr | 9 | !endif |
1561 | bpr | 10 | |
11 | In Createxo, you will find several tools which will help you create |
||
12 | !href cmd=help&special_parm=oef OEF |
||
13 | exercises. |
||
14 | <ol> |
||
15 | <li>Guided modes to create exercises with a form : |
||
16 | <ul><li> |
||
17 | Free exercises |
||
1940 | bpr | 18 | !href cmd=reply&mode=normal&level=1 $name_normal |
1561 | bpr | 19 | ;</li><li> |
20 | Various exercise models which can be modified according to several variables available in |
||
1787 | bpr | 21 | !href cmd=reply&mode=model&level=1 $name_model |
1561 | bpr | 22 | .</li> |
23 | </ul> |
||
24 | <li> Free mode to create exercises in two versions : |
||
25 | <ul><li> |
||
1787 | bpr | 26 | !href cmd=reply&rawinp=yes&level=1 $name_raw |
1561 | bpr | 27 | to write the source code of an exercise directly on line; |
28 | </li><li> |
||
1787 | bpr | 29 | !href cmd=reply&mode=file&level=1 $name_file |
1561 | bpr | 30 | to send the source code of an exercises created earlier with your own text editor. |
31 | </li> |
||
32 | </ul> |
||
33 | </ol> |
||
34 | |||
35 | Other available tools: |
||
36 | <ul><li> |
||
37 | !href module=adm/auth/confia2qcm Confia2qcm |
||
38 | , |
||
39 | !href module=adm/auth/createqcm Createqcm |
||
1787 | bpr | 40 | to create two types of pre formatted Multiple Choice Questionnaires. |
1561 | bpr | 41 | <li> |
42 | !href module=adm/modtool $wims_name_modtool |
||
43 | allows you to create and organise all types of OEF exercises and documents |
||
44 | freely (requires a developer account). Publication of your materials for use by others |
||
45 | requires Modtool. |
||
46 | |||
47 | <li> |
||
48 | !href module=adm/quicktool $wims_name_quicktool |
||
49 | is a tool to create exercises for language learning and literature. |
||
50 | It can be used to create several types OEF exercises (GAP, MCQ, SELECTWORD ...) in guided mode. |
||
51 | With $wims_name_quicktool, you can create exercises where students are allowed several trials |
||
52 | and given special helps. Recordings in the audio bank of the <a target="wims_external" href="http://shtooka.net">Shtooka</a> |
||
53 | project can be incorporated in the exercises. $wims_name_quicktool requires a developer account. |
||
54 | |||
55 | <li> |
||
56 | !href module=adm/latex2wims $wims_name_latex2wims |
||
57 | allows you to translate documents written in latex to WIMS. |
||
6235 | bpr | 58 | It takes into account the interactive environment created in <span class="tt">wims</span>. |
1561 | bpr | 59 | It requires a developer account. |
60 | </li></ul> |
||
5601 | obado | 61 | </div> |