Subversion Repositories wimsdev

Rev

Rev 11561 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13464 obado 1
!set lang_exists=yes
27 reyssat 2
 
3
One of the big features of WIMS is that it allows anybody to create his/her
4
own exercises directly through the web browser.
5
<p>
6
Such an exercise created online is under OEF format (OEF: Online Exercise
7
Format). This format does not contain WIMS-specific information, and may be
8
used on any exercise system which accepts it.
11561 bpr 9
</p><p>
27 reyssat 10
Although OEF exercises do not exploit the full power offered by WIMS, they
11561 bpr 11
are sufficiently versatile in most cases: you can put random parameters
12
(random numbers, functions, text...) into such an exercise, and make
27 reyssat 13
complicated processes on them (differentiation, integration, evaluation,...).
14
Answers can be multiple choices with one or more correct answers, numerical
15
or functional input, or a mixture of them. You can even set up specific
16
conditions to analyze the answers, instead of comparing them with a standard
17
answer (so that for example exercises with infinitely many correct answers can be
18
created).
11561 bpr 19
</p><p>
27 reyssat 20
If you have set up a
21
!href module=$module&chapter=3 virtual class
11561 bpr 22
, you can create exercises for your class and put them into
27 reyssat 23
!href module=$module&chapter=3&open=$open,3_sheet#sheet worksheets
24
 so that your students can work on them and get
25
!href module=$module&chapter=1&open=$open,1_exo#exo scored
26
 for their works, giving you full control of their progress.
11561 bpr 27
</p><p>
27 reyssat 28
The online creation of exercises is done through the utility
29
!href module=adm/createxo Createxo
30
, which contains more detailed help pages about the format and syntax of
31
OEF exercises.
11561 bpr 32
</p>