MDL-17264 minor corrections (spaces)

This commit is contained in:
pichetp 2008-11-29 09:34:14 +00:00
parent 033c8cde6e
commit 54db4df23e

View file

@ -6,8 +6,8 @@ popular format known as the Cloze format.</p>
<p>Questions consist of a passage of text (in Moodle format) that has various sub-questions
embedded within it, including</p>
<ul>
<li>short answers&nbsp;(SHORTANSWER or SA or MW),case is unimportant,</li>
<li>short answers&nbsp;(SHORTANSWER_C or SAC or MWC),case must match,</li>
<li>short answers&nbsp;(SHORTANSWER or SA or MW), case is unimportant,</li>
<li>short answers&nbsp;(SHORTANSWER_C or SAC or MWC), case must match,</li>
<li>numerical answers (NUMERICAL or NM),</li>
<li>multiple choice (MULTICHOICE or MC), represented as a dropdown menu in-line in the text</li>
<li>multiple choice (MULTICHOICE_V or MCV), represented a vertical column of radio buttons, or</li>