Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
386 bpr 1
To install OEF exercises in a module :
2
 
3
 1. Create a module whose type is OEF
4
 
5
 2. For each exercise, create a new file in your module, with extension
6
    oef and in the directory src/ (example : scr/euclide.oef). Write or paste
7
    your source text in the text area showing up. Save changes.
8
 
9
 3. Test your module
10
 
11
 4. modify intro.phtml and endhook.phtml to your needs, and test again.
12
 
13
%%%%%%%%%%%% If you want to use it directly on a local server
14
 
15
To install a OEF processor:
16
 
17
1. copy the template directory into the good place, with a new name.
18
 
19
2. Modify intro.phtml
20
 
21
3. Modify the INDEX file.
22
 
23
4. Install source files.
24
 
25
5. Run the script $wims_home/other/bin/src2def. (This step should be
26
   repeated each time the source files are modified.)