More fixes and help additions

This commit is contained in:
moodler 2003-08-19 15:02:31 +00:00
parent c572466dc4
commit ff9b64d9e1
2 changed files with 11 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<li><a href="help.php?module=quiz&file=createmultiple.html">Creating multiple quizzes</a>
<li><a href="help.php?module=quiz&file=description.html">Descriptions</a>
<li><a href="help.php?module=quiz&file=repeatattempts.html">Each attempt buids on the last</a>
<li><a href="help.php?module=quiz&file=multianswer.html">Embedded anwers (Cloze)</a>
<li><a href="help.php?module=quiz&file=multianswer.html">Embedded Answers (Cloze)</a>
<li><a href="help.php?module=quiz&file=grademethod.html">Grading method</a>
<li><a href="help.php?module=quiz&file=import.html">Importing questions</a>
<li><a href="help.php?module=quiz&file=formatblackboard.html">Importing Blackboard quiz files</a>
@ -18,7 +18,7 @@
<li><a href="help.php?module=quiz&file=multichoice.html">Multiple choice questions</a>
<li><a href="help.php?module=quiz&file=numerical.html">Numerical questions</a>
<li><a href="help.php?module=quiz&file=timeopen.html">Opening and closing the quiz</a>
<li><a href="help.php?module=quiz&file=feedback.html">Question Feedback</a>
<li><a href="help.php?module=quiz&file=feedback.html">Question feedback</a>
<li><a href="help.php?module=quiz&file=questiontypes.html">Question types- creating a new question</a>
<li><a href="help.php?module=quiz&file=random.html">Random questions</a>
<li><a href="help.php?module=quiz&file=randomsamatch.html">Random Short-Answer Matching questions</a>

View File

@ -35,6 +35,15 @@
<p align=right><a href="help.php?file=match.html&module=quiz">More info about Matching questions</a></p>
</UL>
<P><B>Embedded Answers (Cloze)</B></P>
<UL>
<p>These very flexible questions consist of a passage of text (in Moodle format) that
has various answers embedded within it, including multiple choice,
short answers and numerical answers.
</P>
<p align=right><a href="help.php?file=multianswer.html&module=quiz">More info about Embedded Answers questions</a></p>
</UL>
<P><B>Random Short-Answer Matching</B></P>
<UL>
<P>From the student perspective, this looks just like a Matching question.