MDL-10724 Finished help strings for category edit form
[moodle-pu.git] / lang / en_utf8 / help / grade / lockeduntil.html
blob57b13b09f9febc16f1cf8260cd816ff4cc9a96a3
1 <h1>Locked until</h1>
2 <p>Date <strong>after</strong> which the grades in this grade item will be <strong>locked</strong>. Usually this date is set to the end of the activity, and the beginning of the grading process.. A typical sequence of events would be:
3 </p>
4 <table class="generaltable boxaligncenter" cellpadding="4" cellspacing="1" summary="Principal events in the grading process, and matching locked and hidden states">
5 <tr>
6 <th class="header">Event</th><th class="header">Locked</th><th class="header">Hidden</th>
7 </tr>
8 <tr>
9 <td class="cell">Start of activity and participant submissions</td>
10 <td class="cell">No</td>
11 <td class="cell">Yes</td>
12 </tr>
13 <tr>
14 <td class="cell">End of activity and beginning of grading/feedback</td>
15 <td class="cell">Yes</td>
16 <td class="cell">Yes</td>
17 </tr>
18 <tr>
19 <td class="cell">End of grading/feedback, and release of grades</td>
20 <td class="cell">Yes</td>
21 <td class="cell">No</td>
22 </tr>
23 </table>