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=Drag and drop
!set m_date=20030926
!set m_time=17:22:50
!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=O200309/2
!set m_exists=yes
!exit
:source
<pre>
Based on DynAPI-3.0.0-beta1, exercises with drag-and-drop interfaces can now be designed in a very easy way. The best way to use them is thru the OEF syntax. Although the scripts are accessible to WIMS modules, the API protocol is rather complicated and undocumented for direct use in a module.

For examples of drag-and-drop exercises, you can take a look at the modules OEF clock, Arithmetic tables and Order arrangement.</pre>
!exit
:html
Based on DynAPI-3.0.0-beta1, exercises with drag-and-drop interfaces can now be designed in a very easy way. The best way to use them is thru the OEF syntax. Although the scripts are accessible to WIMS modules, the API protocol is rather complicated and undocumented for direct use in a module.
<p>
For examples of drag-and-drop exercises, you can take a look at the modules OEF clock, Arithmetic tables and Order arrangement.