Added some missing information

- link on quiz index to data set info
  - calculated questions on questiontypes overview
This commit is contained in:
moodler 2004-08-28 07:35:31 +00:00
parent 006d723195
commit 283bcd26b6
2 changed files with 9 additions and 0 deletions

View file

@ -23,6 +23,7 @@
<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=questiondatasets.html">Question data sets</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

@ -81,3 +81,11 @@
<p align=right><a href="help.php?file=description.html&module=quiz">More info about Description questions</a></p>
</UL>
<P><B>Calculated</B></P>
<UL>
<P>Calculated questions offer a way to create individual numerical questions by the
use of wildcards that are substituted with individual values when the quiz is taken.
</P>
<p align=right><a href="help.php?file=calculated.html&module=quiz">More info about Calculated questions</a></p>
</UL>