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=Online development of modules
!set m_date=20010528
!set m_time=08:30:35
!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=O200105/2
!set m_exists=yes
!exit
:source
<pre>
Are you interested in writing your own activities to be hosted by
WIMS? If you have tried
<a target=wims_demo
href=wims.cgi?module=adm/createxo>Createxo</a> and are unsatisfied
by the power of the exercises it allows you to create, you can now
take a look at
<a target=wims_demo
href=wims.cgi?module=adm/modtool>Modtool</a> which makes it possible
to create and develop full-power WIMS modules by working entirely
online.
For obvious security reasons, you must first write to the site manager
asking him/her to attribute a developer authentification (login, password)
to you, before you can access Modtool.
Please also note that WIMS modules are written in a special (interpreted)
language. You should probably consult the
<a target=wims_help href=wims.cgi?module=help/wimsdoc.en>WIMS Technical
Documentation</a> for the format and syntax of a module if you
want to write one.</pre>
!exit
:html
Are you interested in writing your own activities to be hosted by
WIMS? If you have tried
<a target=wims_demo
href=wims.cgi?module=adm/createxo>Createxo</a> and are unsatisfied
by the power of the exercises it allows you to create, you can now
take a look at
<a target=wims_demo
href=wims.cgi?module=adm/modtool>Modtool</a> which makes it possible
to create and develop full-power WIMS modules by working entirely
online.
<p>
For obvious security reasons, you must first write to the site manager
asking him/her to attribute a developer authentification (login, password)
to you, before you can access Modtool.
<p>
Please also note that WIMS modules are written in a special (interpreted)
language. You should probably consult the
<a target=wims_help href=wims.cgi?module=help/wimsdoc.en>WIMS Technical
Documentation</a> for the format and syntax of a module if you
want to write one.