mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
839f2456bb
- fixed (hopefully) all <img> tags - global replace on <br> to <br /> - & in URLs - got the forum module XHTML compliant Julian Sedding
12 lines
584 B
HTML
12 lines
584 B
HTML
<p><img valign="middle" 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>
|
|
|