mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Added some missing information
- link on quiz index to data set info - calculated questions on questiontypes overview
This commit is contained in:
parent
006d723195
commit
283bcd26b6
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue