mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 19:44:19 +01:00
20 lines
723 B
HTML
20 lines
723 B
HTML
<h1>Enable click reporting</h1>
|
|
|
|
<div class="indent">
|
|
<p>
|
|
<b>Yes</b><br />
|
|
A separate record is stored in the database each time a
|
|
"hint", "clue" or "check"
|
|
button is clicked. This allows the teacher to see a very
|
|
detailed report showing the state of the quiz at each click.
|
|
However, it may also mean that the size of the database grows
|
|
very quickly, because several "click" records may
|
|
be stored for each attempt at a quiz.
|
|
</p>
|
|
<p>
|
|
<b>No</b><br />
|
|
Only one record per attempt at a quiz is stored in the Moodle database.
|
|
</p>
|
|
</div>
|
|
<p>By the default this option is disabled.</p>
|