mirror of
https://github.com/moodle/moodle.git
synced 2025-02-26 13:03:53 +01:00
16 lines
570 B
HTML
16 lines
570 B
HTML
<P align="center">
|
|
<B><?php print_string('shownextquiz', 'hotpotatoes') ?></B>
|
|
</P>
|
|
<DL>
|
|
<DT><B><?php print_string('no') ?></B></DT>
|
|
<DD>When the Hot Potatoes quiz is finished, Moodle will
|
|
record the results and return to the main page for the
|
|
current course</DD>
|
|
</DL>
|
|
<DL>
|
|
<DT><B><?php print_string('yes') ?></B></DT>
|
|
<DD>When the Hot Potatoes quiz is finished, Moodle will
|
|
record the results and then display the next Hot Potatoes
|
|
quiz in the current section. If there is no such quiz,
|
|
Moodle will return to the main page for the current course</DD>
|
|
</DL> |