MDL-10724 Finished help strings for category edit form
[moodle-pu.git] / lang / en_utf8 / help / grade / locked.html
blob427f4e1c96677712f2a0055ac897b7ea81e811c3
1 <h1>Grade item Locked attribute</h1>
2 <p>Whether or not this grade item accepts automatic updates from the activity it is linked to. Usually this is switched on (locked) as soon as the activity is finished and submissions are no longer accepted. 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>