Object embedding in Choices, Assignments etc. with RichText Editor

Object embedding in Choices, Assignments etc. with RichText Editor

by Paolo Lariccia -
Number of replies: 1

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

Average of ratings: -
In reply to Paolo Lariccia

Re: Object embedding in Choices, Assignments etc. with RichText Editor

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
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) :
<embed src="http://moodle.com/images/simpsons.mid" 
height="23" width="139" autostart="false" loop="false"></embed>

mmm.gifImages are much easier. The richtext editor has an image button, or you can use a simple IMG tag:
<img align="left" SRC="">