mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
ee97fbe5a7
removing the valign replacing alt with alt="" closing img-tag
12 lines
577 B
HTML
12 lines
577 B
HTML
<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/quiz/icon.gif" /> <b>Quizzes</b></p>
|
|
<ul>
|
|
<p>This module allows the teacher to design and set quiz tests, consisting of
|
|
multiple choice, true-false, and short answer questions. These
|
|
questions are kept in a categorised database, and can be re-used
|
|
within courses and even between courses. Quizzes can allow
|
|
multiple attempts. Each attempt is automatically marked, and the
|
|
teacher can choose whether to give feedback or to show correct answers.
|
|
This module includes grading facilities.</p>
|
|
</ul>
|
|
|