Import question item with image in Moodle XML format

Import question item with image in Moodle XML format

by Komal Barde -
Number of replies: 1

Hi,

I am trying to add image from my local machine with base64 encoding to question text using following :


<text><![CDATA[Write as essay on given image.<p><img src="komal.jpg"><br></p>]]></text>
<file name="komal.jpg" path="/" encoding="base64">

---encoding of image file

</file>

But it is displaying image as undefined image(See attachment).

Could you please tell me where I am going wrong?

Any help will be much appreciated.

Thanks.


Attachment error.png
Average of ratings: -