Rev 3686 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3437 | obado | 1 | <h2>Interactive OEF editor Fonctionalities (used in Createxo raw mode) :</h2> |
2 | <div class="container"> |
||
17348 | bpr | 3 | <h4> Horizontal menu : <img src="gifs/editor/help/menu_fr.png" alt="Horizontal menu screenshot"></h4> |
3437 | obado | 4 | <div class="content"> |
3438 | bpr | 5 | <p> Horizontal menu contains layering buttons (HTML), and buttons to insert some frequent WIMS instructions, and the last button displays this help page.</p> |
3437 | obado | 6 | <p> First button group let you insert HTML layering tags. First select a word in your code, then click on the <span class="editor_button">I</span> button, and your word will be embeded like this :</p> |
3495 | bpr | 7 | <p><code><em> <em></em>selected word<em></em></em></code>.</p> |
3437 | obado | 8 | <p>This will present your word in an italic style in your exercice.</p> |
9 | <p>Other buttons are more specific to OEF language, and are grouped in 3 parts : "BEFORE", "DURING", and "AFTER" : </p> |
||
10 | <ul> |
||
3438 | bpr | 11 | <li><strong>BEFORE</strong> - instructions in this part are executed before the exercice display. Most of them are exercice metadatas (title, author...)</li> |
3437 | obado | 12 | <li><strong>DURING</strong> - This second part let you manage how your exercice will be displayed on the screen </li> |
13 | <li><strong>AFTER</strong> - This last part let you analyse learner answers.</li> |
||
14 | </ul> |
||
15 | </div> |
||
16 | </div> |
||
17348 | bpr | 17 | <div class="_spacer"><br> |
3437 | obado | 18 | </div> |
19 | <div class="container"> |
||
20 | <h4>Instruction list</h4> |
||
17348 | bpr | 21 | <img src="gifs/editor/help/instruction_list_fr.png" alt="Instruction list screenshot" style="float:left;margin-right:1em;"> |
3437 | obado | 22 | <div class="content"> |
23 | <p>Here are listed all Wims instructions</p> |
||
24 | <p>You can interact with this list in 3 different ways :</p> |
||
25 | <ul> |
||
26 | <li> <strong>Insertion</strong> - Just double-click on an instruction, or select one with a simple click, then click on the <em>insert selection</em> button below the list.</li> |
||
3686 | reyssat | 27 | <li> <strong>Documentation</strong> - With a simple click on an instruction, an associated help is displayed in the help box below the textarea.</li> |
3437 | obado | 28 | <li> <strong>Auto completion</strong> - When you type in an antislash (\) and some lowercase letters, the editor filters the instruction list to display only instructions starting with the letters you've typed.</li> |
29 | </ul> |
||
30 | <div class="_spacer"></div> |
||
31 | </div> |
||
32 | </div> |
||
17348 | bpr | 33 | <div class="_spacer"><br></div> |