Setting up a quiz of HTML tags

Setting up a quiz of HTML tags

by Len Schoof -
Number of replies: 1
I am trying to create a quiz about HTML tags. Unfortunately, the code doesn't show.
Eg In the question, "What is the correct HTML tag for inserting a line break?"

A) <break>
B) <br>
C) <lb>
the answers are not visible. I presume moodle is looking at them as code.

Thanks
Len
Average of ratings: -
In reply to Len Schoof

Re: Setting up a quiz of HTML tags

by David Fountain -
Yes I had the same problem, you need to know the code for displaying the < and > which are:
< is &lt;
> is &gt;

If you need any of the other codes you can type what you want into a html edit box in moodle and click on the <> 'Toggle HTML Source' button to see what is needed.