File: JS_editor.html

package info (click to toggle)
wims 2%3A4.29a%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,704 kB
  • sloc: xml: 366,687; javascript: 120,570; ansic: 62,341; java: 62,170; sh: 7,744; perl: 3,937; yacc: 3,217; cpp: 1,915; lex: 1,805; makefile: 1,084; lisp: 914; pascal: 601; python: 520; php: 318; asm: 7
file content (33 lines) | stat: -rw-r--r-- 2,312 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<h2>Interactive OEF editor Fonctionalities (used in Createxo raw mode)&nbsp;:</h2>
<div class="container">
  <h4> Horizontal menu : <img src="gifs/editor/help/menu_fr.png" alt="Horizontal menu screenshot"></h4>
  <div class="content">
    <p> Horizontal menu contains layering buttons (HTML), and buttons to insert some frequent WIMS instructions, and the last button displays this help page.</p>
    <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&nbsp;:</p>
    <p><code><em> &lt;em&gt;</em>selected word<em>&lt;/em&gt;</em></code>.</p>
    <p>This will present your word in an italic style in your exercice.</p>
    <p>Other buttons are more specific to OEF language, and are grouped in 3 parts : "BEFORE", "DURING", and "AFTER"&nbsp;: </p>
    <ul>
      <li><strong>BEFORE</strong> - instructions in this part are executed before the exercice display. Most of them are exercice metadatas (title, author...)</li>
      <li><strong>DURING</strong> - This second part let you manage how your exercice will be displayed on the screen </li>
      <li><strong>AFTER</strong> - This last part let you analyse learner answers.</li>
    </ul>
  </div>
</div>
<div class="_spacer"><br>
</div>
<div class="container">
  <h4>Instruction list</h4>
  <img src="gifs/editor/help/instruction_list_fr.png" alt="Instruction list screenshot" style="float:left;margin-right:1em;">
  <div class="content">
    <p>Here are listed all Wims instructions</p>
    <p>You can interact with this list in 3 different ways :</p>
    <ul>
      <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>
      <li> <strong>Documentation</strong> - With a simple click on an instruction, an associated help is displayed in the help box below the textarea.</li>
      <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>
    </ul>
    <div class="_spacer"></div>
  </div>
</div>
<div class="_spacer"><br></div>