Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

!set p_=!word 1 of $wims_read_parm
!bound p_ within none,header,source,html default none
!goto $p_
:none
!exit
:header
!set m_subject=Version 3.18
!set m_date=20020627
!set m_time=19:02:10
!set m_from=Gang XIAO
!set m_sender_ip=127.0.0.1
!set m_sender_id=
!set m_sender_class=
!set m_email=xiao@unice.fr
!set m_to=
!set m_prec=O200206/1
!set m_exists=yes
!exit
:source
<pre>
Here are the main feature enhancements in version 3.18.
&lt;ol>

&lt;li>For OEF exercises: freehand replies and multiple choices can now have mixed orders or be directly embedded in statements. Multi-step exercises can be designed, and conditional branching as well as loops can be added to the source, via &lt;tt>\if&lt;/tt> and &lt;tt>\for&lt;/tt>.

&lt;li>For virtual classes: participants can compare his/her score with class min/average/max. The teacher can now wrote document blocks and use them to replace some presentation pages of the class (participant home page and work sheet pages). Exercise dependencies are also added: the teacher can require participants to succeed in certain exercises before he/she can do other, depending, exercises.

&lt;li>For documents: LaTeX sources can be sent by the author, to be automatically translated to WIMS document format. (Based on Latex2html).

&lt;li>For the kernel: compilation can now be done with either dynamic or static linking to wims library.

&lt;/ol></pre>
!exit
:html
Here are the main feature enhancements in version 3.18.
<ol>
<p>
<li>For OEF exercises&#58; freehand replies and multiple choices can now
have mixed orders or be directly embedded in statements. Multi-step
exercises can be designed, and conditional branching as well as loops can be
added to the source, via <tt>\if</tt> and <tt>\for</tt>.
<p>
<li>For virtual classes&#58; participants can compare his/her score with
class min/average/max. The teacher can now wrote document blocks and use
them to replace some presentation pages of the class (participant home page
and work sheet pages). Exercise dependencies are also added&#58; the teacher
can require participants to succeed in certain exercises before he/she can
do other, depending, exercises.
<p>
<li>For documents&#58; LaTeX sources can be sent by the author, to be
automatically translated to WIMS document format. (Based on Latex2html).
Any other types of files (images, sound, video, pdf, xls, etc.) can also be
deposited into the document, and referenced in the document.
<p>
<li>Disk quota has been established for virtual classes and documents.
<p>
<li>For the kernel&#58; compilation can now be done with either dynamic or
static linking to libwims.
<p>
</ol>