iframe doesn't work in Quiz module

iframe doesn't work in Quiz module

Edith Lin發表於
Number of replies: 2

I've added an iframe as a description (just refer to an web page in another site) in a Quiz but it only shows the link in plain text format.  Tough, I've tried to add iframe under Resource and it works!  My moodle version is 1.4.4 and here is the iframe tag that I use:

<iframe src="http://www.google.com/" width="600" height="500" frameborder="1">http://www.google.com/alt;/iframe>

Any idea? Thx.

評比平均分數: -
In reply to Edith Lin

Re: iframe doesn't work in Quiz module

Edith Lin發表於

Sorry for my typo, the source should be:

<iframe src="http://www.google.com/" width="600" height="500" frameborder="1">http://www.google.com/</iframe>