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=Message boards under WIMS
!set m_date=20000518
!set m_time=15:56:02
!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=O200005/1
!set m_exists=yes
!exit
:source
<pre>
Starting from version 2.30, message boards are available under WIMS.
Besides conventional features allowing you to navigate through
messages in the message boards, there is a very convenient way allowing
you to include mathematical formulas into your messages.
When the reader sees your message, they will see the formulas
automatically formatted as they should be.
For example, you can just write <tt>\\pi</tt> for \pi,
<tt>\\le</tt> for \le,
<tt>\\ne</tt> for \ne, <tt>\\rightarrow</tt> for \rightarrow, etc.
While for more complex formulas, you have
\(sqrt(1/x+1/y)) through <tt>\\(sqrt(1/x+1/y))</tt>,
integrals \(int(e^(1-x^2))dx) through
<tt>\\(int(e^(1-x^2))dx)</tt>, or even matrices
\([1,2,3;4,5,6]) through <tt>\\([1,2,3;4,5,6])</tt>.
And if you know TeX, very complex formulas can be constructed by
entering TeX sources. See the help link at the top of this page for
more details.
Every virtual class automatically contains a message board allowing
teacher and students to communicate between them.
For the time being, there is yet no facility allowing you to create
your message board directly online. If you want to create a message board
right now to use the above features (outside a virtual class environment),
you may write to the site manager asking him/her to create it for you.
(This situation is temporary; check new announcements in this forum
for future upgrades.)</pre>
!exit
:html
Starting from version 2.30, message boards are available under WIMS.
<p>
Besides conventional features allowing you to navigate through
messages in the message boards, there is a very convenient way allowing
you to include mathematical formulas into your messages.
When the reader sees your message, they will see the formulas
automatically formatted as they should be.
<p>
For example, you can just write <tt>\pi</tt> for $m_pi,
<tt>\le</tt> for $m_le,
<tt>\ne</tt> for $m_ne, <tt>\rightarrow</tt> for $m_rightarrow, etc.
While for more complex formulas, you have
!insmath sqrt(1/x+1/y)
through <tt>\(sqrt(1/x+1/y))</tt>,
integrals
!insmath int(e^(1-x^2))*dx
through
<tt>\(int(e^(1-x^2))dx)</tt>, or even matrices
!insmath [1,2,3;4,5,6]
through <tt>\([1,2,3;4,5,6])</tt>.
<p>
And if you know TeX, very complex formulas can be constructed by
entering TeX sources. See the help link at the top of this page for
more details.
<p>
Every virtual class automatically contains a message board allowing
teacher and students to communicate between them.
<p>
For the time being, there is yet no facility allowing you to create
your message board directly online. If you want to create a message board
right now to use the above features (outside a virtual class environment),
you may write to the site manager asking him/her to create it for you.
(This situation is temporary; check new announcements in this forum
for future upgrades.)