Object embedding in Choices, Assignments etc. with RichText Editor
Can somebody provide a clean
how to embed objects (eventually uploaded on the server) like .gif files or excel plots etc.
in this type of windows?
I Have seen a very nice example in course 103 (Triumphal March) but was unable to reproduce it
Re: Object embedding in Choices, Assignments etc. with RichText Editor
Basically you need to use HTML.
For example:
....is done using this code (Warning, the EMBED tag might not work in forums for 1.0.8.1 or earlier) :
Images are much easier. The richtext editor has an image button, or you can use a simple IMG tag:
<img align="left" SRC="
">
....is done using this code (Warning, the EMBED tag might not work in forums for 1.0.8.1 or earlier) :
<embed src="http://moodle.com/images/simpsons.mid" height="23" width="139" autostart="false" loop="false"></embed>

<img align="left" SRC="
