MDL-10724 Finished help strings for grade and outcome item edit forms
[moodle-pu.git] / lang / en_utf8 / help / grade / locked.html
blob0014d11f41fc6f2c41cbec29b65498bbf1d4be91
1 <h1>Locked</h1>
2 <p>Whether or not the grades accept automatic updates from the activity they are 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>