MDL-10724 Finished help strings for grade and outcome item edit forms
[moodle-pu.git] / lang / en_utf8 / help / grade / hidden.html
blob50d16b03074e71068e95242ec64daa9c12b54c48
1 <h1>Hidden</h1>
2 <p>Whether or not the grades are <strong>hidden</strong> to participants. Usually after the end of the activity and 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>